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 1212 "type" : " git" ,
1313 "url" : " https://github.com/platformio/platform-espressif32.git"
1414 },
15- "version" : " 0.7.0 " ,
15+ "version" : " 0.7.1 " ,
1616 "packageRepositories" : [
1717 " https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
1818 " https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download" ,
4646 "framework-arduinoespressif32" : {
4747 "type" : " framework" ,
4848 "optional" : true ,
49- "version" : " ~1.1.2 "
49+ "version" : " ~1.1.3 "
5050 },
5151 "framework-espidf" : {
5252 "type" : " framework" ,
You can’t perform that action at this time.
0 commit comments