Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
21 changed files with 37 additions and 32 deletions
@ -1,14 +0,0 @@ |
|||||||
# Copyright (c) 2023 YuLong Yao<feilongphone@gmail.com> |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_ESP32C3_LUATOS_CORE |
|
||||||
bool "luatos ESP32C3-CORE Board" |
|
||||||
depends on SOC_SERIES_ESP32C3 |
|
||||||
|
|
||||||
config BOARD_ESP32C3_LUATOS_CORE_USB |
|
||||||
bool "luatos ESP32C3-CORE Board without UART chip" |
|
||||||
depends on SOC_SERIES_ESP32C3 |
|
||||||
|
|
||||||
choice SOC_PART_NUMBER |
|
||||||
default SOC_ESP32C3_MINI_N4 |
|
||||||
endchoice |
|
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2023 YuLong Yao<feilongphone@gmail.com> |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_ESP32C3_LUATOS_CORE |
||||||
|
select SOC_ESP32C3_MINI_N4 |
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2023 YuLong Yao<feilongphone@gmail.com> |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_ESP32C3_LUATOS_CORE_USB |
||||||
|
select SOC_ESP32C3_MINI_N4 |
@ -0,0 +1,9 @@ |
|||||||
|
boards: |
||||||
|
- name: esp32c3_luatos_core |
||||||
|
vendor: luatos |
||||||
|
socs: |
||||||
|
- name: esp32c3 |
||||||
|
- name: esp32c3_luatos_core_usb |
||||||
|
vendor: luatos |
||||||
|
socs: |
||||||
|
- name: esp32c3 |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_BOARD_ESP32C3_LUATOS_CORE=y |
|
||||||
CONFIG_SOC_SERIES_ESP32C3=y |
|
||||||
|
|
||||||
CONFIG_MAIN_STACK_SIZE=2048 |
CONFIG_MAIN_STACK_SIZE=2048 |
||||||
|
|
||||||
CONFIG_CONSOLE=y |
CONFIG_CONSOLE=y |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_BOARD_ESP32C3_LUATOS_CORE_USB=y |
|
||||||
CONFIG_SOC_SERIES_ESP32C3=y |
|
||||||
|
|
||||||
CONFIG_MAIN_STACK_SIZE=2048 |
CONFIG_MAIN_STACK_SIZE=2048 |
||||||
|
|
||||||
CONFIG_CONSOLE=y |
CONFIG_CONSOLE=y |
Loading…
Reference in new issue