Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
11 changed files with 10 additions and 17 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: esp32c3_devkitm |
||||
vendor: espressif |
||||
socs: |
||||
- name: esp32c3 |
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_BOARD_ESP32C3_DEVKITM=y |
||||
CONFIG_SOC_SERIES_ESP32C3=y |
||||
|
||||
CONFIG_MAIN_STACK_SIZE=2048 |
||||
|
||||
CONFIG_CONSOLE=y |
Loading…
Reference in new issue