aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
diff options
context:
space:
mode:
authorDiego Ismirlian <dismirlian (at) google's mail.com>2017-07-14 12:15:19 -0300
committerDiego Ismirlian <dismirlian (at) google's mail.com>2017-07-14 12:15:19 -0300
commitb916519dd6d13f4d4d20ece8b646dde480730695 (patch)
tree6d50652523dae696c4a318b9052bb0f40deab7e2 /os/hal/src
parent3d6f481ba807c85a7e6ee58acbf9b319b1d9a8e2 (diff)
downloadChibiOS-Contrib-b916519dd6d13f4d4d20ece8b646dde480730695.tar.gz
ChibiOS-Contrib-b916519dd6d13f4d4d20ece8b646dde480730695.tar.bz2
ChibiOS-Contrib-b916519dd6d13f4d4d20ece8b646dde480730695.zip
USBH: Added TODO list
Diffstat (limited to 'os/hal/src')
-rw-r--r--os/hal/src/usbh/TODO.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/os/hal/src/usbh/TODO.txt b/os/hal/src/usbh/TODO.txt
new file mode 100644
index 0000000..4d9d1bb
--- /dev/null
+++ b/os/hal/src/usbh/TODO.txt
@@ -0,0 +1,14 @@
+In decreasing order of priority:
+
+Bugs:
+- Synchronization on driver unload between usbhMainLoop and driver APIs
+
+Enhancements:
+- Way to return error from the load() functions in order to stop the enumeration process
+- Event sources from the low-level driver, in order to know when to call usbhMainLoop (from the low-level driver and from the HUB driver status callback)
+- Possibility of internal main loop
+- Linked list for drivers for dynamic registration
+- A way to automate matching (similar to linux)
+- Hooks to override driver loading and to inform the user of problems
+
+