micropython/ports
David Lechner 8182f34584 stm32/main: Call mp_deinit() at end of main.
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.
2021-07-01 12:26:40 +10:00
..
bare-arm
cc3200
esp32 esp32/esp32_rmt: Fix RMT looping in newer IDF versions. 2021-06-25 12:05:12 +10:00
esp8266 esp32,esp8266: Add __len__ to NeoPixel driver to support iterating. 2021-06-22 16:33:55 +10:00
javascript javascript: Rework Makefile and GC so it works with latest Emscripten. 2021-06-25 11:29:39 +10:00
mimxrt mimxrt/modmachine: Add a few minor methods to the machine module. 2021-06-26 22:27:02 +10:00
minimal
nrf
pic16bit py/mpstate: Schedule KeyboardInterrupt on main thread. 2021-06-19 09:49:00 +10:00
powerpc
qemu-arm
rp2 rp2/machine_rtc: In RTC.datetime, compute weekday automatically. 2021-06-25 10:29:45 +10:00
samd
stm32 stm32/main: Call mp_deinit() at end of main. 2021-07-01 12:26:40 +10:00
teensy
unix unix/modffi: Add option to lock GC in callback, and cfun access. 2021-06-24 23:12:26 +10:00
windows py/mpstate: Schedule KeyboardInterrupt on main thread. 2021-06-19 09:49:00 +10:00
zephyr