• Damien George's avatar
    mimxrt,stm32: Enable MICROPY_PY_USSL_FINALISER. · 1892d037
    Damien George authored
    This is needed because these ports allocate mbedtls data on the MicroPython
    heap, and SSL socket objects must be fully cleaned up when they are garbage
    collected, to free this memory allocated by mbedtls.  As part of this,
    gc_sweep_all() will now ensure that the MP_STATE_PORT(mbedtls_memory)
    linked-list is fully deallocated on soft reset.
    Signed-off-by: default avatarDamien George <damien@micropython.org>
    1892d037
mpconfigport.h 12.1 KB