Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
15 changed files with 13 additions and 20 deletions
@ -1,10 +0,0 @@ |
|||||||
# Copyright 2022 Google LLC |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_XIAO_ESP32C3 |
|
||||||
bool "XIAO ESP32C3 Board" |
|
||||||
depends on SOC_SERIES_ESP32C3 |
|
||||||
|
|
||||||
choice SOC_PART_NUMBER |
|
||||||
default SOC_ESP32C3_FX4 |
|
||||||
endchoice |
|
@ -1,10 +1,6 @@ |
|||||||
# Copyright 2022 Google LLC |
# Copyright 2022 Google LLC |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config BOARD |
|
||||||
default "xiao_esp32c3" |
|
||||||
depends on BOARD_XIAO_ESP32C3 |
|
||||||
|
|
||||||
config HEAP_MEM_POOL_ADD_SIZE_BOARD |
config HEAP_MEM_POOL_ADD_SIZE_BOARD |
||||||
int |
int |
||||||
default 65535 if WIFI && BT |
default 65535 if WIFI && BT |
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright 2022 Google LLC |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_XIAO_ESP32C3 |
||||||
|
select SOC_ESP32C3_FX4 |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: xiao_esp32c3 |
||||||
|
vendor: seeed |
||||||
|
socs: |
||||||
|
- name: esp32c3 |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_BOARD_XIAO_ESP32C3=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