summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings and fix some simulator buildspatacongo2012-05-025-23/+10
* Configuration for Sparkfun UBW32 boardpatacongo2012-04-261-3/+5
* Fix instrumenation in task_delete(); fix prctl parameter orderpatacongo2012-04-262-3/+29
* Add interfaces to support getting/setting of thread/task namespatacongo2012-04-262-1/+139
* Rename some USB device filespatacongo2012-04-232-4/+7
* Fix atexit() function being called twicepatacongo2012-04-232-0/+36
* Fix sched_setscheduler() return valuepatacongo2012-04-182-5/+6
* Kconfig updatepatacongo2012-04-131-1/+1
* Kconfig updatepatacongo2012-04-121-2/+1
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-174/+134
* Updated Kconfig files from Lzyypatacongo2012-04-071-0/+356
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Fix read() return value for the case of permissions problempatacongo2012-03-311-1/+1
* NFS updatepatacongo2012-03-281-1/+1
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-251-1/+1
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-238-16/+25
* Add clock_synchronize() which may be used to re-synchonize the system time wi...patacongo2012-03-221-11/+70
* Move file-system header files to include/nuttx/fspatacongo2012-03-2110-10/+10
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-192-4/+13
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-036-16/+16
* Add a test to verify that FPU registers are properly saved and restored on co...patacongo2012-02-241-22/+22
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-316-47/+210
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-315-10/+11
* Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo2012-01-041-2/+2
* Fix an issue for architectures where interrupt numbers and vector numbers do ...patacongo2012-01-041-4/+18
* Fix an PIC32 error in scheduling of signal handlerspatacongo2011-12-266-16/+18
* Re-arrange some files and interfaces to support the STM32 F4 date/time RTCpatacongo2011-12-141-2/+23
* 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