summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm3s
Commit message (Expand)AuthorAgeFilesLines
* Fix Cortex-M3 nested interrupt hard faultpatacongo2010-11-201-7/+8
* cosmeticpatacongo2010-11-161-1/+1
* Add ethernet interrupt handlerpatacongo2010-11-131-3/+3
* Add PHY init logicpatacongo2010-11-121-1/+1
* Add skeleton for LPC17xx ethernet driverpatacongo2010-10-291-1/+1
* Corrections to the LM3S8962 portpatacongo2010-09-292-3/+48
* Add LM3S8962 supportpatacongo2010-09-035-4/+154
* Fix missing commapatacongo2010-08-131-2/+9
* Fix limitation in number of GPIO ports that can be supportedpatacongo2010-08-134-32/+36
* Need to enable global GPIO interrupt after attachingpatacongo2010-08-121-2/+16
* Fix layout of IRQ to GPIO address lookup tablepatacongo2010-08-121-24/+15
* Add changes for LM3S9B96patacongo2010-08-129-6/+329
* Fix warningspatacongo2010-08-101-6/+0
* Fix interrupt stack compilation problempatacongo2010-07-161-3/+4
* Add support for multicast MAC addressespatacongo2010-07-111-0/+68
* fix gpio interrupt vectorspatacongo2010-06-281-4/+4
* board.h should not include files in arch directorypatacongo2010-05-161-8/+9
* Fix SSI mode setting logicpatacongo2010-05-161-2/+2
* more oled fixespatacongo2010-05-151-1/+1
* Update locking in lm3s SPI driverpatacongo2010-05-151-25/+95
* In progress changes for OLED display workpatacongo2010-05-151-1/+36
* Add LM3S6965 NSH configuration + Prep for 5.5 releasenuttx-5.5patacongo2010-05-091-0/+2
* Add some lm3s6965 board specificspatacongo2010-05-081-2/+2
* Add LM3S6965 configurationpatacongo2010-05-0712-67/+188
* Add LM3S6965 definitionpatacongo2010-05-075-53/+320
* 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