Skip to content

Commit ecd7edb

Browse files
committed
boards: xtensa: esp32s2_franzininho: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <[email protected]>
1 parent 3bd63e1 commit ecd7edb

13 files changed

+21
-17
lines changed

boards/boards_legacy/xtensa/esp32s2_franzininho/Kconfig.defconfig renamed to boards/franzininho/esp32s2_franzininho/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# Copyright (c) 2022 Felipe Neves
44
# SPDX-License-Identifier: Apache-2.0
55

6-
config BOARD
7-
default "esp32s2_franzininho"
8-
depends on BOARD_ESP32S2_FRANZININHO
9-
106
config ENTROPY_GENERATOR
117
default y
128

boards/boards_legacy/xtensa/esp32s2_franzininho/Kconfig.board renamed to boards/franzininho/esp32s2_franzininho/Kconfig.esp32s2_franzininho

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
config BOARD_ESP32S2_FRANZININHO
7-
bool "ESP32S2 Franzininho Board"
8-
depends on SOC_SERIES_ESP32S2
9-
10-
choice SOC_PART_NUMBER
11-
default SOC_ESP32S2_WROOM
12-
endchoice
7+
select SOC_ESP32S2_WROOM
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
board:
2+
name: esp32s2_franzininho
3+
vendor: espressif
4+
socs:
5+
- name: esp32s2

boards/boards_legacy/xtensa/esp32s2_franzininho/doc/index.rst renamed to boards/franzininho/esp32s2_franzininho/doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ Zephyr build. Output is structured by the domain subdirectories:
106106
107107
build/
108108
├── hello_world
109-
   └── zephyr
110-
   ├── zephyr.elf
111-
   └── zephyr.bin
109+
└── zephyr
110+
├── zephyr.elf
111+
└── zephyr.bin
112112
├── mcuboot
113113
│ └── zephyr
114114
│ ├── zephyr.elf

boards/boards_legacy/xtensa/esp32s2_franzininho/esp32s2_franzininho.dts renamed to boards/franzininho/esp32s2_franzininho/esp32s2_franzininho.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "esp32s2_franzininho-pinctrl.dtsi"
1111

1212
/ {
13-
model = "esp32s2_franzininho";
13+
model = "ESP32S2 Franzininho";
1414
compatible = "espressif,esp32s2";
1515

1616
aliases {

boards/boards_legacy/xtensa/esp32s2_franzininho/esp32s2_franzininho.yaml renamed to boards/franzininho/esp32s2_franzininho/esp32s2_franzininho.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ testing:
1616
- heap
1717
- net
1818
- bluetooth
19-
vendor: espressif
19+
vendor: franzininho

0 commit comments

Comments
 (0)