boards: arm: cy8cproto_063_ble: 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-06 10:42:45 +00:00
committed by Carles Cufi
parent 53d41869d1
commit c9731f1bce
11 changed files with 6 additions and 8 deletions

View File

@@ -5,4 +5,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_CY8CPROTO_063_BLE
bool "CY8CPROTO-063-BLE PSoC™ 6 BLE Prototyping Kit with single CPU"
select SOC_CYBLE_416045_02

View File

@@ -6,9 +6,6 @@
if BOARD_CY8CPROTO_063_BLE
config BOARD
default "cy8cproto_063_ble"
choice BT_HCI_BUS_TYPE
default BT_PSOC6_BLESS if BT
endchoice

View File

@@ -0,0 +1,5 @@
board:
name: cy8cproto_063_ble
vendor: Cypress
socs:
- name: cyble_416045_02

View File

@@ -4,10 +4,6 @@
# SPDX-Licence-Identifier: Apache-2.0
#***************************************************************************
# Choice PSoC 6 Series and MPN
CONFIG_SOC_SERIES_PSOC_63=y
CONFIG_SOC_CYBLE_416045_02=y
# General configuration
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_BUILD_OUTPUT_HEX=y

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB