summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Ethernet controller needs different delay with debug disabledpatacongo2009-05-291-3/+2
* Add support for CodeSourcery and devkitARM toolchainspatacongo2009-05-282-21/+21
* Add LM3S I2C header filepatacongo2009-05-284-3/+254
* Final integration of microSDpatacongo2009-05-281-3/+43
* Integrating SHDCpatacongo2009-05-271-3/+12
* Debug microSD CSpatacongo2009-05-242-6/+16
* Fixe LM3S GPIO output settings; fix Eagle-100 LEDspatacongo2009-05-244-3/+167
* Initial SSI debugpatacongo2009-05-241-17/+77
* Add SPI-based MMC/SD support for lm3spatacongo2009-05-232-21/+85
* 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