summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Need to clear interruptpatacongo2009-05-231-0/+6
* Add LM3S SSI driverpatacongo2009-05-237-50/+1340
* Add SSI header filepatacongo2009-05-222-2/+240
* lm3s ethernet workspatacongo2009-05-221-3/+2
* MAC driver developmentpatacongo2009-05-213-52/+267
* Complete Rx side of ethernet driverpatacongo2009-05-216-132/+371
* LM3S ethernet driver developmentpatacongo2009-05-212-93/+455
* Get MAC address from USER registerspatacongo2009-05-202-0/+131
* MAC driver developmentpatacongo2009-05-201-1/+24
* Add lm3s ethernet header filepatacongo2009-05-201-0/+170
* Fix BRD calculation; Handle edge interruptspatacongo2009-05-191-5/+25
* NSH integration, fix serial interrupt handlingpatacongo2009-05-191-1/+2
* Add lm3s6918 NSH configurationpatacongo2009-05-191-11/+11
* lm3s6918 passes OS testpatacongo2009-05-191-1/+2
* 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-1936-132/+1017
* Fix heap setup problempatacongo2009-05-191-1/+1
* Calibrate lm3s6918 timing looppatacongo2009-05-181-7/+3
* 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-1717-43/+162
* 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-152-77/+79
* 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-149-60/+915
* Add basic context switching logicpatacongo2009-05-136-13/+287
* 1st cut at lm3s6918 interrupt handlingpatacongo2009-05-137-54/+106
* lm3s6918 updatepatacongo2009-05-1319-414/+919
* Flesh out LM3S9618 interrupt control logicpatacongo2009-05-126-75/+367
* 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-113-2/+392
* Add support for fast GPIO on lpc214xpatacongo2009-05-092-1/+31
* lm3s6918 updatepatacongo2009-05-087-179/+1282
* Add atomic register modificationpatacongo2009-05-0810-44/+317
* framework for interrupt handlingpatacongo2009-05-082-4/+240
* Add GPIO register definitionspatacongo2009-05-073-1/+399
* Add definitions for system control registerspatacongo2009-05-073-39/+489
* Add irqsave/restore() macros for Cortex-M3patacongo2009-05-072-6/+55