This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-15 13:16:28 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
852330876b5aeff8ea777597eb5185ffe4e03eab
nuttx
/
drivers
/
usbhost
T
History
Gregory Nutt
7f6a403b96
USB host composite is at least partially functional. No longer depends on CONFIG_EXPERIMENTAL
2016-09-02 07:26:29 -06:00
..
.gitignore
…
hid_parser.c
…
Kconfig
USB host composite is at least partially functional. No longer depends on CONFIG_EXPERIMENTAL
2016-09-02 07:26:29 -06:00
Make.defs
Basic framework that might be used to add USB host support
2016-08-26 09:07:52 -06:00
usbhost_cdcacm.c
…
usbhost_composite.c
USB host composite: Using wrong interface number from interface descriptor.
2016-08-31 13:29:38 -06:00
usbhost_composite.h
USB host composite: Several syntactic errors fixed
2016-08-29 07:53:57 -06:00
usbhost_devaddr.c
…
usbhost_enumerate.c
Add the logic necessary to abstract the register lookup information for each candiate class
2016-08-27 10:31:18 -06:00
usbhost_findclass.c
…
usbhost_hidkbd.c
…
usbhost_hidmouse.c
…
usbhost_hub.c
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
2016-06-20 12:44:38 -06:00
usbhost_registerclass.c
…
usbhost_registry.c
…
usbhost_registry.h
…
usbhost_skeleton.c
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
2016-06-20 12:44:38 -06:00
usbhost_storage.c
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
2016-06-20 12:44:38 -06:00
usbhost_trace.c
…