Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
13 changed files with 30 additions and 17 deletions
@ -0,0 +1,10 @@ |
|||||||
|
.. _boards-espressif: |
||||||
|
|
||||||
|
Espressif |
||||||
|
######### |
||||||
|
|
||||||
|
.. toctree:: |
||||||
|
:maxdepth: 1 |
||||||
|
:glob: |
||||||
|
|
||||||
|
**/* |
@ -0,0 +1,10 @@ |
|||||||
|
.. _boards-m5stack: |
||||||
|
|
||||||
|
M5Stack |
||||||
|
####### |
||||||
|
|
||||||
|
.. toctree:: |
||||||
|
:maxdepth: 1 |
||||||
|
:glob: |
||||||
|
|
||||||
|
**/* |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: stamp_c3 |
||||||
|
vendor: m5stack |
||||||
|
socs: |
||||||
|
- name: esp32c3 |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_BOARD_STAMP_C3=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