File tree Expand file tree Collapse file tree 2 files changed +92
-0
lines changed Expand file tree Collapse file tree 2 files changed +92
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" :{
4
+ "ldscript" : " esp32s2_out.ld"
5
+ },
6
+ "core" : " esp32" ,
7
+ "extra_flags" : [
8
+ " -DARDUINO_FRANZININHO_WIFI" ,
9
+ " -DARDUINO_USB_CDC_ON_BOOT=1"
10
+ ],
11
+ "f_cpu" : " 240000000L" ,
12
+ "f_flash" : " 80000000L" ,
13
+ "flash_mode" : " dio" ,
14
+ "hwids" : [
15
+ [
16
+ " 0x303A" ,
17
+ " 0x80A9"
18
+ ]
19
+ ],
20
+ "mcu" : " esp32s2" ,
21
+ "variant" : " franzininho_wifi_esp32s2"
22
+ },
23
+ "connectivity" : [
24
+ " wifi"
25
+ ],
26
+ "debug" : {
27
+ "openocd_target" : " esp32s2.cfg"
28
+ },
29
+ "frameworks" : [
30
+ " arduino" ,
31
+ " espidf"
32
+ ],
33
+ "name" : " Franzininho WiFi" ,
34
+ "upload" : {
35
+ "flash_size" : " 4MB" ,
36
+ "maximum_ram_size" : 327680 ,
37
+ "maximum_size" : 4194304 ,
38
+ "use_1200bps_touch" : true ,
39
+ "wait_for_upload_port" : true ,
40
+ "require_upload_port" : true ,
41
+ "speed" : 460800
42
+ },
43
+ "url" : " https://docs.franzininho.com.br/docs/franzininho-wifi/franzininho-wifi/" ,
44
+ "vendor" : " Franzininho"
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" :{
4
+ "ldscript" : " esp32s2_out.ld"
5
+ },
6
+ "core" : " esp32" ,
7
+ "extra_flags" : [
8
+ " -DARDUINO_FRANZININHO_WIFI_MSC" ,
9
+ " -DARDUINO_USB_CDC_ON_BOOT=1" ,
10
+ " -DARDUINO_USB_MSC_ON_BOOT=1" ,
11
+ " -DARDUINO_USB_DFU_ON_BOOT=1"
12
+ ],
13
+ "f_cpu" : " 240000000L" ,
14
+ "f_flash" : " 80000000L" ,
15
+ "flash_mode" : " dio" ,
16
+ "hwids" : [
17
+ [
18
+ " 0x303A" ,
19
+ " 0x80A9"
20
+ ]
21
+ ],
22
+ "mcu" : " esp32s2" ,
23
+ "variant" : " franzininho_wifi_msc_esp32s2"
24
+ },
25
+ "connectivity" : [
26
+ " wifi"
27
+ ],
28
+ "debug" : {
29
+ "openocd_target" : " esp32s2.cfg"
30
+ },
31
+ "frameworks" : [
32
+ " arduino" ,
33
+ " espidf"
34
+ ],
35
+ "name" : " Franzininho WiFi MSC" ,
36
+ "upload" : {
37
+ "flash_size" : " 4MB" ,
38
+ "maximum_ram_size" : 327680 ,
39
+ "maximum_size" : 4194304 ,
40
+ "use_1200bps_touch" : true ,
41
+ "wait_for_upload_port" : true ,
42
+ "require_upload_port" : true ,
43
+ "speed" : 460800
44
+ },
45
+ "url" : " https://docs.franzininho.com.br/docs/franzininho-wifi/franzininho-wifi/" ,
46
+ "vendor" : " Franzininho"
47
+ }
You can’t perform that action at this time.
0 commit comments