summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm3s
Commit message (Expand)AuthorAgeFilesLines
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-2/+2
* Fix error introduced in last commitpatacongo2011-04-081-2/+2
* Modify interrupt handling for privileged/unprivileged modepatacongo2011-04-081-9/+52
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-1/+1
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-063-693/+695
* P14201 driver now uses new SPI cmddata methodpatacongo2010-12-041-6/+6
* Add cmddata method to the SPI interfacepatacongo2010-12-032-6/+17
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
* 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