aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Completes coding of the PWM modulepatacongo2011-12-19199-0/+31765