From 7af92668f5f60d087f2568ccc4f56e58022b176a Mon Sep 17 00:00:00 2001 From: Ed Clarke Date: Fri, 9 Nov 2018 17:31:31 +0000 Subject: [PATCH] Update todo --- examples/xua_lite_example/todo.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/examples/xua_lite_example/todo.txt b/examples/xua_lite_example/todo.txt index 4a0fe729..d97eaa02 100644 --- a/examples/xua_lite_example/todo.txt +++ b/examples/xua_lite_example/todo.txt @@ -5,13 +5,15 @@ - Single input/ouput format (DONE) - Get UAC1 / FS working (DONE) - Optimised EP buffer (either triple block or block FIFO) -- Fix output gain issue -- Add timer to xua_buffer to prepare for exchange with audio (remove backpressure to audio) (WONT DO) -- Adaptive endpoint EP and descriptors -- Adpative clock control -- Switchable MICS using define +- Fix output gain issue (IN PROGRESS) +- 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 (DONE) +- Adpative clock control (IN PROGRESS) +- Switchable MICS using define (WONT DO - separate app) - DFU -- Combinable EP0 +- Combinable EP0 (DONE) - Interrupt EP0 option - 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