nuttx/sched
Gregory Nutt 2d4a8768c7 sched/semaphore/sem_holder.c: Remove DEBUGPANIC
There is a DEBUGPANIC in some logic.  This happens if a a task exists at certain points with priority inheritance enabled.  This event was not expected in the original design (although logic was provided to support it).  Since, apparently, it does happen, the DEBUGPANIC must be removed.

Noted by Brennan Ashton.
2020-05-04 07:47:44 -07:00
..
clock
environ
errno errno: Rename get_errno_ptr to __errno 2020-05-03 12:15:54 -06:00
group Fix nxstyle issue 2020-05-01 10:43:47 -03:00
init Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
irq
module
mqueue
paging sched/paging: Fix error: variable 'result' set but not used 2020-04-29 21:40:29 -06:00
pthread sched/sched: Add sched_get_stackinfo() 2020-05-03 23:33:44 +01:00
sched sched: add nx_wait, nx_waitid and nx_waitpid 2020-05-04 07:20:02 -06:00
semaphore sched/semaphore/sem_holder.c: Remove DEBUGPANIC 2020-05-04 07:47:44 -07:00
signal Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
task errno: Rename get_errno_ptr to __errno 2020-05-03 12:15:54 -06:00
timer Update timer_gettime.c 2020-04-24 19:49:29 +08:00
wdog
wqueue Use NuttX's signal set functions inside the OS. 2020-04-29 16:40:27 -06:00
.gitignore
Kconfig Kconfig: Refine BUILD_FLAT, BUILD_PROTECTED and BUILD_KERNEL usage 2020-04-29 12:16:18 -06:00
Makefile