circuitpython/supervisor/shared/bluetooth
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
..
bluetooth.c Switch CircuitPython serial off Nordic UUIDs 2021-08-30 15:09:12 -07:00
bluetooth.h Add ability to disable BLE workflow 2021-08-02 18:37:19 -07:00
file_transfer.c Further refine autoreload 2022-03-14 16:49:30 -07:00
file_transfer.h
file_transfer_protocol.h Bump to v4 with move and dir path tweaks 2021-09-13 14:46:14 -07:00
serial.c -Werror=missing-prototypes for nRF 2021-11-10 11:26:54 -06:00
serial.h Create first BLE-only board, Micro:Bit v2 2021-07-14 09:55:51 -07:00