summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add structures to manage block driverspatacongo2007-05-091-43/+103
* Add support for block driverspatacongo2007-05-0914-100/+340
* Another thing to dopatacongo2007-05-061-0/+4
* Add logic for system timerpatacongo2007-05-056-102/+331
* Add more register definitionspatacongo2007-05-054-138/+268
* Add A/D register definitionspatacongo2007-05-052-14/+49
* Added serial driverpatacongo2007-05-045-17/+732
* Cosmeticpatacongo2007-05-031-3/+3
* Completes coding of basic interrupt handling logicpatacongo2007-05-035-36/+95
* Added some interrupt definitionspatacongo2007-05-027-98/+324
* Added chip infopatacongo2007-05-012-1/+29
* Low level UART supportpatacongo2007-05-016-35/+416
* Fix several typos.patacongo2007-04-291-17/+8
* Changes to resulting previous merge of arch/c5471 and arch/dm320 into arch/ar...patacongo2007-04-2921-636/+214
* Initial lpc214x supportpatacongo2007-04-2919-0/+1930
* Updated for 0.2.4 releasenuttx-2.4patacongo2007-04-286-26/+111
* Bad importpatacongo2007-04-286-411/+0
* Initial Releasepatacongo2007-04-287-0/+3325
* Documents new arch/arm directorypatacongo2007-04-283-20/+98
* Changes to use the common ARM directory under arch/armpatacongo2007-04-287-16/+32
* Common ARM supportpatacongo2007-04-2866-0/+11235
* arch/c5471/include and arch/dm320/include are not identical. This is in prep...patacongo2007-04-2613-153/+97
* Initial versionpatacongo2007-04-262-0/+239
* Makesystem changes to better support different SoCspatacongo2007-04-2516-40/+111
* Misc changes to good c5471 build on Cygwinpatacongo2007-04-225-25/+11
* updatenuttx-2.3patacongo2007-03-303-16/+21
* Fix another potential pthread_join race conditionpatacongo2007-03-301-46/+70
* Correct a race condition in the pthread join logic. Sometimes the join struc...patacongo2007-03-307-106/+158
* Add timed mqueue test.patacongo2007-03-296-2/+409
* Fix bugs detected by timed mqueue test.patacongo2007-03-293-16/+19
* Container being deallocated before buffers in container. Caused memory leak.patacongo2007-03-294-46/+67
* Updated test resultspatacongo2007-03-291-24/+97
* Wrong task statepatacongo2007-03-291-1/+1
* Moved exclusion logic to a higher level so that printf output is more readabl...patacongo2007-03-294-16/+19
* Signal mask is now inherited by both child tasks and threads; this has the si...patacongo2007-03-291-2/+9
* Unmatched sched_lock()/sched_unlock()patacongo2007-03-291-2/+4
* Don't allow signals to wake up blocked task if the signal is blocked.patacongo2007-03-291-20/+21
* Block signals while pthread exits.patacongo2007-03-291-0/+12
* typopatacongo2007-03-291-1/+1
* Eliminate warningspatacongo2007-03-292-5/+1
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled unti...patacongo2007-03-294-1/+46
* 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