summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Fix banding on the R61580 LCDpatacongo2011-12-051-11/+11
* mq_notify() was not setting errno on failurespatacongo2011-12-041-34/+74
* Fix handling of NULL pointer in sig_timedwait()patacongo2011-11-291-4/+10
* Fixes for good C++ linkpatacongo2011-10-191-2/+2
* Fix typos that cause compilations errors with CONFIG_RTCpatacongo2011-10-032-4/+4
* Restore CLOCK_ACTIVETIMEpatacongo2011-10-032-3/+11
* Add FAT date/time stamppatacongo2011-10-022-2/+4
* The lo-res RTC now seems to workpatacongo2011-10-021-1/+0
* Remove support for UTC time; add support for 64-bit timepatacongo2011-10-025-239/+111
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-014-100/+117
* 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