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
57d78ddd93
nuttx
/
sched
/
init
History
Gregory Nutt
fc35e35165
When a privileged thread exits, we have to use the kernel alloctor to free memory; when an unprivileged thread exits, we don't have to do anything... heap memory will be cleaned up when the address environment is torn down
2014-09-11 09:00:10 -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
Add capability to perform initial board initialization on a separate worker thread.
2014-09-03 18:36:43 -06:00
os_start.c
When a privileged thread exits, we have to use the kernel alloctor to free memory; when an unprivileged thread exits, we don't have to do anything... heap memory will be cleaned up when the address environment is torn down
2014-09-11 09:00:10 -06:00