File tree 5 files changed +76
-3
lines changed
5 files changed +76
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Espressif Systems is a privately held fabless semiconductor company. They provid
16
16
17
17
``` ini
18
18
[env:stable]
19
- platform = https://github.com/Jason2866/platform-espressif32/releases/download/v2.0.2/platform-espressif32-2.0.2.zip
19
+ platform = https://github.com/Jason2866/platform-espressif32/releases/download/v2.0.2.1 /platform-espressif32-2.0.2.1 .zip
20
20
board = ...
21
21
...
22
22
```
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" :{
4
+ "ldscript" : " esp32_out.ld"
5
+ },
6
+ "core" : " esp32" ,
7
+ "extra_flags" : " -DARDUINO_ESP32_DEV" ,
8
+ "f_cpu" : " 240000000L" ,
9
+ "f_flash" : " 40000000L" ,
10
+ "flash_mode" : " dio" ,
11
+ "flags" : " -DCORE_DEBUG_LEVEL=5" ,
12
+ "mcu" : " esp32" ,
13
+ "variant" : " esp32"
14
+ },
15
+ "connectivity" : [
16
+ " wifi" ,
17
+ " bluetooth" ,
18
+ " ethernet" ,
19
+ " can"
20
+ ],
21
+ "debug" : {
22
+ "openocd_board" : " esp-wroom-32.cfg"
23
+ },
24
+ "frameworks" : [
25
+ " arduino" ,
26
+ " espidf"
27
+ ],
28
+ "name" : " LionBit" ,
29
+ "upload" : {
30
+ "flash_size" : " 4MB" ,
31
+ "maximum_ram_size" : 327680 ,
32
+ "maximum_size" : 4194304 ,
33
+ "require_upload_port" : true ,
34
+ "speed" : 115200
35
+ },
36
+ "monitor" : {
37
+ "speed" : 115200
38
+ },
39
+ "url" : " http://lionbit.lk/" ,
40
+ "vendor" : " Lion::Bit"
41
+ }
Original file line number Diff line number Diff line change 5
5
"partitions" : " default_16MB.csv"
6
6
},
7
7
"core" : " esp32" ,
8
- "extra_flags" : " -DARDUINO_M5STACK_Core2 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue " ,
8
+ "extra_flags" : " -DARDUINO_M5STACK_Core2 -DBOARD_HAS_PSRAM" ,
9
9
"f_cpu" : " 240000000L" ,
10
10
"f_flash" : " 40000000L" ,
11
11
"flash_mode" : " dio" ,
Original file line number Diff line number Diff line change 112
112
"type" : " framework" ,
113
113
"optional" : true ,
114
114
"owner" : " tasmota" ,
115
- "version" : " https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/591 /framework-arduinoespressif32-IDF44rc1.tar.gz"
115
+ "version" : " https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/597 /framework-arduinoespressif32-IDF44rc1.tar.gz"
116
116
},
117
117
"framework-arduino-mbcwb" : {
118
118
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments