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 @@
@@ -1,10 +1,6 @@
|
||||
# Copyright (c) 2022 Friedt Professional Engineering Services, Inc |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD |
||||
default "icev_wireless" |
||||
depends on BOARD_ICEV_WIRELESS |
||||
|
||||
config HEAP_MEM_POOL_ADD_SIZE_BOARD |
||||
int |
||||
default 65535 if WIFI && BT |
@ -0,0 +1,5 @@
@@ -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 |
Loading…
Reference in new issue