Files
tinygo/src/machine
Ayke van Laethem 88db2c3594 usb/msc: wait for interrupt instead of polling a flag
This should make usb/msc a whole lot more efficient by pausing the
worker goroutine and waiting for an interrupt to unpause it instead of
waiting in a loop and sleeping for 0.1ms each cycle.

In other words, this should make it both faster (no unnecessary delay
due to the time.Sleep) and more efficient (no polling).
2026-05-25 17:08:01 +02:00
..
2023-05-09 19:51:05 +02:00
2023-06-01 21:04:36 +02:00
2026-04-05 14:15:40 +02:00
2026-04-05 14:15:40 +02:00
2024-12-18 19:36:30 +01:00
2023-12-03 12:55:22 +01:00
2026-04-05 14:15:40 +02:00
2023-05-20 21:18:02 +02:00
2023-07-16 10:27:33 +02:00
2026-04-17 10:33:07 +02:00
2024-12-18 19:36:30 +01:00
2024-12-18 19:36:30 +01:00
2021-04-06 20:36:10 +02:00
2024-12-18 19:36:30 +01:00
2026-01-03 10:59:50 +00:00
2025-03-11 04:22:16 -07:00
2025-05-25 10:01:43 +02:00