boards: arm: cy8ckit_062_wifi_bt: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
2bebd7298c
commit
d285e19cf2
@@ -1,13 +0,0 @@
|
||||
# PSoC6 WiFi-BT Pioneer Kit configuration
|
||||
|
||||
# Copyright (c) 2018 Cypress
|
||||
# Copyright (c) 2020 ATL Electronics
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_CY8CKIT_062_WIFI_BT_M0
|
||||
bool "PSoC6 WiFi-BT Pioneer Kit M0"
|
||||
depends on SOC_PART_NUMBER_CY8C6247BZI_D54
|
||||
|
||||
config BOARD_CY8CKIT_062_WIFI_BT_M4
|
||||
bool "PSoC6 WiFi-BT Pioneer Kit M4"
|
||||
depends on SOC_PART_NUMBER_CY8C6247BZI_D54
|
||||
@@ -1,14 +0,0 @@
|
||||
# PSoC6 WiFi-BT Pioneer Kit configuration
|
||||
|
||||
# Copyright (c) 2020 ATL Electronics
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_CY8CKIT_062_WIFI_BT_M0 || \
|
||||
BOARD_CY8CKIT_062_WIFI_BT_M4
|
||||
|
||||
config BOARD
|
||||
default "cy8ckit_062_wifi_bt_m0" if BOARD_CY8CKIT_062_WIFI_BT_M0
|
||||
default "cy8ckit_062_wifi_bt_m4" if BOARD_CY8CKIT_062_WIFI_BT_M4
|
||||
|
||||
endif # BOARD_CY8CKIT_062_WIFI_BT_M0 || \
|
||||
# BOARD_CY8CKIT_062_WIFI_BT_M4
|
||||
@@ -0,0 +1,10 @@
|
||||
# PSoC6 WiFi-BT Pioneer Kit configuration
|
||||
|
||||
# Copyright (c) 2018 Cypress
|
||||
# Copyright (c) 2020 ATL Electronics
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_CY8CKIT_062_WIFI_BT
|
||||
select SOC_PART_NUMBER_CY8C6247BZI_D54
|
||||
select SOC_CY8C6247_M0 if BOARD_CY8CKIT_062_WIFI_BT_CY8C6247_M0
|
||||
select SOC_CY8C6247_M4 if BOARD_CY8CKIT_062_WIFI_BT_CY8C6247_M4
|
||||
5
boards/cypress/cy8ckit_062_wifi_bt/board.yml
Normal file
5
boards/cypress/cy8ckit_062_wifi_bt/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: cy8ckit_062_wifi_bt
|
||||
vendor: Cypress
|
||||
socs:
|
||||
- name: cy8c6247
|
||||
@@ -4,7 +4,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
identifier: cy8ckit_062_wifi_bt_m0
|
||||
identifier: cy8ckit_062_wifi_bt/cy8c6247/m0
|
||||
name: Cypress PSoC6 WiFi-BT Pioneer Kit (M0)
|
||||
type: mcu
|
||||
arch: arm
|
||||
@@ -4,10 +4,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SOC_SERIES_PSOC62=y
|
||||
CONFIG_SOC_PSOC6_M4=y
|
||||
CONFIG_SOC_PART_NUMBER_CY8C6247BZI_D54=y
|
||||
CONFIG_BOARD_CY8CKIT_062_WIFI_BT_M4=y
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_BUILD_OUTPUT_HEX=y
|
||||
@@ -4,7 +4,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
identifier: cy8ckit_062_wifi_bt_m4
|
||||
identifier: cy8ckit_062_wifi_bt/cy8c6247/m4
|
||||
name: Cypress PSoC6 WiFi-BT Pioneer Kit (M4)
|
||||
type: mcu
|
||||
arch: arm
|
||||
@@ -4,10 +4,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SOC_SERIES_PSOC62=y
|
||||
CONFIG_SOC_PSOC6_M0=y
|
||||
CONFIG_SOC_PART_NUMBER_CY8C6247BZI_D54=y
|
||||
CONFIG_BOARD_CY8CKIT_062_WIFI_BT_M0=y
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_BUILD_OUTPUT_HEX=y
|
||||
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
@@ -99,7 +99,7 @@ The board configuration supports the following hardware features:
|
||||
|
||||
|
||||
The default configuration can be found in the Kconfig
|
||||
:zephyr_file:`boards/arm/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_m0_defconfig`.
|
||||
:zephyr_file:`boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m0_defconfig`.
|
||||
|
||||
|
||||
System Clock
|
||||
@@ -151,7 +151,7 @@ the current configuration. The CM0+/CM4 Flash/SRAM areas are defined in
|
||||
Build the project for CM0+
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:board: cy8ckit_062_wifi_bt_m0
|
||||
:board: cy8ckit_062_wifi_bt/cy8c6247/m0
|
||||
:goals: build
|
||||
|
||||
Switch the DevKit into CMSIS-DAP mode using SW3 (LED2 should blink) and flash
|
||||
@@ -180,7 +180,7 @@ serial port:
|
||||
.. code-block:: console
|
||||
|
||||
***** Booting Zephyr OS zephyr-v1.13.0-1877-g9d14874db1 *****
|
||||
Hello World! cy8ckit_062_wifi_bt_m0
|
||||
Hello World! cy8ckit_062_wifi_bt
|
||||
|
||||
|
||||
References
|
||||
Reference in New Issue
Block a user