nuttx/drivers/power
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
..
battery_charger.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
battery_gauge.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
bq2425x.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
bq2425x.h Battery Charger: Add BQ24250 driver 2015-09-20 09:47:00 -06:00
bq2429x.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
Kconfig power: add driver for TI bq2429x battery charger. TODO: Untested. Does not have poll() support. 2017-08-25 07:26:00 -06:00
Make.defs Merged in raiden00/nuttx (pull request #480) 2017-09-10 17:43:20 +00:00
max1704x.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
pm_activity.c PM: Some cosmetic updates 2016-03-27 13:37:28 -06:00
pm_changestate.c PM: Some cosmetic updates 2016-03-27 13:37:28 -06:00
pm_checkstate.c PM: Some cosmetic updates 2016-03-27 13:37:28 -06:00
pm_initialize.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
pm_register.c Trivial, cosmetic 2017-09-11 19:22:49 -06:00
pm_update.c PM: Fix a compile error in a DEBUGASSERTion when DEBUG is enabled 2016-03-27 18:17:37 -06:00
pm.h Squashed commit of the following: 2017-10-03 15:35:24 -06:00
powerled.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
smps.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00