summaryrefslogtreecommitdiff
path: root/nuttx/arch/pjrc-8051/src
Commit message (Expand)AuthorAgeFilesLines
* Makesystem changes to better support different SoCspatacongo2007-04-251-1/+1
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled unti...patacongo2007-03-291-0/+11
* Board-specific LED logic moved to board-specific directorypatacongo2007-03-271-207/+0
* Move PJRC led support into board-specific logicpatacongo2007-03-272-6/+23
* Create a place to hold board specific header filespatacongo2007-03-262-217/+5
* Interrupts must be disabled in all low level context switchespatacongo2007-03-191-0/+7
* Add test of roundrobin scheduler (still does not work)patacongo2007-03-171-2/+2
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-144-3/+285
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-1311-83/+205
* 8051 integrationpatacongo2007-03-1316-135/+659
* Fixed 8051 printf bugpatacongo2007-03-113-5/+30
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-119-133/+556
* Basic 8052 context switching is workingpatacongo2007-03-0613-222/+516
* Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byt...patacongo2007-03-052-1/+5
* Fix some interrupt handling issuespatacongo2007-03-052-43/+16
* Add commentpatacongo2007-03-041-1/+1
* Add capability to manager memory in discontiguous regions.patacongo2007-03-045-3/+25
* Add logic to initialize timer 2patacongo2007-03-035-21/+134
* Fix stack addressingpatacongo2007-03-022-12/+12
* 8051 is getting closer. Still have to setup timer and uart.patacongo2007-03-0213-50/+243
* Import 8051 supportpatacongo2007-03-0218-0/+2319