Skip to content

Commit 13d9ed7

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

15 files changed

+13
-20
lines changed

boards/boards_legacy/riscv/xiao_esp32c3/Kconfig.board

Lines changed: 0 additions & 10 deletions
This file was deleted.

boards/boards_legacy/riscv/xiao_esp32c3/Kconfig.defconfig renamed to boards/seeed/xiao_esp32c3/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Copyright 2022 Google LLC
22
# SPDX-License-Identifier: Apache-2.0
33

4-
config BOARD
5-
default "xiao_esp32c3"
6-
depends on BOARD_XIAO_ESP32C3
7-
84
config HEAP_MEM_POOL_ADD_SIZE_BOARD
95
int
106
default 65535 if WIFI && BT
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2022 Google LLC
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_XIAO_ESP32C3
5+
select SOC_ESP32C3_FX4

boards/seeed/xiao_esp32c3/board.yml

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

boards/boards_legacy/riscv/xiao_esp32c3/doc/index.rst renamed to boards/seeed/xiao_esp32c3/doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ Zephyr build. Output is structured by the domain subdirectories:
132132
133133
build/
134134
├── hello_world
135-
   └── zephyr
136-
   ├── zephyr.elf
137-
   └── zephyr.bin
135+
└── zephyr
136+
├── zephyr.elf
137+
└── zephyr.bin
138138
├── mcuboot
139139
│ └── zephyr
140140
│ ├── zephyr.elf

0 commit comments

Comments
 (0)