File tree Expand file tree Collapse file tree 3 files changed +58
-2
lines changed Expand file tree Collapse file tree 3 files changed +58
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DESP32_DEV" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 80000000L" ,
7
+ "flash_mode" : " dio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "variant" : " firebeetle32"
11
+ },
12
+ "frameworks" : [
13
+ " arduino" ,
14
+ " espidf"
15
+ ],
16
+ "name" : " FireBeetle-ESP32" ,
17
+ "upload" : {
18
+ "flash_size" : " 4MB" ,
19
+ "maximum_ram_size" : 294912 ,
20
+ "maximum_size" : 1044464 ,
21
+ "require_upload_port" : true ,
22
+ "resetmethod" : " nodemcu" ,
23
+ "speed" : 115200 ,
24
+ "wait_for_upload_port" : true
25
+ },
26
+ "url" : " https://dfrobotblog.wordpress.com" ,
27
+ "vendor" : " DFRobot"
28
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DESP32_DEV -DINTOROBOT_ESP32_DEV" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 80000000L" ,
7
+ "flash_mode" : " dio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "variant" : " intorobot-fig"
11
+ },
12
+ "frameworks" : [
13
+ " arduino" ,
14
+ " espidf"
15
+ ],
16
+ "name" : " IntoRobot Fig" ,
17
+ "upload" : {
18
+ "flash_size" : " 4MB" ,
19
+ "maximum_ram_size" : 294912 ,
20
+ "maximum_size" : 1044464 ,
21
+ "require_upload_port" : true ,
22
+ "resetmethod" : " nodemcu" ,
23
+ "speed" : 115200 ,
24
+ "wait_for_upload_port" : true
25
+ },
26
+ "url" : " http://docs.intorobot.com/zh/hardware/fig/hardware/" ,
27
+ "vendor" : " IntoRobot"
28
+ }
Original file line number Diff line number Diff line change 12
12
"type" : " git" ,
13
13
"url" : " https://github.com/platformio/platform-espressif32.git"
14
14
},
15
- "version" : " 0.7.0 " ,
15
+ "version" : " 0.7.1 " ,
16
16
"packageRepositories" : [
17
17
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
18
18
" https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download" ,
46
46
"framework-arduinoespressif32" : {
47
47
"type" : " framework" ,
48
48
"optional" : true ,
49
- "version" : " ~1.1.2 "
49
+ "version" : " ~1.1.3 "
50
50
},
51
51
"framework-espidf" : {
52
52
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments