circuitpython/ports/stm/supervisor
Scott Shawcroft 32ac396a41
Further refine autoreload
This unifies the delay into the post-run delay that also waits
for user input and fake sleep. This ensures we always delay.
Previous code would only delay if the code.py was running when
autoreload was triggered. Now it will always delay.

We also now suspend autoreload when a USB write starts and then
resume on completion. This should prevent reloading in between
sectors of a single write.
2022-03-14 16:49:30 -07:00
..
cpu.s create copy 2020-03-11 18:13:06 -04:00
internal_flash.c style(swan_r5): pre-commit whitespace style changes 2021-09-28 18:52:03 -07:00
internal_flash.h feat: add Blues Swan R5 support 2021-09-28 18:52:02 -07:00
internal_flash_root_pointers.h create copy 2020-03-11 18:13:06 -04:00
port.c Further refine autoreload 2022-03-14 16:49:30 -07:00
qspi_flash.c run code formatting script 2021-03-15 19:27:36 +05:30
serial.c run code formatting script 2021-03-15 19:27:36 +05:30
usb.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00