nuttx/drivers/input
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
..
ads7843e.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
ads7843e.h Squashed commit of the following: 2019-05-21 18:57:54 -06:00
ajoystick.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
button_lower.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
button_upper.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
cypress_mbr3108.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
djoystick.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
ft5x06.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
ft5x06.h Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
Kconfig Squashed commit of the following: 2019-05-21 18:57:54 -06:00
Make.defs arch/arm/src/: Fix a error in last commit that was cloned in three places. 2017-12-17 14:38:20 -06:00
max11802.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
max11802.h Squashed commit of the following: 2019-05-21 18:57:54 -06:00
mxt.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mxt.h Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nunchuck.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stmpe811_adc.c Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 2017-10-06 10:15:01 -06:00
stmpe811_base.c Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 2017-10-06 10:15:01 -06:00
stmpe811_gpio.c Merged in hardlulz/modem-3.0-nuttx/fix-stmpe811-gpio (pull request #523) 2017-10-31 16:54:28 +00:00
stmpe811_temp.c Add entropy pool and strong random number generator 2017-03-30 07:38:37 -06:00
stmpe811_tsc.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stmpe811.h Squashed commit of the following: 2019-05-21 18:57:54 -06:00
tsc2007.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
tsc2007.h Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00