summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Fix important bugs in mq_timedreceived() and mq_timedsend()patacongo2011-09-216-37/+29
* More TIFF logicpatacongo2011-09-201-1/+1
* Fix some timer race conditionspatacongo2011-09-113-11/+92
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-111-1/+1
* Remove executable property from many filespatacongo2011-08-197-0/+0
* Fix message queue/signal handling bugspatacongo2011-08-074-20/+74
* Add a NuttX logo image examplepatacongo2011-07-211-1/+1
* Fix for sem_timedwait.cpatacongo2011-07-206-37/+37
* Setup environment to support multiple fontspatacongo2011-07-191-1/+3
* Add sem_timedwait()patacongo2011-07-192-1/+288
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-285-64/+179
* Incorporate install app from Urospatacongo2011-05-121-0/+2
* Add STM32 FLASH driverpatacongo2011-05-072-2/+2
* More timer changes from Urospatacongo2011-05-066-134/+117
* Rename uptime to UTCpatacongo2011-04-203-22/+22
* More changes from Urospatacongo2011-04-164-20/+11
* Add code changes from Urospatacongo2011-04-153-21/+61
* Add time and uptimepatacongo2011-04-154-9/+163
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-137-19/+19
* LPCXpression console on UART3patacongo2011-04-132-0/+100
* 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-072-2/+3
* Add support for kernel-mode threadspatacongo2011-04-076-54/+162
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-073-4/+6
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-12/+0
* More separation of kernel- and user-memory managementpatacongo2011-04-0511-16/+383
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-059-5/+456
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-044-10/+95
* Add stub lookup logicpatacongo2011-04-042-3/+3
* Move memory manager into user spacepatacongo2011-04-0310-34/+48
* Add SAM3U kernel build logicpatacongo2011-04-021-4/+18
* Kernel build mostly successfulpatacongo2011-04-028-364/+63
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-026-478/+5
* Stubs are working/Proxies are closepatacongo2011-04-012-85/+4
* Add mksyscall toolpatacongo2011-03-312-1/+127
* Move more files into subdirectories under lib/patacongo2011-03-3128-2692/+12
* 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
* Updates from Urospatacongo2011-03-271-1/+3
* 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
* Prep for 5.19 releasenuttx-5.19patacongo2011-03-123-8/+12
* More apps/ related changespatacongo2011-03-124-54/+173
* Add SLIP driverpatacongo2011-03-122-7/+23
* add apps/ dirpatacongo2011-03-101-7/+1
* Experimental version of waitpid()patacongo2011-03-103-3/+286
* #warning removalpatacongo2011-03-092-11/+3
* Add NSH kill commandpatacongo2011-02-271-4/+4