Skip to content

Commit 4d2f35d

Browse files
committed
boards: riscv: esp32c3_luatos_core: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <[email protected]>
1 parent 0f8e935 commit 4d2f35d

21 files changed

+37
-32
lines changed

boards/boards_legacy/riscv/esp32c3_luatos_core/Kconfig.board

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

boards/boards_legacy/riscv/esp32c3_luatos_core/Kconfig.defconfig renamed to boards/luatos/esp32c3_luatos_core/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# Copyright (c) 2023 YuLong Yao<[email protected]>
44
# SPDX-License-Identifier: Apache-2.0
55

6-
config BOARD
7-
default "esp32c3_luatos_core"
8-
depends on BOARD_ESP32C3_LUATOS_CORE || BOARD_ESP32C3_LUATOS_CORE_USB
9-
106
config HEAP_MEM_POOL_ADD_SIZE_BOARD
117
int
128
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 (c) 2023 YuLong Yao<[email protected]>
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_ESP32C3_LUATOS_CORE
5+
select SOC_ESP32C3_MINI_N4
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2023 YuLong Yao<[email protected]>
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_ESP32C3_LUATOS_CORE_USB
5+
select SOC_ESP32C3_MINI_N4
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
boards:
2+
- name: esp32c3_luatos_core
3+
vendor: luatos
4+
socs:
5+
- name: esp32c3
6+
- name: esp32c3_luatos_core_usb
7+
vendor: luatos
8+
socs:
9+
- name: esp32c3

0 commit comments

Comments
 (0)