mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
This adds a call to mp_deinit() in the main function of the STM32 port. This enables the use of MICROPY_PORT_DEINIT_FUNC on that port, as well as cleaning up the GIL if threading is enabled.