summaryrefslogtreecommitdiff
path: root/docs/esp32/tutorial
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-01-08 00:02:04 +1100
committerDamien George <damien@micropython.org>2022-01-08 00:02:04 +1100
commit1892d037409a95511ce9f38782a7fafab95052c4 (patch)
treef076c721f2b630b6d70fbdf4238a8fc9b2599ff4 /docs/esp32/tutorial
parent772058a6bd7f19866f5123f0f708440207eb5b93 (diff)
mimxrt,stm32: Enable MICROPY_PY_USSL_FINALISER.
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: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions