summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/lm3s
AgeCommit message (Expand)AuthorFilesLines
2012-07-31LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo1-4/+2
2012-07-04Fix a optimization related problem in the LM3Spatacongo1-2/+2
2012-07-04Add LPC43 interrrupt control logicpatacongo1-6/+0
2012-07-02LM3S9B96 updatepatacongo2-6/+13
2012-06-30PM Update; add configs//ekk-lm3s9b96patacongo1-1/+3
2012-06-01Interrupt priority fix + new LM3S header filespatacongo2-0/+238
2012-04-11More configuration filespatacongo1-0/+4
2012-03-21Move serial header files to include/nuttx/serialpatacongo1-1/+1
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo2-7/+7
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo2-8/+8
2012-02-08Remove a couple of warningspatacongo1-2/+2
2012-01-04Add suport for the Stellaris LM3S6432S2E and the TI RDK-S2Epatacongo5-1/+172
2011-08-05Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo1-2/+2
2011-04-08Fix error introduced in last commitpatacongo1-2/+2
2011-04-08Modify interrupt handling for privileged/unprivileged modepatacongo1-9/+52
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo1-1/+1
2011-04-06Attach mem mgmt fault handle if MPU is enabledpatacongo3-693/+695
2010-12-04P14201 driver now uses new SPI cmddata methodpatacongo1-6/+6
2010-12-03Add cmddata method to the SPI interfacepatacongo2-6/+17
2010-11-25uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo1-1/+1
2010-11-20Fix Cortex-M3 nested interrupt hard faultpatacongo1-7/+8
2010-11-16cosmeticpatacongo1-1/+1
2010-11-13Add ethernet interrupt handlerpatacongo1-3/+3
2010-11-12Add PHY init logicpatacongo1-1/+1
2010-10-29Add skeleton for LPC17xx ethernet driverpatacongo1-1/+1
2010-09-29Corrections to the LM3S8962 portpatacongo2-3/+48
2010-09-03Add LM3S8962 supportpatacongo5-4/+154
2010-08-13Fix missing commapatacongo1-2/+9
2010-08-13Fix limitation in number of GPIO ports that can be supportedpatacongo4-32/+36
2010-08-12Need to enable global GPIO interrupt after attachingpatacongo1-2/+16
2010-08-12Fix layout of IRQ to GPIO address lookup tablepatacongo1-24/+15
2010-08-12Add changes for LM3S9B96patacongo9-6/+329
2010-08-10Fix warningspatacongo1-6/+0
2010-07-16Fix interrupt stack compilation problempatacongo1-3/+4
2010-07-11Add support for multicast MAC addressespatacongo1-0/+68
2010-06-28fix gpio interrupt vectorspatacongo1-4/+4
2010-05-16board.h should not include files in arch directorypatacongo1-8/+9
2010-05-16Fix SSI mode setting logicpatacongo1-2/+2
2010-05-15more oled fixespatacongo1-1/+1
2010-05-15Update locking in lm3s SPI driverpatacongo1-25/+95
2010-05-15In progress changes for OLED display workpatacongo1-1/+36
2010-05-09Add LM3S6965 NSH configuration + Prep for 5.5 releasepatacongo1-0/+2
2010-05-08Add some lm3s6965 board specificspatacongo1-2/+2
2010-05-07Add LM3S6965 configurationpatacongo12-67/+188
2010-05-07Add LM3S6965 definitionpatacongo5-53/+320
2009-12-29Fixes for recent header file reorganizationpatacongo3-4/+8
2009-12-18Fixing LM3S httpd example (still broken)patacongo1-15/+18
2009-12-16Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo20-365/+374
2009-10-25Improved certain Cortex-M3 context switch timespatacongo1-1/+1
2009-10-20Extend SPI interface to better handle multiple devices on same SPI buspatacongo1-0/+1