boards: arm: cc1352r1_launchxl: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-05 10:43:10 +00:00
parent 5060a61ae1
commit 719baa8850
12 changed files with 6 additions and 16 deletions

View File

@@ -1,11 +0,0 @@
# TI CC1352R LaunchXL board
# Copyright (c) 2019 Brett Witherspoon
# SPDX-License-Identifier: Apache-2.0
if BOARD_CC1352R1_LAUNCHXL
config BOARD
default "cc1352r1_launchxl"
endif # BOARD_CC1352R1_LAUNCHXL

View File

@@ -4,5 +4,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_CC1352R1_LAUNCHXL
bool "TI CC1352R1 LaunchXL"
depends on SOC_CC1352R
select SOC_CC1352R

View File

@@ -0,0 +1,5 @@
board:
name: cc1352r1_launchxl
vendor: Texas Instruments
socs:
- name: cc1352r

View File

@@ -4,9 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_SERIES_CC13X2_CC26X2=y
CONFIG_SOC_CC1352R=y
CONFIG_BOARD_CC1352R1_LAUNCHXL=y
CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_CC13X2_CC26X2_BOOTLOADER_ENABLE=y

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB