summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src
Commit message (Expand)AuthorAgeFilesLines
* Progress with DM320patacongo2007-03-211-1/+0
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-212-2/+2
* 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-172-2/+2
* 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-161-762/+350
* Add C5471 watchdog driverpatacongo2007-03-163-1/+397
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-4/+8
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-103-7/+62
* Finished C5471 Integrationnuttx-1.0patacongo2007-03-092-20/+37
* Debug instrumentationpatacongo2007-03-092-0/+61
* C5471 timer interrupts and timing functions are workingpatacongo2007-03-092-35/+87
* Fixed some interrupt-related bugspatacongo2007-03-087-42/+33
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-085-14/+99
* Add support for onboard LEDs; Fix serial bugpatacongo2007-03-0811-42/+205
* Working with c5471 interruptspatacongo2007-03-077-8/+41
* c5471 bringup changespatacongo2007-03-079-55/+307
* 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-021-2/+2
* Still working toward clean 8051 linkpatacongo2007-02-281-6/+5
* Fix link problemspatacongo2007-02-281-0/+3
* Working toward successful link using aslinkpatacongo2007-02-271-15/+41
* Progress toward clean SDCC compilationpatacongo2007-02-216-17/+20
* Working toward compiler independence: Removed inline funcspatacongo2007-02-201-2/+1
* Eliminating GCC dependenciespatacongo2007-02-202-0/+5
* Still having problems with serial driverpatacongo2007-02-202-135/+63
* Fix ARM IRQ handling problem + ARM context restore problempatacongo2007-02-197-31/+111
* Progress with C5471 bootpatacongo2007-02-198-34/+1300
* Preparing to test on the C5471patacongo2007-02-182-1/+129
* Fix problems in state restore logicpatacongo2007-02-188-148/+104
* NuttX RTOSpatacongo2007-02-1729-0/+3842