micropython/ports/esp32/modules
Damien George 47dc7d0130 esp32,esp8266: Allow Ctrl-C to interrupt the corrupt-fs while loop.
Commit c046b23ea2 prevented frozen boot code
from being interrupted by Ctrl-C, but that means a corrupt filesystem will
forever lock up an esp32/esp8266 board.  This commit fixes that by
explicitly enabling Ctrl-C before running the forever loop.

Signed-off-by: Damien George <damien@micropython.org>
2023-06-15 12:19:57 +10:00
..
_boot.py all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +10:00
apa106.py esp32: Add new port to Espressif ESP32 SoC. 2017-12-13 14:48:53 +11:00
espnow.py esp32,esp8266: Add support for the Espressif ESP-NOW protocol. 2023-05-01 16:47:21 +10:00
flashbdev.py esp32/modules: Create ffat partition object with block_size=512. 2022-02-22 00:37:55 +11:00
inisetup.py esp32,esp8266: Allow Ctrl-C to interrupt the corrupt-fs while loop. 2023-06-15 12:19:57 +10:00