This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
0e3c182e3b
nuttx
/
sched
/
init
History
Gregory Nutt
0e3c182e3b
Fix error in initialize of IDLE TCB due to last change. The argument list is no long in the TCB, but in the stack. But not for the IDLE task. It needs its own mini-argv[] list so that it looks more like other threads.
2014-09-01 16:49:42 -06:00
..
init.h
Move task control files from sched/ to sched/task
2014-08-08 16:44:08 -06:00
Make.defs
Move initialization functions from sched/ to sched/init
2014-08-08 15:30:59 -06:00
os_bringup.c
Remove final traces of the 8015 from the NuttX source tree
2014-09-01 13:21:15 -06:00
os_start.c
Fix error in initialize of IDLE TCB due to last change. The argument list is no long in the TCB, but in the stack. But not for the IDLE task. It needs its own mini-argv[] list so that it looks more like other threads.
2014-09-01 16:49:42 -06:00