| .. |
|
audio.h
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
|
cdc.h
|
Various cosmetic changes.
|
2019-09-09 14:47:47 -06:00 |
|
cdcacm.h
|
drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer.
|
2019-10-08 08:01:30 -06:00 |
|
cdcecm.h
|
drivers/usbdev/cdcecm.c: Adds USB Device Support for CDC/ECM
|
2018-08-16 08:49:11 -06:00 |
|
composite.h
|
Merged in paimonen/nuttx/pullreq_RNDIS_composite_support (pull request #753)
|
2018-11-09 12:56:58 +00:00 |
|
dfu.h
|
Updates from coding standard review of PRs 753 and 754
|
2018-11-09 07:44:22 -06:00 |
|
ehci.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:26:01 -06:00 |
|
fusb301.h
|
drivers/usbmisc: add FUSB303 driver
|
2019-05-17 07:04:22 -06:00 |
|
fusb303.h
|
drivers/usbmisc/fusb303.c: Toggle enable bit off/on after detaching
|
2019-05-31 07:40:06 -06:00 |
|
hid.h
|
include/nuttx/usb/hid.h: The usbhid_descriptor_s struct defined in hid.h included some optional fields that should not be hard-defined as part of that structure. An arbitrray number of optional entries could be included in the descriptor, but that is not properly represneted. No code on NuttX currently depends on the structure definition with an optional descriptor so it is safe to remove.
|
2019-04-10 17:16:12 -06:00 |
|
hid_parser.h
|
All function pointer types should be prefaced by the qualifier CODE (unless the callable function is known to reside in RAM, then it should be FAR).
|
2019-08-26 17:31:29 -06:00 |
|
hub.h
|
include/: Remove dangling space at the end of lines.
|
2017-06-28 13:30:08 -06:00 |
|
max3421e.h
|
arch/arm/include/armv7-m, arch/arm/include/armv7-m, arch/arm/include/stm32f7: Add a configuration to enable workaround for r0p1 Errata 837070: Increasing priority usingwrite to BASEPRI does not take effect immediately.
|
2018-08-02 16:51:58 -06:00 |
|
ohci.h
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
|
pl2303.h
|
Fix names of pre-processor variables used in header file idempotence
|
2016-08-06 19:21:42 -06:00 |
|
rndis.h
|
drivers/usbdev/rndis: Fixes issue with DEBUGASSERT when using composite device and endpoint numbers not being the default.
|
2019-07-23 16:12:50 -06:00 |
|
storage.h
|
Various cosmetic changes.
|
2019-09-09 14:47:47 -06:00 |
|
usb.h
|
Various cosmetic changes.
|
2019-09-09 14:47:47 -06:00 |
|
usbdev.h
|
include/nuttx/usb/usbdev.h: Fix a typo introduced with commit 67b4f9d0e1.
|
2019-11-03 13:16:30 -06:00 |
|
usbdev_trace.h
|
Various cosmetic changes.
|
2019-09-09 14:47:47 -06:00 |
|
usbhost.h
|
include/nuttx/usb/usbdev.h and usbhost.h: Add CODE qualifier to function pointers.
|
2019-11-02 18:12:59 -06:00 |
|
usbhost_devaddr.h
|
Various cosmetic changes.
|
2019-09-09 14:47:47 -06:00 |
|
usbhost_trace.h
|
All function pointer types should be prefaced by the qualifier CODE (unless the callable function is known to reside in RAM, then it should be FAR).
|
2019-08-26 17:31:29 -06:00 |
|
usbmonitor.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
usbmsc.h
|
Still fixing new warnings found in build testing.
|
2019-07-01 15:56:34 -06:00 |