Browse Source
Previously the TinyUSB task was run in the ISR immediately after the interrupt handler. This approach gives very similar performance (no change in CDC throughput tests) but reduces the amount of time spent in the ISR, and allows TinyUSB callbacks to run in thread mode. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>pull/12846/head
Angus Gratton
1 year ago
committed by
Damien George
4 changed files with 7 additions and 35 deletions
Loading…
Reference in new issue