File tree Expand file tree Collapse file tree 5 files changed +77
-2
lines changed Expand file tree Collapse file tree 5 files changed +77
-2
lines changed Original file line number Diff line number Diff line change 16
16
" ethernet" ,
17
17
" can"
18
18
],
19
+ "debug" : {
20
+ "openocd_board" : " esp-wroom-32.cfg"
21
+ },
19
22
"frameworks" : [
20
23
" arduino" ,
21
24
" espidf"
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DARDUINO_ESP32_DEV" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " dio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "variant" : " esp32"
11
+ },
12
+ "connectivity" : [
13
+ " wifi" ,
14
+ " bluetooth" ,
15
+ " ethernet" ,
16
+ " can"
17
+ ],
18
+ "debug" : {
19
+ "openocd_board" : " esp-wroom-32.cfg"
20
+ },
21
+ "frameworks" : [
22
+ " arduino"
23
+ ],
24
+ "name" : " IoTaaP Magnolia" ,
25
+ "upload" : {
26
+ "flash_size" : " 4MB" ,
27
+ "maximum_ram_size" : 327680 ,
28
+ "maximum_size" : 4194304 ,
29
+ "require_upload_port" : true ,
30
+ "speed" : 921600
31
+ },
32
+ "url" : " https://iotaap.mvt-solutions.com" ,
33
+ "vendor" : " MVT Solutions"
34
+ }
Original file line number Diff line number Diff line change 15
15
" ethernet" ,
16
16
" can"
17
17
],
18
+ "debug" : {
19
+ "openocd_board" : " esp-wroom-32.cfg"
20
+ },
18
21
"frameworks" : [
19
22
" arduino" ,
20
23
" espidf"
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DARDUINO_ESP32_DEV" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " dio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "variant" : " vintlabsdevkitv1"
11
+ },
12
+ "connectivity" : [
13
+ " wifi" ,
14
+ " bluetooth" ,
15
+ " ethernet" ,
16
+ " can"
17
+ ],
18
+ "debug" : {
19
+ "openocd_board" : " esp-wroom-32.cfg"
20
+ },
21
+ "frameworks" : [
22
+ " arduino" ,
23
+ " espidf"
24
+ ],
25
+ "name" : " VintLabs ESP32 Devkit" ,
26
+ "upload" : {
27
+ "flash_size" : " 4MB" ,
28
+ "maximum_ram_size" : 327680 ,
29
+ "maximum_size" : 4194304 ,
30
+ "require_upload_port" : true ,
31
+ "speed" : 460800
32
+ },
33
+ "url" : " https://www.vintlabs.com/product/vintlabs-esp32-wroom32-iot-8x2a-pwm-driver-development-kit-4mb-flash-wifi-bluetooth/" ,
34
+ "vendor" : " VintLabs"
35
+ }
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" : " 1.10 .0" ,
15
+ "version" : " 1.11 .0" ,
16
16
"packageRepositories" : [
17
17
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
18
18
" http://dl.platformio.org/packages/manifest.json" ,
50
50
"framework-arduinoespressif32" : {
51
51
"type" : " framework" ,
52
52
"optional" : true ,
53
- "version" : " ~2.10003.190916 "
53
+ "version" : " ~2.10004.191002 "
54
54
},
55
55
"framework-espidf" : {
56
56
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments