Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
14 changed files with 10 additions and 13 deletions
@ -1,10 +1,6 @@ |
|||||||
# Copyright (c) 2022 Friedt Professional Engineering Services, Inc |
# Copyright (c) 2022 Friedt Professional Engineering Services, Inc |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config BOARD |
|
||||||
default "icev_wireless" |
|
||||||
depends on BOARD_ICEV_WIRELESS |
|
||||||
|
|
||||||
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 @@ |
|||||||
|
board: |
||||||
|
name: icev_wireless |
||||||
|
vendor: others |
||||||
|
socs: |
||||||
|
- name: esp32c3 |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_BOARD_ICEV_WIRELESS=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