From b916519dd6d13f4d4d20ece8b646dde480730695 Mon Sep 17 00:00:00 2001 From: Diego Ismirlian Date: Fri, 14 Jul 2017 12:15:19 -0300 Subject: USBH: Added TODO list --- os/hal/src/usbh/TODO.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 os/hal/src/usbh/TODO.txt (limited to 'os/hal/src') 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 + + -- cgit v1.2.3