Update todo

This commit is contained in:
Ed Clarke
2018-11-09 17:31:31 +00:00
parent 4262cc81ac
commit 7af92668f5

View File

@@ -5,13 +5,15 @@
- Single input/ouput format (DONE) - Single input/ouput format (DONE)
- Get UAC1 / FS working (DONE) - Get UAC1 / FS working (DONE)
- Optimised EP buffer (either triple block or block FIFO) - Optimised EP buffer (either triple block or block FIFO)
- Fix output gain issue - Fix output gain issue (IN PROGRESS)
- Add timer to xua_buffer to prepare for exchange with audio (remove backpressure to audio) (WONT DO) - Add timer to xua_buffer to prepare for exchange with audio (remove backpressure to audio) (WONT DO - use port buffer and reduce case overhead)
- Adaptive endpoint EP and descriptors - Adaptive endpoint EP and descriptors (DONE)
- Adpative clock control - Adpative clock control (IN PROGRESS)
- Switchable MICS using define - Switchable MICS using define (WONT DO - separate app)
- DFU - DFU
- Combinable EP0 - Combinable EP0 (DONE)
- Interrupt EP0 option - Interrupt EP0 option
- Control processing - Control processing
- Fix cast warning (DONE)
- Work out why no clock drift on Android / OSX (drift seen on Linux and Win)
- Tidy/cut down EP0 handling