nuttx/sched
Xiang Xiao 6b77f73583 arch: Move iob_initialize into nx_start just after heap initialization
it doesn't make sense that iob initialization is in up_initialize
but other memory components initialization is called in nx_start

Change-Id: Id43aeaa995f340c5943f59a0067a483ff3ac34a2
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-02-18 10:26:19 -03:00
..
clock Make compare_timespec public so timer driver could reuse it 2020-02-15 07:17:07 -06:00
environ Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
errno Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group Rename net_clone/net_dupsd[2] to psock_dup2/net_dup[2] like vfs 2020-01-31 13:45:14 -06:00
init arch: Move iob_initialize into nx_start just after heap initialization 2020-02-18 10:26:19 -03:00
irq Call up_irqinitialize from irq subsystem 2020-02-08 07:39:22 -06:00
module ELF64 support (#220) 2020-02-07 17:10:23 -06:00
mqueue Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
paging tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
pthread Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
sched sched/sched/sched_getcpu.c: All new files should have Apache 2.0 headers. 2020-02-02 07:36:34 -08:00
semaphore Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
signal Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
task Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
timer tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
wdog Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
wqueue Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
.gitignore
Kconfig Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
Makefile TLS: Simplify 2016-03-11 07:17:32 -06:00