1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-01 14:27:36 +03:00

TODO: updated

This commit is contained in:
Werner Almesberger 2011-06-26 07:13:22 -03:00
parent 8f949842db
commit 865d3bb264

11
TODO
View File

@ -14,17 +14,26 @@ Current stuff
Work-around: those wishing to build their boot loader should use Work-around: those wishing to build their boot loader should use
commit ce16a16. commit ce16a16.
Resolution: should work now (after the stack split). Still needs
testing.
- atusb/fw/ design flaw: we can send an interrupt queued in EP1 after - atusb/fw/ design flaw: we can send an interrupt queued in EP1 after
a control transfer has happened that turns off the interrupt source a control transfer has happened that turns off the interrupt source
Work-around: none Work-around: seems that waiting for 10 ms gets it most of the time
- atusb/fw/ should combine interrupts so that we don't have to read - atusb/fw/ should combine interrupts so that we don't have to read
IRQ_STATUS (this goal may conflict with the synchronization IRQ_STATUS (this goal may conflict with the synchronization
requirement above, though) requirement above, though)
Resolution: do less instead of more - we now don't even touch
IRQ_STATUS in the atusb firmware and just send a zero byte as an
indication that something has happened.
- show WLAN channels in atrf-rssi -g - show WLAN channels in atrf-rssi -g
Resolution: done
- atusb/fw/: think of a better way to re-enable INT0 after ATUSB_GPIO - atusb/fw/: think of a better way to re-enable INT0 after ATUSB_GPIO
- atusb/fw/: remove obsolete atusb requests - atusb/fw/: remove obsolete atusb requests