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-06-07 01:05:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
35f85809157c232a45d2f26ec042f176d83d5eb3
nuttx
/
drivers
/
usbhost
T
History
Gregory Nutt
e0fdd46292
USB host file uses DEBUGASSERT and so must include assert.h. Note by Brennan Ashton
2015-07-31 07:24:43 -06:00
..
.gitignore
…
hid_parser.c
…
Kconfig
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:08:57 -06:00
Make.defs
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:08:57 -06:00
usbhost_cdcacm.c
Clean up some logic in the CDC/ACM host drivers. Test with some other host controller drivers. There are lots of problems.
2015-05-14 10:22:08 -06:00
usbhost_devaddr.c
…
usbhost_enumerate.c
…
usbhost_findclass.c
USB host file uses DEBUGASSERT and so must include assert.h. Note by Brennan Ashton
2015-07-31 07:24:43 -06:00
usbhost_hidkbd.c
Use sched_kfree() instead of kmm_free()
2015-05-08 12:03:45 -06:00
usbhost_hidmouse.c
Fix a warning detected by tools/tesbuild.sh. function was not returning the correct value in the case of errors
2015-07-22 15:46:43 -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
…