Skip to content

Commit 084131f

Browse files
authored
Add Franzininho WiFi Board (platformio#642)
1 parent 654ed3e commit 084131f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

boards/esp32-s2-franzininho.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ld": "esp32s2_out.ld"
5+
},
6+
"core": "esp32",
7+
"f_cpu": "240000000L",
8+
"f_flash": "80000000L",
9+
"flash_mode": "dio",
10+
"mcu": "esp32s2",
11+
"variant": "esp32s2"
12+
},
13+
"connectivity": [
14+
"wifi"
15+
],
16+
"debug": {
17+
"openocd_target": "esp32s2.cfg"
18+
},
19+
"frameworks": [
20+
"espidf"
21+
],
22+
"name": "Franzininho WiFi Board",
23+
"upload": {
24+
"flash_size": "4MB",
25+
"maximum_ram_size": 327680,
26+
"maximum_size": 4194304,
27+
"require_upload_port": true,
28+
"speed": 460800
29+
},
30+
"url": "https://github.com/Franzininho/Franzininho-WIFI",
31+
"vendor": "Franzininho"
32+
}

0 commit comments

Comments
 (0)