summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-1419-93/+570
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-1318-139/+333
* 8051 integrationpatacongo2007-03-1319-156/+722
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-119-353/+628
* Fixed 8051 printf bugpatacongo2007-03-1110-26/+120
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-1131-291/+729
* Updatedpatacongo2007-03-101-3/+6
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-1014-38/+954
* Initial versionpatacongo2007-03-102-0/+169
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-1011-26/+435
* Updatedpatacongo2007-03-091-18/+83
* C5471 documentationpatacongo2007-03-091-0/+164
* Finished C5471 Integrationnuttx-1.0patacongo2007-03-098-61/+75
* Debug instrumentationpatacongo2007-03-099-3/+168
* 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-0812-17/+109
* Add support for onboard LEDs; Fix serial bugpatacongo2007-03-0811-42/+205
* Working with c5471 interruptspatacongo2007-03-0710-12/+44
* c5471 bringup changespatacongo2007-03-0713-67/+349
* Botched the case for n=0patacongo2007-03-061-9/+24
* 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-0511-584/+1307
* 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-0419-95/+277
* 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-0217-53/+282
* Import 8051 supportpatacongo2007-03-0224-0/+2932
* Code complete for 8051 (not tested)patacongo2007-03-0219-96/+225
* zipme script assumed hard-coded directory namepatacongo2007-03-011-7/+9
* Add logic to suppress clock_ APIspatacongo2007-03-014-3/+10
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-0152-156/+278
* Still working toward clean 8051 linkpatacongo2007-02-2822-81/+223
* Fix link problemspatacongo2007-02-287-45/+57
* 8051 does not have type doublepatacongo2007-02-281-1/+1
* Updated documentationpatacongo2007-02-285-10/+45
* Working toward successful link using aslinkpatacongo2007-02-2710-83/+109
* Finally, a clean SDCC compilepatacongo2007-02-27171-1368/+1556
* Updated docspatacongo2007-02-225-0/+74
* Progress toward clean SDCC compilationpatacongo2007-02-2190-348/+789
* Eliminating SDCC compilation errorspatacongo2007-02-219-23/+47
* Fixes for STDCC compiler (more needed)patacongo2007-02-207-8/+41
* Working toward compiler independence: Removed inline funcspatacongo2007-02-2019-108/+31
* Eliminating GCC dependenciespatacongo2007-02-2084-583/+461
* Add options to define compiler characteristicspatacongo2007-02-202-0/+20
* Add support for non-GCC compilerpatacongo2007-02-201-4/+12
* SDCC detected bugspatacongo2007-02-202-3/+4
* Still having problems with serial driverpatacongo2007-02-204-138/+65