File tree Expand file tree Collapse file tree 9 files changed +264
-1
lines changed Expand file tree Collapse file tree 9 files changed +264
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DARDUINO_ESP32_DEVKIT_LIPO" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " qio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "variant" : " esp32-devkit-lipo"
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" : " OLIMEX ESP32-DevKit-LiPo" ,
26
+ "upload" : {
27
+ "flash_size" : " 4MB" ,
28
+ "maximum_ram_size" : 327680 ,
29
+ "maximum_size" : 4194304 ,
30
+ "require_upload_port" : true ,
31
+ "speed" : 921600
32
+ },
33
+ "url" : " https://www.olimex.com/Products/IoT/ESP32/ESP32-DevKit-LiPo/open-source-hardware" ,
34
+ "vendor" : " OLIMEX"
35
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DARDUINO_ESP32_POE_ISO" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " dio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "variant" : " esp32-poe-iso"
11
+ },
12
+ "connectivity" : [
13
+ " wifi" ,
14
+ " bluetooth" ,
15
+ " ethernet" ,
16
+ " can"
17
+ ],
18
+ "frameworks" : [
19
+ " arduino" ,
20
+ " espidf"
21
+ ],
22
+ "name" : " OLIMEX ESP32-PoE-ISO" ,
23
+ "upload" : {
24
+ "flash_size" : " 4MB" ,
25
+ "maximum_ram_size" : 327680 ,
26
+ "maximum_size" : 4194304 ,
27
+ "require_upload_port" : true ,
28
+ "speed" : 921600
29
+ },
30
+ "url" : " https://www.olimex.com/Products/IoT/ESP32/ESP32-POE-ISO/open-source-hardware" ,
31
+ "vendor" : " OLIMEX"
32
+ }
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" : " magicbit"
11
+ },
12
+ "connectivity" : [
13
+ " wifi" ,
14
+ " bluetooth" ,
15
+ " ethernet" ,
16
+ " can"
17
+ ],
18
+ "frameworks" : [
19
+ " arduino" ,
20
+ " espidf"
21
+ ],
22
+ "name" : " MagicBit" ,
23
+ "upload" : {
24
+ "flash_size" : " 4MB" ,
25
+ "maximum_ram_size" : 327680 ,
26
+ "maximum_size" : 4194304 ,
27
+ "require_upload_port" : true ,
28
+ "speed" : 921600
29
+ },
30
+ "url" : " http://magicblocks.io/" ,
31
+ "vendor" : " Magicblocks.io"
32
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DARDUINO_PYCOM_GPY" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " dio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "variant" : " gpy"
11
+ },
12
+ "connectivity" : [
13
+ " wifi" ,
14
+ " bluetooth" ,
15
+ " ethernet" ,
16
+ " can"
17
+ ],
18
+ "frameworks" : [
19
+ " arduino" ,
20
+ " espidf"
21
+ ],
22
+ "name" : " Pycom GPy" ,
23
+ "upload" : {
24
+ "flash_size" : " 4MB" ,
25
+ "maximum_ram_size" : 327680 ,
26
+ "maximum_size" : 4194304 ,
27
+ "require_upload_port" : true ,
28
+ "speed" : 921600
29
+ },
30
+ "url" : " https://pycom.io/product/gpy/" ,
31
+ "vendor" : " Pycom Ltd."
32
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DARDUINO_ESP32_PICO -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " qio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "variant" : " pico32"
11
+ },
12
+ "connectivity" : [
13
+ " wifi" ,
14
+ " bluetooth" ,
15
+ " ethernet" ,
16
+ " can"
17
+ ],
18
+ "frameworks" : [
19
+ " arduino" ,
20
+ " espidf"
21
+ ],
22
+ "name" : " TinyPICO" ,
23
+ "upload" : {
24
+ "flash_size" : " 4MB" ,
25
+ "maximum_ram_size" : 327680 ,
26
+ "maximum_size" : 4194304 ,
27
+ "require_upload_port" : true ,
28
+ "speed" : 921600
29
+ },
30
+ "url" : " https://www.tinypico.com" ,
31
+ "vendor" : " TinyPICO"
32
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DARDUINO_T-Watch -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " dio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "partitions" : " default_16MB.csv" ,
11
+ "variant" : " twatch"
12
+ },
13
+ "connectivity" : [
14
+ " wifi" ,
15
+ " bluetooth" ,
16
+ " ethernet" ,
17
+ " can"
18
+ ],
19
+ "frameworks" : [
20
+ " arduino" ,
21
+ " espidf"
22
+ ],
23
+ "name" : " TTGO T-Watch" ,
24
+ "upload" : {
25
+ "flash_size" : " 16MB" ,
26
+ "maximum_ram_size" : 327680 ,
27
+ "maximum_size" : 16777216 ,
28
+ "require_upload_port" : true ,
29
+ "speed" : 2000000
30
+ },
31
+ "url" : " https://github.com/Xinyuan-LilyGO/TTGO-T-Watch" ,
32
+ "vendor" : " TTGO"
33
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DARDUINO_TTGO_T1" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " qio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "variant" : " ttgo-t1"
11
+ },
12
+ "connectivity" : [
13
+ " wifi" ,
14
+ " bluetooth" ,
15
+ " ethernet" ,
16
+ " can"
17
+ ],
18
+ "frameworks" : [
19
+ " arduino" ,
20
+ " espidf"
21
+ ],
22
+ "name" : " TTGO T1" ,
23
+ "upload" : {
24
+ "flash_size" : " 4MB" ,
25
+ "maximum_ram_size" : 327680 ,
26
+ "maximum_size" : 4194304 ,
27
+ "require_upload_port" : true ,
28
+ "speed" : 921600
29
+ },
30
+ "url" : " https://github.com/LilyGO/ESP32-TTGO-T1" ,
31
+ "vendor" : " TTGO"
32
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : " -DARDUINO_D1_MINI32" ,
5
+ "f_cpu" : " 240000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " dio" ,
8
+ "ldscript" : " esp32_out.ld" ,
9
+ "mcu" : " esp32" ,
10
+ "variant" : " d1_mini32"
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" : " WeMos D1 MINI ESP32" ,
26
+ "upload" : {
27
+ "flash_size" : " 4MB" ,
28
+ "maximum_ram_size" : 327680 ,
29
+ "maximum_size" : 4194304 ,
30
+ "require_upload_port" : true ,
31
+ "speed" : 921600
32
+ },
33
+ "url" : " https://www.wemos.cc" ,
34
+ "vendor" : " WEMOS"
35
+ }
Original file line number Diff line number Diff line change 50
50
"framework-arduinoespressif32" : {
51
51
"type" : " framework" ,
52
52
"optional" : true ,
53
- "version" : " ~2.10002.190416 "
53
+ "version" : " ~2.10003.190916 "
54
54
},
55
55
"framework-espidf" : {
56
56
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments