Browse Source

boards: Convert msp_exp432p401r_launchxl to HWM v2

Port the board to HWMv2.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago
parent
commit
adab07c42f
  1. 7
      boards/boards_legacy/arm/msp_exp432p401r_launchxl/Kconfig
  2. 7
      boards/boards_legacy/arm/msp_exp432p401r_launchxl/Kconfig.defconfig
  3. 3
      boards/ti/msp_exp432p401r_launchxl/Kconfig.msp_exp432p401r_launchxl
  4. 0
      boards/ti/msp_exp432p401r_launchxl/board.cmake
  5. 5
      boards/ti/msp_exp432p401r_launchxl/board.yml
  6. 0
      boards/ti/msp_exp432p401r_launchxl/doc/img/msp_exp432p401r_launchxl.jpg
  7. 2
      boards/ti/msp_exp432p401r_launchxl/doc/index.rst
  8. 0
      boards/ti/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.dts
  9. 0
      boards/ti/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.yaml
  10. 3
      boards/ti/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl_defconfig
  11. 0
      boards/ti/msp_exp432p401r_launchxl/support/openocd.cfg

7
boards/boards_legacy/arm/msp_exp432p401r_launchxl/Kconfig

@ -1,7 +0,0 @@
# TI MSP-EXP432P401R LaunchXL configuration
# SPDX-License-Identifier: Apache-2.0
if BOARD_MSP_EXP432P401R_LAUNCHXL
endif # BOARD_MSP_EXP432P401R_LAUNCHXL

7
boards/boards_legacy/arm/msp_exp432p401r_launchxl/Kconfig.defconfig

@ -1,7 +0,0 @@
# TI MSP-EXP432P401R LaunchXL development board configuration
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "msp_exp432p401r_launchxl"
depends on BOARD_MSP_EXP432P401R_LAUNCHXL

3
boards/boards_legacy/arm/msp_exp432p401r_launchxl/Kconfig.board → boards/ti/msp_exp432p401r_launchxl/Kconfig.msp_exp432p401r_launchxl

@ -3,5 +3,4 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_MSP_EXP432P401R_LAUNCHXL config BOARD_MSP_EXP432P401R_LAUNCHXL
bool "TI MSP-EXP432P401R LAUNCHXL" select SOC_MSP432P401R
depends on SOC_MSP432P401R

0
boards/boards_legacy/arm/msp_exp432p401r_launchxl/board.cmake → boards/ti/msp_exp432p401r_launchxl/board.cmake

5
boards/ti/msp_exp432p401r_launchxl/board.yml

@ -0,0 +1,5 @@
board:
name: msp_exp432p401r_launchxl
vendor: Texas Instruments
socs:
- name: msp432p401r

0
boards/boards_legacy/arm/msp_exp432p401r_launchxl/doc/img/msp_exp432p401r_launchxl.jpg → boards/ti/msp_exp432p401r_launchxl/doc/img/msp_exp432p401r_launchxl.jpg

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

2
boards/boards_legacy/arm/msp_exp432p401r_launchxl/doc/index.rst → boards/ti/msp_exp432p401r_launchxl/doc/index.rst

@ -84,7 +84,7 @@ Prerequisites:
the one in the Zephyr SDK. If for some reason you wish to continue to use the one in the Zephyr SDK. If for some reason you wish to continue to use
your TI OpenOCD installation, you can set the OPENOCD and your TI OpenOCD installation, you can set the OPENOCD and
OPENOCD_DEFAULT_PATH variables in OPENOCD_DEFAULT_PATH variables in
:zephyr_file:`boards/arm/msp_exp432p401r_launchxl/board.cmake` to point the build :zephyr_file:`boards/ti/msp_exp432p401r_launchxl/board.cmake` to point the build
to the paths of the OpenOCD binary and its scripts, before to the paths of the OpenOCD binary and its scripts, before
including the common openocd.board.cmake file: including the common openocd.board.cmake file:

0
boards/boards_legacy/arm/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.dts → boards/ti/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.dts

0
boards/boards_legacy/arm/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.yaml → boards/ti/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.yaml

3
boards/boards_legacy/arm/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl_defconfig → boards/ti/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl_defconfig

@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_BOARD_MSP_EXP432P401R_LAUNCHXL=y
CONFIG_SOC_SERIES_MSP432P4XX=y
CONFIG_SOC_MSP432P401R=y
CONFIG_BUILD_OUTPUT_HEX=y CONFIG_BUILD_OUTPUT_HEX=y
# Floating point options # Floating point options

0
boards/boards_legacy/arm/msp_exp432p401r_launchxl/support/openocd.cfg → boards/ti/msp_exp432p401r_launchxl/support/openocd.cfg

Loading…
Cancel
Save