Browse Source
Port the board to HWMv2. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
11 changed files with 7 additions and 20 deletions
@ -1,7 +0,0 @@
@@ -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 |
@ -1,7 +0,0 @@
@@ -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 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: msp_exp432p401r_launchxl |
||||
vendor: Texas Instruments |
||||
socs: |
||||
- name: msp432p401r |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# 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 |
||||
|
||||
# Floating point options |
Loading…
Reference in new issue