summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471
Commit message (Collapse)AuthorAgeFilesLines
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-57/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@591 42af7a65-404d-4744-a932-0658087f49c3
* UART config is untestedpatacongo2008-01-282-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@578 42af7a65-404d-4744-a932-0658087f49c3
* Basic Z16F serial driver functionalitypatacongo2008-01-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@577 42af7a65-404d-4744-a932-0658087f49c3
* Structure serial driver interface to support different interrupt architecturespatacongo2008-01-261-88/+140
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@571 42af7a65-404d-4744-a932-0658087f49c3
* Clean operations are now toolchain specificpatacongo2008-01-101-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@542 42af7a65-404d-4744-a932-0658087f49c3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@528 42af7a65-404d-4744-a932-0658087f49c3
* Reduce make outputpatacongo2008-01-081-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@526 42af7a65-404d-4744-a932-0658087f49c3
* Add support for tools that can't make dependenciespatacongo2008-01-081-6/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@522 42af7a65-404d-4744-a932-0658087f49c3
* Fix timeslice calculationpatacongo2007-08-261-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@311 42af7a65-404d-4744-a932-0658087f49c3
* Fix timeslice calculationpatacongo2007-05-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@232 42af7a65-404d-4744-a932-0658087f49c3
* Reflect changes due to fs structurespatacongo2007-05-091-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@211 42af7a65-404d-4744-a932-0658087f49c3
* arch/c5471/include and arch/dm320/include are not identical. This is in ↵patacongo2007-04-264-76/+55
| | | | | | preparation to replace arch/c5471 and arch/dm320 with arch/arm git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@186 42af7a65-404d-4744-a932-0658087f49c3
* Initial versionpatacongo2007-04-261-0/+105
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@185 42af7a65-404d-4744-a932-0658087f49c3
* Makesystem changes to better support different SoCspatacongo2007-04-252-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@184 42af7a65-404d-4744-a932-0658087f49c3
* Misc changes to good c5471 build on Cygwinpatacongo2007-04-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@183 42af7a65-404d-4744-a932-0658087f49c3
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled ↵patacongo2007-03-291-0/+11
| | | | | | until pending queue emptied. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@167 42af7a65-404d-4744-a932-0658087f49c3
* Remove leftover debug echopatacongo2007-03-271-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@158 42af7a65-404d-4744-a932-0658087f49c3
* Moved to board-specific directorypatacongo2007-03-261-113/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@152 42af7a65-404d-4744-a932-0658087f49c3
* Add a directory to hold board-specific driverspatacongo2007-03-264-8/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@151 42af7a65-404d-4744-a932-0658087f49c3
* Create a place to hold board specific header filespatacongo2007-03-263-23/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@146 42af7a65-404d-4744-a932-0658087f49c3
* Move to the configs subdirectorypatacongo2007-03-231-164/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@127 42af7a65-404d-4744-a932-0658087f49c3
* Create configs/ dir; separate board configuration from processor architecturepatacongo2007-03-234-475/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@126 42af7a65-404d-4744-a932-0658087f49c3
* Cosmeticpatacongo2007-03-221-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@119 42af7a65-404d-4744-a932-0658087f49c3
* Progress with DM320patacongo2007-03-211-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@117 42af7a65-404d-4744-a932-0658087f49c3
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-212-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@115 42af7a65-404d-4744-a932-0658087f49c3
* Added support for POSIX timerspatacongo2007-03-211-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@111 42af7a65-404d-4744-a932-0658087f49c3
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@107 42af7a65-404d-4744-a932-0658087f49c3
* Follow naming conventionpatacongo2007-03-192-30/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@106 42af7a65-404d-4744-a932-0658087f49c3
* Fix typospatacongo2007-03-192-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@101 42af7a65-404d-4744-a932-0658087f49c3
* Must preserve the value of errno; it can be changed by signal handlingpatacongo2007-03-191-1/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@95 42af7a65-404d-4744-a932-0658087f49c3
* Interrupts must be disabled in all low level context switchespatacongo2007-03-191-12/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@89 42af7a65-404d-4744-a932-0658087f49c3
* Cannot use dbg() macro in middle of context switch if output is to console ↵patacongo2007-03-194-12/+15
| | | | | | driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@88 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo in namepatacongo2007-03-173-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@86 42af7a65-404d-4744-a932-0658087f49c3
* Add special handling for idle task stack dumppatacongo2007-03-171-3/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@85 42af7a65-404d-4744-a932-0658087f49c3
* Add test of roundrobin scheduler (still does not work)patacongo2007-03-171-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@81 42af7a65-404d-4744-a932-0658087f49c3
* Added serial console driver for dm320patacongo2007-03-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@79 42af7a65-404d-4744-a932-0658087f49c3
* Move common parts of C5471 into drivers/ so it can be used by other platforms.patacongo2007-03-162-767/+351
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@75 42af7a65-404d-4744-a932-0658087f49c3
* Add C5471 watchdog driverpatacongo2007-03-164-1/+460
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@66 42af7a65-404d-4744-a932-0658087f49c3
* Added opendir, readdir, closedir, etc.patacongo2007-03-141-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@62 42af7a65-404d-4744-a932-0658087f49c3
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@61 42af7a65-404d-4744-a932-0658087f49c3
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@56 42af7a65-404d-4744-a932-0658087f49c3
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-101-0/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@54 42af7a65-404d-4744-a932-0658087f49c3
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-103-7/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@51 42af7a65-404d-4744-a932-0658087f49c3
* C5471 documentationpatacongo2007-03-091-0/+164
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@49 42af7a65-404d-4744-a932-0658087f49c3
* Finished C5471 Integrationnuttx-1.0patacongo2007-03-092-20/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@48 42af7a65-404d-4744-a932-0658087f49c3
* Debug instrumentationpatacongo2007-03-092-0/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@47 42af7a65-404d-4744-a932-0658087f49c3
* C5471 timer interrupts and timing functions are workingpatacongo2007-03-093-36/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@46 42af7a65-404d-4744-a932-0658087f49c3
* Fixed some interrupt-related bugspatacongo2007-03-087-42/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@45 42af7a65-404d-4744-a932-0658087f49c3
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-086-14/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@44 42af7a65-404d-4744-a932-0658087f49c3
* Add support for onboard LEDs; Fix serial bugpatacongo2007-03-0811-42/+205
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@43 42af7a65-404d-4744-a932-0658087f49c3