summaryrefslogtreecommitdiff
path: root/nuttx/arch/pjrc-8051
Commit message (Expand)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1621-386/+426
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-21/+29
* Need limits of signed and unsigned pointer-sized integerspatacongo2009-12-141-2/+3
* Add range of pointer integer typespatacongo2009-12-132-24/+31
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-6/+9
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-253-3/+3
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-3/+0
* Back out part of the last change -- that was a bad ideapatacongo2009-03-101-16/+3
* Add support for priority inheritancepatacongo2009-03-081-19/+35
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-50/+24
* Clean operations are now toolchain specificpatacongo2008-01-101-3/+2
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-8/+9
* Reduce make outputpatacongo2008-01-081-2/+2
* Add support for tools that can't make dependenciespatacongo2008-01-081-6/+5
* Fixed for 8051 w/SDCC compilerpatacongo2007-12-281-0/+3
* Added network init; refactored some header filespatacongo2007-09-091-0/+1
* SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in assert...patacongo2007-06-091-6/+10
* bash if should end with 'fi' not 'if'patacongo2007-06-061-1/+1
* typospatacongo2007-05-261-1/+2
* Fix timeslice calculationpatacongo2007-05-201-1/+1
* 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
* Create configs/ dir; separate board configuration from processor architecturepatacongo2007-03-235-419/+0
* Added support for POSIX timerspatacongo2007-03-211-0/+6
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-0/+1
* 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
* Added opendir, readdir, closedir, etc.patacongo2007-03-141-0/+2
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-146-6/+292
* 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-1110-133/+562
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-101-0/+70
* c5471 bringup changespatacongo2007-03-071-0/+34
* 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-053-1/+13
* 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-046-4/+31
* 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-0224-0/+2932