circuitpython/supervisor/shared/usb
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
..
tusb_config.h Allow to tailor tinyusb configuration for port specific needs 2022-01-05 19:28:07 +01:00
usb_desc.c check that boot device is interface #0; remove instrumentation 2021-10-13 12:30:01 -04:00
usb_msc_flash.c Further refine autoreload 2022-03-14 16:49:30 -07:00
usb_vendor_descriptors.h style(swan_r5): pre-commit whitespace style changes 2021-09-28 18:52:03 -07:00
usb.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00