PythonExtra/ports/esp8266/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
apa102.py ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
espnow.py all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +10:00
flashbdev.py esp8266: Change from FAT to littlefs v2 as default filesystem. 2020-04-04 16:30:36 +11:00
inisetup.py esp32,esp8266: Allow Ctrl-C to interrupt the corrupt-fs while loop. 2023-06-15 12:19:57 +10:00
port_diag.py top: Update Python formatting to black "2023 stable style". 2023-02-02 12:51:03 +11:00