.. |
ads7843e.c
|
sched/wdog: wd_start() is an internal OS function and should not set the errno value. Reviewed and updated every call to wd_start() to verify if return value is used and if so if the errno value is accessed.
|
2018-01-31 10:09:14 -06:00 |
ads7843e.h
|
Make some file section headers more consistent with standard
|
2015-04-08 07:15:32 -06:00 |
ajoystick.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
button_lower.c
|
Add argument to STM32 EXTI interrupt handlers.
|
2017-02-27 14:21:30 -06:00 |
button_upper.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
cypress_mbr3108.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 |
djoystick.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
ft5x06.c
|
drivers/input/ft5x06.c: Remove cool logic to disable polling when there there is no client waiting for read data. That was a great idea to save CPU cycles when there is nothing reading from the touchscrren but, unfortunately, does not work with readers that open the driver in non-blocking mode. So I think we just have to eat the CPUs even when there is nothing waiting for touchscreen input.
|
2018-01-18 09:59:31 -06:00 |
ft5x06.h
|
drivers/input/ft5x06.c: Add a driver for the FT5x06 capacitive, multi-touch, touchscreen controller. configs/lpcxpresso-lpc54628: Add support for the the FT5x06. Enable the driver as well as the apps/examples touchscreen test. Untested on initial commit.
|
2017-12-17 15:17:06 -06:00 |
Kconfig
|
drivers/ft5x06.c: Add additional configuration options: Optimize if multi-touch capability is not used. Add options to swap X/Y and thresholding to reduce the rate of false alarm reports (with no motion).
|
2017-12-18 10:31:49 -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
|
sched/wdog: wd_start() is an internal OS function and should not set the errno value. Reviewed and updated every call to wd_start() to verify if return value is used and if so if the errno value is accessed.
|
2018-01-31 10:09:14 -06:00 |
max11802.h
|
Make some file section headers more consistent with standard
|
2015-04-08 07:15:32 -06:00 |
mxt.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 |
mxt.h
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
nunchuck.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -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
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stmpe811.h
|
Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:36:47 -06:00 |
tsc2007.c
|
arch/arm/src/: Fix a error in last commit that was cloned in three places.
|
2017-12-17 14:38:20 -06:00 |
tsc2007.h
|
Make some file section headers more consistent with standard
|
2015-04-08 07:15:32 -06:00 |