summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm3s
Commit message (Expand)AuthorAgeFilesLines
* Fixes for recent header file reorganizationpatacongo2009-12-293-4/+8
* Fixing LM3S httpd example (still broken)patacongo2009-12-181-15/+18
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1620-365/+374
* Improved certain Cortex-M3 context switch timespatacongo2009-10-251-1/+1
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-0/+1
* Fix major bug in STM32 interrupt enable/disable logic; NSH now works on STM32patacongo2009-10-171-6/+6
* Misc GPIO-related changespatacongo2009-10-141-2/+0
* typopatacongo2009-10-131-1/+1
* cosmeticpatacongo2009-09-252-2/+2
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-1/+1
* Use low-level debug which does not depend on stdout mapped to consolepatacongo2009-09-131-19/+19
* cosmeticpatacongo2009-09-111-1/+1
* This two FIFO handling bugs in LM3S ethernet driverpatacongo2009-09-091-10/+27
* Cosmetic, synchronize source filespatacongo2009-09-091-1/+2
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Fix some bogus (unused) symbol namespatacongo2009-06-101-2/+1
* cosmeticpatacongo2009-06-082-12/+14
* Correct a mountain of typospatacongo2009-06-051-58/+58
* Ethernet controller needs different delay with debug disabledpatacongo2009-05-291-3/+2
* 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-236-43/+1333
* Add SSI header filepatacongo2009-05-222-2/+240
* lm3s ethernet workspatacongo2009-05-221-3/+2
* MAC driver developmentpatacongo2009-05-212-49/+260
* Complete Rx side of ethernet driverpatacongo2009-05-213-85/+322
* 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
* Move share-able Cortex-M3 file from lm3s subdirectorypatacongo2009-05-196-469/+7
* Move ARM and Cortex files to separate directoriespatacongo2009-05-196-8/+8
* Fix heap setup problempatacongo2009-05-191-1/+1
* timer interrupt now workspatacongo2009-05-181-2/+2
* lm3s6918 now does context switchespatacongo2009-05-181-5/+5
* Progress on Cortex-M3 interruptspatacongo2009-05-188-100/+312
* Debug Cortex-M3 interruptspatacongo2009-05-175-12/+67
* 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