summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/graphics/Kconfig1
-rw-r--r--nuttx/configs/Kconfig14
-rw-r--r--nuttx/configs/README.txt6
3 files changed, 19 insertions, 2 deletions
diff --git a/apps/graphics/Kconfig b/apps/graphics/Kconfig
index e8ed98dcb..74f084956 100644
--- a/apps/graphics/Kconfig
+++ b/apps/graphics/Kconfig
@@ -20,7 +20,6 @@ endif # TIFF
config GRAPHICS_TRAVELER
bool "Traveler game"
default n
- depends on EXPERIMENTAL
select SYSTEM_INIFILE
---help---
Enable or disable the graphic Traveler game
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index 8bbed2a07..2a0eedb65 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -96,6 +96,16 @@ config ARCH_BOARD_DEMOS92S12NEC64
port uses the m9s12x GCC toolchain. STATUS: (Still) under development; it
is code complete but has not yet been verified.
+config ARCH_BOARD_DK_TM4C129X
+ bool "Tiva DK-TM4C129x Connected Development Kit"
+ depends on ARCH_CHIP_TM4C129XNCZAD
+ select ARCH_HAVE_LEDS
+ select ARCH_HAVE_BUTTONS
+ select ARCH_HAVE_IRQBUTTONS
+ ---help---
+ Tiva DK-TM4C129x Connected Development Kit featuring the
+ TM4C129XNCZAD MCU.
+
config ARCH_BOARD_EA3131
bool "Embedded Artists EA3131 Development board"
depends on ARCH_CHIP_LPC3131
@@ -1023,6 +1033,7 @@ config ARCH_BOARD
default "compal_e88" if ARCH_BOARD_COMPALE88
default "compal_e99" if ARCH_BOARD_COMPALE99
default "demo9s12ne64" if ARCH_BOARD_DEMOS92S12NEC64
+ default "dk-tm4c129x" if ARCH_BOARD_DK_TM4C129X
default "ea3131" if ARCH_BOARD_EA3131
default "ea3152" if ARCH_BOARD_EA3152
default "eagle100" if ARCH_BOARD_EAGLE100
@@ -1191,6 +1202,9 @@ endif
if ARCH_BOARD_DEMOS92S12NEC64
source "configs/demo9s12ne64/Kconfig"
endif
+if ARCH_BOARD_DK_TM4C129X
+source "configs/dk-tm4c129x/Kconfig"
+endif
if ARCH_BOARD_EA3131
source "configs/ea3131/Kconfig"
endif
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index ad62930ae..9d09fe73f 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -202,6 +202,10 @@ configs/demo9s12ne64
port uses the m9s12x GCC toolchain. STATUS: (Still) under development; it
is code complete but has not yet been verified.
+configs/dk-tm4c129x
+ This is the port of NuttX to the TivaŽ DK-TM4C129x Connected Development Kit. The
+ TivaŽ DK-TM4C129x features the TM4C129XNCZAD MCU.
+
configs/ea3131
Embedded Artists EA3131 Development board. This board is based on the
an NXP LPC3131 MCU. This OS is built with the arm-nuttx-elf toolchain*.
@@ -573,7 +577,7 @@ configs/teensy
on an Atmel AT90USB1286 MCU.
configs/tm4c123g-launchpad
- This is the port of NuttX to the Tiva TM4C123G LaunchPad. The
+ This is the port of NuttX to the TivaŽ TM4C123G LaunchPad. The
TivaŽ TM4C123G LaunchPad Evaluation Board is a low-cost evaluation
platform for ARMŽ Cortex™-M4F-based microcontrollers from Texas
Instruments.