commit e213ea45107b880b73706e805f360d2b0a9291b3 parent 21691b0e42ee2516d167b82055a5d81816207976 Author: Brian Swetland <swetland@frotz.net> Date: Sun, 21 Sep 2014 21:47:38 -0700 don't forget Diffstat:
A | TODO | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO @@ -0,0 +1,13 @@ +BUGS/FEATURES +- better reset/recovery of ftdi/mpsse on start + (if the chip has data in buffers, etc) +- allow idlestate to be the scanstate +- allow more (all?) paths between states + +OPTIMIZATIONS +- background reader thread or async read +- queue multi-packet reads +- double-buffer cmd buffer to avoid blocking after tx +- prefer bitcommand over bytecommand for single-byte ios +- merge the tms motion an end of xr_scan with that of the next scan or goto + - maybe hold the last bit from the scan and assemble against that...