summaryrefslogtreecommitdiffstats
path: root/nuttx/sched
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Incorporate install app from Urospatacongo1-0/+2
2011-05-07Add STM32 FLASH driverpatacongo2-2/+2
2011-05-06More timer changes from Urospatacongo6-134/+117
2011-04-20Rename uptime to UTCpatacongo3-22/+22
2011-04-16More changes from Urospatacongo4-20/+11
2011-04-15Add code changes from Urospatacongo3-21/+61
2011-04-15Add time and uptimepatacongo4-9/+163
2011-04-13Macro clock_systimer replaces direct access to g_system_timer variablepatacongo7-19/+19
2011-04-13LPCXpression console on UART3patacongo2-0/+100
2011-04-08Add logic to initialize SAM3U user applicationspatacongo1-5/+8
2011-04-07I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2-2/+3
2011-04-07Add support for kernel-mode threadspatacongo6-54/+162
2011-04-07Fix AVR build, Add hooks for kernel threadspatacongo3-4/+6
2011-04-06Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo1-12/+0
2011-04-05More separation of kernel- and user-memory managementpatacongo11-16/+383
2011-04-05Add a layer to redirect kernel-mode memory manager accessespatacongo9-5/+456
2011-04-04Move core of fdopen() logic from lib/stdio to fs/patacongo4-10/+95
2011-04-04Add stub lookup logicpatacongo2-3/+3
2011-04-03Move memory manager into user spacepatacongo10-34/+48
2011-04-02Add SAM3U kernel build logicpatacongo1-4/+18
2011-04-02Kernel build mostly successfulpatacongo8-364/+63
2011-04-02Move more functions out of sched/ to lib/; proxies almost buildpatacongo6-478/+5
2011-04-01Stubs are working/Proxies are closepatacongo2-85/+4
2011-03-31Add mksyscall toolpatacongo2-1/+127
2011-03-31Move more files into subdirectories under lib/patacongo28-2692/+12
2011-03-28Move helper macro into sched.hpatacongo1-15/+9
2011-03-28Re-organize header files so that file systems can be built outside of the nut...patacongo1-2/+2
2011-03-27Updates from Urospatacongo1-1/+3
2011-03-21Prep for 6.0 releasepatacongo1-4/+4
2011-03-18Move NSH to apps/ as librarypatacongo1-15/+1
2011-03-18apps/ update from Urospatacongo1-2/+23
2011-03-18Update to apps/buildpatacongo1-2/+2
2011-03-12Prep for 5.19 releasepatacongo3-8/+12
2011-03-12More apps/ related changespatacongo4-54/+173
2011-03-12Add SLIP driverpatacongo2-7/+23
2011-03-10add apps/ dirpatacongo1-7/+1
2011-03-10Experimental version of waitpid()patacongo3-3/+286
2011-03-09#warning removalpatacongo2-11/+3
2011-02-27Add NSH kill commandpatacongo1-4/+4
2011-01-19Fix more issues detected by CppCheck toolpatacongo2-8/+8
2010-11-17Fix error in timer_settime()patacongo1-5/+5
2010-11-06Fix errors when there is no console devicepatacongo3-15/+28
2010-10-31Some context switch fixespatacongo2-2/+2
2010-10-16No up_en/disable_irq'spatacongo1-1/+1
2010-10-04Cloned AVR32 code now compilespatacongo1-1/+1
2010-10-02Prep for 5.11 Releasepatacongo3-7/+20
2010-09-14Fix priority inheritance bugpatacongo3-9/+7
2010-09-10Fix race condition when semaphore wait is interrupted by a signlpatacongo3-9/+36
2010-09-05paging debug fixespatacongo2-3/+4
2010-08-31Add paging debug instrumentationpatacongo2-4/+32