nuttx/drivers/analog
Gregory Nutt 936df1bcb5 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().
Squashed commit of the following:

    Change all calls to usleep() in the OS proper to calls to nxsig_usleep()

    sched/signal:  Add a new OS internal function nxsig_usleep() that is functionally equivalent to usleep() but does not cause a cancellaption point and does not modify the errno variable.

    sched/signal:  Add a new OS internal function nxsig_sleep() that is functionally equivalent to sleep() but does not cause a cancellaption point.
2017-10-06 10:15:01 -06:00
..
ad5410.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
adc.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
ads1242.c drivers/: Remove all explicit use of 'hidden' macro _info. Code must never use this directly. Code must always use a debug macro such as info which is basic on _info but can be appropriately filtered. 2017-01-15 13:00:50 -06:00
ads1255.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
comp.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
dac.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
Kconfig drivers: analog: adc: add poll support 2017-08-28 07:05:33 -06:00
ltc1867l.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
Make.defs drivers/analog: Add basic OPAMP driver 2017-04-30 11:11:17 +02:00
opamp.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
pga11x.c Add an instance argument to the SPIDEV definitions. 2017-04-29 12:26:52 -06:00