We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654ed3e commit 084131fCopy full SHA for 084131f
boards/esp32-s2-franzininho.json
@@ -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