incubator-nuttx/sched
SPRESENSE e249a2f82f Makefile: Fix Make.dep not updated by config changes
Make.dep file should be updated by .config changed after first make.
There are 2 cases affected for this problem:

 1) Add source files by config symbol
 2) Include header files in #ifdef directive

These 2 cases may not be included in Make.dep and this may prevent the
differential build from working correctly.
2020-07-28 03:59:45 -05:00
..
clock Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
environ global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
group sched/group: Change group_kill_children's argument from task_tcb_s to tcb_s 2020-06-15 07:09:51 -06:00
init sched: Avoid call up_initial_state for idle thread twice 2020-06-16 17:05:05 -06:00
irq sched: Replace license header with Apache License 2.0 2020-07-28 00:47:39 -05:00
module modsym: Fix a printf format for berr 2020-04-13 16:20:09 +01:00
mqueue include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
paging Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
pthread Implement proposed POSIX _clockwait variants of existing _timedwait functions 2020-07-27 20:39:59 -03:00
sched sched: Replace license header with Apache License 2.0 2020-07-28 00:47:39 -05:00
semaphore Implement proposed POSIX _clockwait variants of existing _timedwait functions 2020-07-27 20:39:59 -03:00
signal sched: Consolidate the cancellation notification logic 2020-06-15 21:21:14 +01:00
task Revert "sched/sched/sched_releasetcb.c: Handle custom stack allocations." 2020-07-07 00:21:46 +01:00
timer Update timer_gettime.c 2020-04-24 19:49:29 +08:00
wdog Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
wqueue sched/: Make more naming consistent 2020-05-16 13:39:03 -03:00
Kconfig Syscall instrumentation build system support for Arm and RISC-V 2020-07-22 12:01:40 -05:00
Makefile Makefile: Fix Make.dep not updated by config changes 2020-07-28 03:59:45 -05:00