Add interrupt vector logic for the LM4F120

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5693 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-03-01 21:41:29 +00:00
parent 258a86f740
commit ae71c35e5a
31 changed files with 140 additions and 192 deletions
-6
View File
@@ -4,10 +4,4 @@
#
if ARCH_BOARD_NTOSD_DM320
config ARCH_LEDS
bool "NuttX LED support"
default n
---help---
"Support control of board LEDs by NuttX to indicate system state"
endif