sched/semaphore: Add an internal interface to reset a semaphore count.

This commit is contained in:
Gregory Nutt
2016-03-05 07:33:24 -06:00
parent 8899cef78e
commit 5d63cd85c7
6 changed files with 147 additions and 5 deletions
+4 -1
View File
@@ -11536,4 +11536,7 @@
* configs/sabre-6quad: Placeholder that will eventually become board support
for the NXP/Freescale Sabre 6Quad board (2016-02-28).
* arch/arm/src/stm32: Support for STM32F46xx from Paul Alexander Patience
(2016-03-01).
* sched/semaphore/sem_reset.c and include/nuttx/semaphore.h: Add an internal,
non-standard interface to reset a semaphore count. This is sometimes
needed by drivers in order to recover from error conditions (2016-03-05)