micropython/ports
Jim Mussared 797a83ac3e rp2/mpthreadport: Ensure core1 doesn't hold gc lock in deinit.
Prior to this commit the following code would lock up the device when
Ctrl-D is entered at the REPL:

    import gc, _thread

    def collect_thread():
        while True:
            gc.collect()

    _thread.start_new_thread(collect_thread, [])

Fixes part of #8494.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-06-30 11:53:25 +10:00
..
bare-arm
cc3200
esp32 esp32/network_wlan: Don't raise exception when scan returns no results. 2022-06-28 13:18:07 +10:00
esp8266
javascript
mimxrt
minimal
nrf
pic16bit
powerpc
qemu-arm
renesas-ra
rp2 rp2/mpthreadport: Ensure core1 doesn't hold gc lock in deinit. 2022-06-30 11:53:25 +10:00
samd
stm32 stm32/boards: Enable LTO by default on boards with smaller flash size. 2022-06-28 10:32:39 +10:00
teensy
unix unix/variants/dev: Allow all config options to be overridden. 2022-06-29 12:48:33 +10:00
windows
zephyr