summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* updatedpatacongo2007-05-122-6/+11
* driver private data should be retained in inode, not filepatacongo2007-05-121-32/+33
* Add mount and umountpatacongo2007-05-122-5/+114
* Add mount() and umount()patacongo2007-05-129-6/+629
* simulated block device now contains a VFAT formated disk imagepatacongo2007-05-124-10/+400
* Reflect changes due to fs structurespatacongo2007-05-093-4/+6
* Reflect changes to fs structurespatacongo2007-05-091-2/+2
* updatepatacongo2007-05-092-5/+10
* Add simulated block devicepatacongo2007-05-095-4/+208
* 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