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
a2a3f8012070941a4c5d980d925b3e238f6b7ebd
nuttx
/
drivers
/
usbhost
T
History
Gregory Nutt
8b1d3f6698
remove some unnecessary header files
2014-02-10 14:28:18 -06:00
..
.gitignore
…
hid_parser.c
…
Kconfig
HID mouse can now support some while mice. Problems with Microsoft mice
2014-02-10 11:53:37 -06:00
Make.defs
Add support for a USB HID mouse. Untested on initial check-in
2014-02-09 13:49:31 -06:00
usbhost_devaddr.c
…
usbhost_enumerate.c
SAMA5 EHCI: Did not work with DEBUG off. Appears to be because of some D-Cache flushing that was performed only with DEBUG ON. Now is unconditional
2013-09-10 10:12:51 -06:00
usbhost_findclass.c
…
usbhost_hidkbd.c
Fix typos in comments
2014-02-09 13:47:11 -06:00
usbhost_hidmouse.c
remove some unnecessary header files
2014-02-10 14:28:18 -06:00
usbhost_registerclass.c
…
usbhost_registry.c
…
usbhost_registry.h
…
usbhost_skeleton.c
…
usbhost_storage.c
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
2013-12-05 10:37:55 -06:00
usbhost_trace.c
…