summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Collapse)AuthorAgeFilesLines
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled ↵patacongo2007-03-294-1/+46
| | | | | | until pending queue emptied. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@167 42af7a65-404d-4744-a932-0658087f49c3
* updatespatacongo2007-03-271-5/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@163 42af7a65-404d-4744-a932-0658087f49c3
* Board-specific LED logic moved to board-specific directorypatacongo2007-03-271-207/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@161 42af7a65-404d-4744-a932-0658087f49c3
* Move PJRC led support into board-specific logicpatacongo2007-03-272-6/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@159 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
* Add DM320 LED supportpatacongo2007-03-273-3/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@157 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-267-345/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@146 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate warningspatacongo2007-03-242-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@142 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-2317-1826/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@126 42af7a65-404d-4744-a932-0658087f49c3
* Remove duplicated instructionpatacongo2007-03-231-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@124 42af7a65-404d-4744-a932-0658087f49c3
* This platform does not need rrload formatpatacongo2007-03-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@122 42af7a65-404d-4744-a932-0658087f49c3
* Completes initial DM320 bringuppatacongo2007-03-2214-58/+324
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@120 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-217-12/+9
| | | | 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-217-9/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@115 42af7a65-404d-4744-a932-0658087f49c3
* Added support for POSIX timerspatacongo2007-03-216-2/+26
| | | | 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-204-0/+4
| | | | 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
* updatepatacongo2007-03-191-8/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@105 42af7a65-404d-4744-a932-0658087f49c3
* Fix typospatacongo2007-03-196-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@101 42af7a65-404d-4744-a932-0658087f49c3
* Typo in namingpatacongo2007-03-192-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@98 42af7a65-404d-4744-a932-0658087f49c3
* Must preserve the value of errno; it can be changed by signal handlingpatacongo2007-03-192-3/+33
| | | | 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-193-15/+25
| | | | 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-198-23/+28
| | | | | | 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-174-5/+7
| | | | 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-177-13/+804
| | | | 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
* Initial versionpatacongo2007-03-1650-0/+6840
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@68 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-144-0/+7
| | | | 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-147-10/+300
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@61 42af7a65-404d-4744-a932-0658087f49c3
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-1312-87/+240
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@60 42af7a65-404d-4744-a932-0658087f49c3
* 8051 integrationpatacongo2007-03-1318-152/+718
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@59 42af7a65-404d-4744-a932-0658087f49c3
* Fixed 8051 printf bugpatacongo2007-03-118-8/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@57 42af7a65-404d-4744-a932-0658087f49c3
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-1113-134/+571
| | | | 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-103-0/+218
| | | | 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
* Working with c5471 interruptspatacongo2007-03-079-11/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@42 42af7a65-404d-4744-a932-0658087f49c3