Skip to content

Commit f97da1a

Browse files
committed
boards: riscv: icev_wireless: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <[email protected]>
1 parent 13d9ed7 commit f97da1a

14 files changed

+10
-13
lines changed

boards/boards_legacy/riscv/icev_wireless/Kconfig.defconfig renamed to boards/others/icev_wireless/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Copyright (c) 2022 Friedt Professional Engineering Services, Inc
22
# SPDX-License-Identifier: Apache-2.0
33

4-
config BOARD
5-
default "icev_wireless"
6-
depends on BOARD_ICEV_WIRELESS
7-
84
config HEAP_MEM_POOL_ADD_SIZE_BOARD
95
int
106
default 65535 if WIFI && BT

boards/boards_legacy/riscv/icev_wireless/Kconfig.board renamed to boards/others/icev_wireless/Kconfig.icev_wireless

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config BOARD_ICEV_WIRELESS
5-
bool "ICE-V Wireless Board"
6-
depends on SOC_ESP32C3
5+
select SOC_ESP32C3_MINI_N4

boards/others/icev_wireless/board.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
board:
2+
name: icev_wireless
3+
vendor: others
4+
socs:
5+
- name: esp32c3

boards/boards_legacy/riscv/icev_wireless/doc/index.rst renamed to boards/others/icev_wireless/doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ Zephyr build. Output is structured by the domain subdirectories:
150150
151151
build/
152152
├── hello_world
153-
   └── zephyr
154-
   ├── zephyr.elf
155-
   └── zephyr.bin
153+
└── zephyr
154+
├── zephyr.elf
155+
└── zephyr.bin
156156
├── mcuboot
157157
│ └── zephyr
158158
│ ├── zephyr.elf

0 commit comments

Comments
 (0)