nuttx/drivers/analog
Gregory Nutt 42a0796615 Squashed commit of the following:
sched/semaphore:  Add nxsem_post() which is identical to sem_post() except that it never modifies the errno variable.  Changed all references to sem_post in the OS to nxsem_post().

    sched/semaphore:  Add nxsem_destroy() which is identical to sem_destroy() except that it never modifies the errno variable.  Changed all references to sem_destroy() in the OS to nxsem_destroy().

    libc/semaphore and sched/semaphore:  Add nxsem_getprotocol() and nxsem_setprotocola which are identical to sem_getprotocol() and set_setprotocol() except that they never modifies the errno variable.  Changed all references to sem_setprotocol in the OS to nxsem_setprotocol().  sem_getprotocol() was not used in the OS
2017-10-03 15:35:24 -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-03 15:35:24 -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 irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
comp.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
dac.c Squashed commit of the following: 2017-10-03 15:35:24 -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-03 15:35:24 -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-03 15:35:24 -06:00
pga11x.c Add an instance argument to the SPIDEV definitions. 2017-04-29 12:26:52 -06:00