summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471
Commit message (Expand)AuthorAgeFilesLines
* Add support for tools that can't make dependenciespatacongo2008-01-081-6/+5
* Fix timeslice calculationpatacongo2007-08-261-2/+3
* Fix timeslice calculationpatacongo2007-05-201-1/+1
* Reflect changes due to fs structurespatacongo2007-05-091-2/+2
* arch/c5471/include and arch/dm320/include are not identical. This is in prep...patacongo2007-04-264-76/+55
* Initial versionpatacongo2007-04-261-0/+105
* Makesystem changes to better support different SoCspatacongo2007-04-252-2/+2
* Misc changes to good c5471 build on Cygwinpatacongo2007-04-221-1/+1
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled unti...patacongo2007-03-291-0/+11
* Remove leftover debug echopatacongo2007-03-271-3/+2
* Moved to board-specific directorypatacongo2007-03-261-113/+0
* Add a directory to hold board-specific driverspatacongo2007-03-264-8/+21
* Create a place to hold board specific header filespatacongo2007-03-263-23/+25
* Move to the configs subdirectorypatacongo2007-03-231-164/+0
* Create configs/ dir; separate board configuration from processor architecturepatacongo2007-03-234-475/+0
* Cosmeticpatacongo2007-03-221-3/+1
* Progress with DM320patacongo2007-03-211-1/+0
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-212-2/+2
* Added support for POSIX timerspatacongo2007-03-211-0/+6
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-0/+1
* Follow naming conventionpatacongo2007-03-192-30/+30
* Fix typospatacongo2007-03-192-2/+2
* Must preserve the value of errno; it can be changed by signal handlingpatacongo2007-03-191-1/+16
* Interrupts must be disabled in all low level context switchespatacongo2007-03-191-12/+14
* Cannot use dbg() macro in middle of context switch if output is to console dr...patacongo2007-03-194-12/+15
* Fix typo in namepatacongo2007-03-173-6/+6
* Add special handling for idle task stack dumppatacongo2007-03-171-3/+15
* Add test of roundrobin scheduler (still does not work)patacongo2007-03-171-1/+2
* Added serial console driver for dm320patacongo2007-03-171-1/+1
* Move common parts of C5471 into drivers/ so it can be used by other platforms.patacongo2007-03-162-767/+351
* Add C5471 watchdog driverpatacongo2007-03-164-1/+460
* Added opendir, readdir, closedir, etc.patacongo2007-03-141-0/+2
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-4/+8
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-0/+4
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-101-0/+74
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-103-7/+62
* C5471 documentationpatacongo2007-03-091-0/+164
* Finished C5471 Integrationnuttx-1.0patacongo2007-03-092-20/+37
* Debug instrumentationpatacongo2007-03-092-0/+61
* C5471 timer interrupts and timing functions are workingpatacongo2007-03-093-36/+90
* Fixed some interrupt-related bugspatacongo2007-03-087-42/+33
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-086-14/+101
* Add support for onboard LEDs; Fix serial bugpatacongo2007-03-0811-42/+205
* Working with c5471 interruptspatacongo2007-03-078-9/+42
* c5471 bringup changespatacongo2007-03-0710-60/+315
* Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byt...patacongo2007-03-051-0/+8
* Add capability to manager memory in discontiguous regions.patacongo2007-03-041-0/+5
* Add logic to initialize timer 2patacongo2007-03-031-1/+10
* 8051 is getting closer. Still have to setup timer and uart.patacongo2007-03-021-1/+1
* Code complete for 8051 (not tested)patacongo2007-03-022-2/+5