summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Typo in namingpatacongo2007-03-192-5/+5
* Must preserve the value of errno; it can be changed by signal handlingpatacongo2007-03-192-3/+33
* Interrupts must be disabled in all low level context switchespatacongo2007-03-193-15/+25
* Cannot use dbg() macro in middle of context switch if output is to console dr...patacongo2007-03-198-23/+28
* 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-174-5/+7
* Added serial console driver for dm320patacongo2007-03-177-13/+804
* Move common parts of C5471 into drivers/ so it can be used by other platforms.patacongo2007-03-162-767/+351
* Initial versionpatacongo2007-03-1650-0/+6840
* Add C5471 watchdog driverpatacongo2007-03-164-1/+460
* Added opendir, readdir, closedir, etc.patacongo2007-03-144-0/+7
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-147-10/+300
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-1312-87/+240
* 8051 integrationpatacongo2007-03-1318-152/+718
* Fixed 8051 printf bugpatacongo2007-03-118-8/+63
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-1113-134/+571
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-103-0/+218
* 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-079-11/+44
* c5471 bringup changespatacongo2007-03-0712-64/+349
* Basic 8052 context switching is workingpatacongo2007-03-0614-222/+527
* Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byt...patacongo2007-03-056-1/+35
* Fix some interrupt handling issuespatacongo2007-03-053-45/+18
* Add commentpatacongo2007-03-041-1/+1
* Add capability to manager memory in discontiguous regions.patacongo2007-03-049-4/+45
* Add logic to initialize timer 2patacongo2007-03-036-22/+144
* Fix stack addressingpatacongo2007-03-022-12/+12
* 8051 is getting closer. Still have to setup timer and uart.patacongo2007-03-0215-51/+278
* Import 8051 supportpatacongo2007-03-0224-0/+2932
* Code complete for 8051 (not tested)patacongo2007-03-023-2/+8
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-013-0/+13
* Still working toward clean 8051 linkpatacongo2007-02-287-23/+73
* Fix link problemspatacongo2007-02-284-6/+6
* Working toward successful link using aslinkpatacongo2007-02-274-31/+77
* Finally, a clean SDCC compilepatacongo2007-02-273-57/+0
* Progress toward clean SDCC compilationpatacongo2007-02-2119-48/+115
* Fixes for STDCC compiler (more needed)patacongo2007-02-202-0/+6
* Working toward compiler independence: Removed inline funcspatacongo2007-02-202-8/+5
* Eliminating GCC dependenciespatacongo2007-02-202-0/+5
* Add options to define compiler characteristicspatacongo2007-02-202-0/+20
* Still having problems with serial driverpatacongo2007-02-204-138/+65
* Fix ARM IRQ handling problem + ARM context restore problempatacongo2007-02-197-31/+111