summaryrefslogtreecommitdiff
path: root/nuttx/sched/init
Commit message (Expand)AuthorAgeFilesLines
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-8/+7
* Clean up some kernel build heap allocation issues. The Cortex-A kernel build...Gregory Nutt2014-08-311-2/+4
* Add configuration options to start the system from a program on a file systemGregory Nutt2014-08-301-58/+216
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-302-4/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-292-7/+11
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-251-0/+10
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-7/+0
* Move initialization functions from sched/ to sched/initGregory Nutt2014-08-084-0/+946