summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 0.4.6 releasenuttx-4.6patacongo2009-05-194-66/+87
* Fix typopatacongo2009-05-191-1/+1
* Fix BRD calculation; Handle edge interruptspatacongo2009-05-191-5/+25
* NSH integration, fix serial interrupt handlingpatacongo2009-05-194-16/+21
* Add lm3s6918 NSH configurationpatacongo2009-05-195-11/+777
* lm3s6918 passes OS testpatacongo2009-05-195-30/+111
* OS test result filepatacongo2009-05-191-0/+427
* pthread_create must return a positive errno on failurepatacongo2009-05-193-25/+34
* Make sure all ARM targets still compilepatacongo2009-05-1917-47/+72
* Move share-able Cortex-M3 file from lm3s subdirectorypatacongo2009-05-197-71/+50
* Move ARM and Cortex header files to separate directoriespatacongo2009-05-193-11/+20
* Move ARM and Cortex files to separate directoriespatacongo2009-05-1942-138/+1023
* Add ARM architecture type to configurationpatacongo2009-05-1922-41/+117
* Fix heap setup problempatacongo2009-05-195-40/+52
* Calibrate lm3s6918 timing looppatacongo2009-05-187-8/+46
* timer interrupt now workspatacongo2009-05-181-2/+2
* lm3s6918 now does context switchespatacongo2009-05-182-9/+33
* Progress on Cortex-M3 interruptspatacongo2009-05-1811-118/+405
* file was unfinishedpatacongo2009-05-181-24/+24
* Debug Cortex-M3 interruptspatacongo2009-05-1718-44/+163
* Basic clocking and UART workspatacongo2009-05-152-19/+33
* back out part of last changepatacongo2009-05-151-3/+2
* LM3S integrationpatacongo2009-05-154-14/+15
* Early integration fixespatacongo2009-05-154-78/+86
* updatepatacongo2009-05-141-0/+38
* Backup unnecessary bootloader logicpatacongo2009-05-141-8/+0
* Should be silent on make commandspatacongo2009-05-141-1/+1
* Add GPIO IRQ logicpatacongo2009-05-145-3/+567
* Add basic lm3s6918 gpio supportpatacongo2009-05-1411-62/+951
* Add basic context switching logicpatacongo2009-05-136-13/+287
* 1st cut at lm3s6918 interrupt handlingpatacongo2009-05-139-58/+107
* lm3s6918 updatepatacongo2009-05-1319-414/+919
* Flesh out LM3S9618 interrupt control logicpatacongo2009-05-128-75/+373
* Add lm3s6918 system timer logicpatacongo2009-05-126-2/+1434
* First cut at lm3s6918 serial driverpatacongo2009-05-124-7/+10
* Fix some UART initialization problemspatacongo2009-05-124-24/+49
* Add low-level console support for LM3S3918patacongo2009-05-114-24/+337
* Add UART definitionspatacongo2009-05-112-0/+349
* More lm3s6918 -- clocking + misc fixespatacongo2009-05-117-16/+447
* Add description of LED supportpatacongo2009-05-091-2/+144
* Add support for fast GPIO on lpc214xpatacongo2009-05-098-21/+89
* fix typospatacongo2009-05-091-56/+56
* lm3s6918 updatepatacongo2009-05-0811-199/+1311
* Add logic to control LEDpatacongo2009-05-084-5/+43
* Add atomic register modificationpatacongo2009-05-0810-44/+317
* framework for interrupt handlingpatacongo2009-05-084-5/+251
* Add GPIO register definitionspatacongo2009-05-073-1/+399
* Add definitions for system control registerspatacongo2009-05-074-40/+490
* Add irqsave/restore() macros for Cortex-M3patacongo2009-05-073-6/+59
* Changes necessary to start buildpatacongo2009-05-065-5/+52