This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 21:10:01 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
9df6bd0543594de8677678282851bcd4616922d1
nuttx
/
drivers
/
usbhost
T
History
Gregory Nutt
9df6bd0543
USB host CDC/ACM driver requires CONFIG_SERIAL_REMOVABLE
2015-05-11 15:10:41 -06:00
..
.gitignore
…
hid_parser.c
…
Kconfig
USB host CDC/ACM driver requires CONFIG_SERIAL_REMOVABLE
2015-05-11 15:10:41 -06:00
Make.defs
drivers/usbhost: Add initial implementatino of a host-side CDC/ACM driver. Completely untested on initial commit (2015-05-06).
2015-05-06 12:49:00 -06:00
usbhost_cdcacm.c
USB host CDC/ACM driver requires CONFIG_SERIAL_REMOVABLE
2015-05-11 15:10:41 -06:00
usbhost_devaddr.c
USB Host function address calculation needs to reset the 'next' address when an address is released
2015-05-05 14:59:03 -06:00
usbhost_enumerate.c
…
usbhost_findclass.c
…
usbhost_hidkbd.c
Use sched_kfree() instead of kmm_free()
2015-05-08 12:03:45 -06:00
usbhost_hidmouse.c
Use sched_kfree() instead of kmm_free()
2015-05-08 12:03:45 -06:00
usbhost_hub.c
…
usbhost_registerclass.c
…
usbhost_registry.c
…
usbhost_registry.h
…
usbhost_skeleton.c
USB host: More fixes from last changes.. MSC block read and write must again return number of blocks on success. Fix numerous places where the assumption the ret == OK means success. Since the transfer method now returns the number of byte transfered, the correct test for success is ret >= 0
2015-05-05 15:48:48 -06:00
usbhost_storage.c
Use sched_kfree() instead of kmm_free()
2015-05-08 12:03:45 -06:00
usbhost_trace.c
…