nuttx/boards/arm/tiva/tm4c129e-launchpad/tools/ek-tm4c129exl.cfg
Nathan Hartman b04ae46ea6 boards/arm/tiva: Add tm4c129e-launchpad
* boards/arm/tiva/tm4c129e-launchpad: New subdirectory providing
  board support for the Texas Instruments TM4C Crypto Connected
  LaunchPad, or more correctly the EK-TM4C129EXL.

* Documentation/introduction/detailed_support.rst,
  Documentation/introduction/supported_platforms.rst,
  boards/README.txt: Document the additional board support.

* boards/Kconfig:
  (ARCH_BOARD_TM4C129E_LAUNCHPAD): New config.
  (ARCH_BOARD): Add tm4c129e-launchpad.
  (Board-Specific Options): Source the board-specific Kconfig
   boards/arm/tiva/tm4c129e-launchpad/Kconfig when selected.
2022-09-07 14:15:48 +08:00

13 lines
255 B
INI

#
# TI Tiva C Series ek-tm4c129exl Launchpad Evaluation Kit
#
# https://www.ti.com/tool/EK-TM4C129EXL
#
source [find interface/ti-icdi.cfg]
transport select hla_jtag
set WORKAREASIZE 0x40000
set CHIPNAME tm4c129encpdt
source [find target/stellaris.cfg]