nuttx/drivers/usbhost
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
hid_parser.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
Kconfig drivers/usbhost/Kconfig: Change default for CONFIG_HIDKBD_POLLUSEC per recommendation of Jeff Theusch. 2019-10-23 09:07:23 -06:00
Make.defs Merged in alinjerpelea/nuttx (pull request #1059) 2019-10-23 13:12:21 +00:00
usbhost_cdcacm.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usbhost_composite.c drivers/usbhost/usbhost_composite.c: The cfgdesc pointer was initialized after the buffer had been advanced, so it was not pointing where it should. The totallen operations at the end of the function ended up overwriting memory belonging to the first copied interface descriptor. 2019-06-22 07:27:15 -06:00
usbhost_composite.h Fix some typographical errors. 2018-09-14 06:55:45 -06:00
usbhost_devaddr.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usbhost_enumerate.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usbhost_findclass.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
usbhost_hidkbd.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usbhost_hidmouse.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usbhost_hub.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usbhost_max3421e.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usbhost_registerclass.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
usbhost_registry.c
usbhost_registry.h
usbhost_skeleton.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usbhost_storage.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
usbhost_trace.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
usbhost_xboxcontroller.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00