boards: riscv: icev_wireless: 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-19 13:48:18 +00:00
committed by Carles Cufi
parent 3c670e4e53
commit e23a41200d
14 changed files with 10 additions and 13 deletions

View File

@@ -1,10 +1,6 @@
# Copyright (c) 2022 Friedt Professional Engineering Services, Inc
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "icev_wireless"
depends on BOARD_ICEV_WIRELESS
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT

View File

@@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_ICEV_WIRELESS
bool "ICE-V Wireless Board"
depends on SOC_ESP32C3
select SOC_ESP32C3_MINI_N4

View File

@@ -0,0 +1,5 @@
board:
name: icev_wireless
vendor: others
socs:
- name: esp32c3

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -150,9 +150,9 @@ Zephyr build. Output is structured by the domain subdirectories:
build/
├── hello_world
   └── zephyr
   ├── zephyr.elf
   └── zephyr.bin
└── zephyr
├── zephyr.elf
└── zephyr.bin
├── mcuboot
│ └── zephyr
│ ├── zephyr.elf

View File

@@ -11,7 +11,7 @@
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "icev_wireless";
model = "ICEV Wireless";
compatible = "espressif,esp32c3";
chosen {

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_BOARD_ICEV_WIRELESS=y
CONFIG_SOC_SERIES_ESP32C3=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_CONSOLE=y