summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_bringup.c
Commit message (Expand)AuthorAgeFilesLines
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* NX server needs to be on a kernel thread for the kernel buildGregory Nutt2013-12-301-0/+1
* Fix more compile errors and warnings introduced in recent commitspatacongo2013-03-151-1/+1
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-111-0/+9
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-101-16/+31
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+2
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-0/+6
* Implement user-mode work queuespatacongo2013-03-061-7/+31
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-051-3/+0
* More Cortex-M0/NUC120 fixespatacongo2013-02-251-4/+4
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-4/+4
* Remove CONFIG_BUILTIN_APPS_STARTpatacongo2013-01-061-20/+2
* Rename namedapp as simply builtinpatacongo2012-12-231-2/+2
* Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-161-0/+19
* Add support for multiple work queuespatacongo2012-09-041-5/+19
* Add configurable application entry pointpatacongo2012-08-301-8/+2
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-061-1/+1
* Add logic to initialize SAM3U user applicationspatacongo2011-04-081-5/+8
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-071-0/+1
* Add support for kernel-mode threadspatacongo2011-04-071-6/+6
* Add SAM3U kernel build logicpatacongo2011-04-021-4/+18
* Move helper macro into sched.hpatacongo2011-03-281-15/+9
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-2/+2
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-211-4/+4
* Move NSH to apps/ as librarypatacongo2011-03-181-15/+1
* apps/ update from Urospatacongo2011-03-181-2/+23
* Update to apps/buildpatacongo2011-03-181-2/+2
* More apps/ related changespatacongo2011-03-121-0/+167