summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* Added mq_timedsend() and mq_timedreceive()patacongo2007-03-2912-533/+1732
* Update mq_send() and mq_receive() descriptionpatacongo2007-03-284-307/+356
* mq_receive/send: Return appropriate errnos and stop waiting if signal received.patacongo2007-03-289-215/+482
* updatespatacongo2007-03-275-2326/+2570
* updatenuttx-2.2patacongo2007-03-273-18/+25
* Board-specific LED logic moved to board-specific directorypatacongo2007-03-271-207/+0
* Use gzip instead of bzip2patacongo2007-03-271-3/+21
* Move PJRC led support into board-specific logicpatacongo2007-03-274-8/+235
* Remove leftover debug echopatacongo2007-03-271-3/+2
* Add DM320 LED supportpatacongo2007-03-275-4/+146
* Fix DM320 CFLAGSpatacongo2007-03-271-1/+1
* Create a place to hold board-specific driverspatacongo2007-03-262-0/+77
* Bad importpatacongo2007-03-268-642/+0
* Was delete link then delete link in directory referenced by linkpatacongo2007-03-261-1/+2
* Moved to board-specific directorypatacongo2007-03-261-113/+0
* Add a directory to hold board-specific driverspatacongo2007-03-2614-48/+129
* Initial Revisionpatacongo2007-03-2617-0/+1060
* Initial Revisionpatacongo2007-03-268-0/+394
* Create a place to hold board specific header filespatacongo2007-03-2622-357/+99
* Makefile would sometimes create spurious linkspatacongo2007-03-252-9/+14
* Add test of pthread barrier logicpatacongo2007-03-247-12/+178
* updatespatacongo2007-03-243-102/+290
* Eliminate warningspatacongo2007-03-242-3/+6
* Add logic to protect the user task errno when errno access are performed from...patacongo2007-03-241-3/+35
* Cosmeticpatacongo2007-03-241-1/+1
* Add pthread_setschedprio() prototypepatacongo2007-03-241-0/+1
* Add SCHED_SPORADIC (even though we don't use it)patacongo2007-03-241-3/+4
* Don't all sched_setparam; call up_prrioritize_rtr directlypatacongo2007-03-241-4/+2
* Correct errno handlingpatacongo2007-03-243-57/+117
* Added pthread_setschedprio()patacongo2007-03-242-1/+122
* Add new pthread_* APIspatacongo2007-03-2323-92/+1806
* Fix memory leakspatacongo2007-03-236-5/+166
* Needs prototype for timer_test()patacongo2007-03-231-0/+4
* should not include pthread.hpatacongo2007-03-232-2/+0
* argv parameter should be 'const'patacongo2007-03-233-8/+8
* limits.h is also a required filepatacongo2007-03-231-1/+2
* Initial Releasepatacongo2007-03-231-0/+355
* Move to the configs subdirectorypatacongo2007-03-231-164/+0
* Create configs/ dir; separate board configuration from processor architecturepatacongo2007-03-2324-1934/+199
* Initial Releasepatacongo2007-03-2323-0/+2600
* Remove duplicated instructionpatacongo2007-03-231-1/+0
* updatepatacongo2007-03-222-2/+4
* This platform does not need rrload formatpatacongo2007-03-221-1/+1
* update for releasenuttx-2.1patacongo2007-03-223-15/+15
* Completes initial DM320 bringuppatacongo2007-03-2214-58/+324
* Cosmeticpatacongo2007-03-221-3/+1
* Simultaneous flushing stdout from several threads corrects the output. That ...patacongo2007-03-221-6/+1
* Progress with DM320patacongo2007-03-218-56/+9
* timer_gettime was not returning the right value for it_intervalpatacongo2007-03-213-1/+4
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-219-12/+64