File tree Expand file tree Collapse file tree 11 files changed +359
-5
lines changed
Expand file tree Collapse file tree 11 files changed +359
-5
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "arduino" : {
4+ "ldscript" : " esp32s2_out.ld" ,
5+ "partitions" : " partitions-4MB-tinyuf2.csv"
6+ },
7+ "core" : " esp32" ,
8+ "extra_flags" : [
9+ " -DARDUINO_ADAFRUIT_FEATHER_ESP32S2_REVTFT" ,
10+ " -DBOARD_HAS_PSRAM" ,
11+ " -DARDUINO_USB_CDC_ON_BOOT=1"
12+ ],
13+ "f_cpu" : " 240000000L" ,
14+ "f_flash" : " 80000000L" ,
15+ "flash_mode" : " qio" ,
16+ "hwids" : [
17+ [
18+ " 0x239A" ,
19+ " 0x80ED"
20+ ],
21+ [
22+ " 0x239A" ,
23+ " 0x00ED"
24+ ],
25+ [
26+ " 0x239A" ,
27+ " 0x80EE"
28+ ]
29+ ],
30+ "mcu" : " esp32s2" ,
31+ "variant" : " adafruit_feather_esp32s2_reversetft"
32+ },
33+ "connectivity" : [
34+ " wifi"
35+ ],
36+ "debug" : {
37+ "openocd_target" : " esp32s2.cfg"
38+ },
39+ "frameworks" : [
40+ " arduino" ,
41+ " espidf"
42+ ],
43+ "name" : " Adafruit Feather ESP32-S2 Reverse TFT" ,
44+ "upload" : {
45+ "arduino" : {
46+ "flash_extra_images" : [
47+ [
48+ " 0x2d0000" ,
49+ " variants/adafruit_feather_esp32s2_reversetft/tinyuf2.bin"
50+ ]
51+ ]
52+ },
53+ "flash_size" : " 4MB" ,
54+ "maximum_ram_size" : 327680 ,
55+ "maximum_size" : 4194304 ,
56+ "use_1200bps_touch" : true ,
57+ "wait_for_upload_port" : true ,
58+ "require_upload_port" : true ,
59+ "speed" : 460800
60+ },
61+ "url" : " https://www.adafruit.com/product/5345" ,
62+ "vendor" : " Adafruit"
63+ }
Original file line number Diff line number Diff line change 22 "build" : {
33 "arduino" : {
44 "ldscript" : " esp32s2_out.ld" ,
5- "partitions" : " partitions-4MB-tinyuf2.csv"
5+ "partitions" : " partitions-4MB-tinyuf2.csv" ,
6+ "memory_type" : " qio_qspi"
67 },
78 "core" : " esp32" ,
89 "extra_flags" : [
4243 ],
4344 "name" : " Adafruit Feather ESP32-S2 TFT" ,
4445 "upload" : {
46+ "arduino" : {
47+ "flash_extra_images" : [
48+ [
49+ " 0x2d0000" ,
50+ " variants/adafruit_feather_esp32s2_tft/tinyuf2.bin"
51+ ]
52+ ]
53+ },
4554 "flash_size" : " 4MB" ,
4655 "maximum_ram_size" : 327680 ,
4756 "maximum_size" : 4194304 ,
Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "arduino" : {
4+ "ldscript" : " esp32s3_out.ld" ,
5+ "partitions" : " partitions-4MB-tinyuf2.csv" ,
6+ "memory_type" : " qio_qspi"
7+ },
8+ "core" : " esp32" ,
9+ "extra_flags" : [
10+ " -DARDUINO_ADAFRUIT_FEATHER_ESP32S3_REVTFT" ,
11+ " -DARDUINO_USB_CDC_ON_BOOT=1" ,
12+ " -DARDUINO_RUNNING_CORE=1" ,
13+ " -DARDUINO_EVENT_RUNNING_CORE=1"
14+ ],
15+ "f_cpu" : " 240000000L" ,
16+ "f_flash" : " 80000000L" ,
17+ "flash_mode" : " qio" ,
18+ "hwids" : [
19+ [
20+ " 0x239A" ,
21+ " 0x8123"
22+ ],
23+ [
24+ " 0x239A" ,
25+ " 0x0123"
26+ ],
27+ [
28+ " 0x239A" ,
29+ " 0x8124"
30+ ]
31+ ],
32+ "mcu" : " esp32s3" ,
33+ "variant" : " adafruit_feather_esp32s3_reversetft"
34+ },
35+ "connectivity" : [
36+ " wifi"
37+ ],
38+ "debug" : {
39+ "openocd_target" : " esp32s3.cfg"
40+ },
41+ "frameworks" : [
42+ " arduino" ,
43+ " espidf"
44+ ],
45+ "name" : " Adafruit Feather ESP32-S3 Reverse TFT" ,
46+ "upload" : {
47+ "arduino" : {
48+ "flash_extra_images" : [
49+ [
50+ " 0x2d0000" ,
51+ " variants/adafruit_feather_esp32s3_reversetft/tinyuf2.bin"
52+ ]
53+ ]
54+ },
55+ "flash_size" : " 4MB" ,
56+ "maximum_ram_size" : 327680 ,
57+ "maximum_size" : 4194304 ,
58+ "use_1200bps_touch" : true ,
59+ "wait_for_upload_port" : true ,
60+ "require_upload_port" : true ,
61+ "speed" : 460800
62+ },
63+ "url" : " https://www.adafruit.com/product/5691" ,
64+ "vendor" : " Adafruit"
65+ }
Original file line number Diff line number Diff line change 22 "build" : {
33 "arduino" : {
44 "ldscript" : " esp32s3_out.ld" ,
5- "memory_type" : " qio_qspi "
5+ "memory_type" : " qio_opi "
66 },
77 "core" : " esp32" ,
88 "extra_flags" : [
99 " -DARDUINO_DYDK1Av2" ,
10+ " -DBOARD_HAS_PSRAM" ,
11+ " -DARDUINO_USB_MODE=1" ,
1012 " -DARDUINO_USB_CDC_ON_BOOT=1"
1113 ],
1214 "f_cpu" : " 240000000L" ,
Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "arduino" : {
4+ "ldscript" : " esp32s3_out.ld" ,
5+ "memory_type" : " qio_qspi"
6+ },
7+ "core" : " esp32" ,
8+ "extra_flags" : [
9+ " -DARDUINO_Edgebox_ESP_100" ,
10+ " -DARDUINO_USB_MODE=1" ,
11+ " -DARDUINO_RUNNING_CORE=1" ,
12+ " -DARDUINO_EVENT_RUNNING_CORE=1"
13+ ],
14+ "f_cpu" : " 240000000L" ,
15+ "f_flash" : " 80000000L" ,
16+ "flash_mode" : " qio" ,
17+ "mcu" : " esp32s3" ,
18+ "variant" : " Edgebox-ESP-100"
19+ },
20+ "connectivity" : [
21+ " wifi"
22+ ],
23+ "debug" : {
24+ "openocd_target" : " esp32s3.cfg"
25+ },
26+ "frameworks" : [
27+ " arduino" ,
28+ " espidf"
29+ ],
30+ "name" : " Seeed Studio Edgebox-ESP-100" ,
31+ "upload" : {
32+ "flash_size" : " 4MB" ,
33+ "maximum_ram_size" : 327680 ,
34+ "maximum_size" : 4194304 ,
35+ "require_upload_port" : true ,
36+ "speed" : 460800
37+ },
38+ "url" : " https://www.seeedstudio.com/EdgeBox-ESP-100-p-5490.html" ,
39+ "vendor" : " Seeed Studio"
40+ }
Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "arduino" : {
4+ "ldscript" : " esp32s3_out.ld" ,
5+ "memory_type" : " qio_opi" ,
6+ "partitions" : " app3M_fat9M_16MB.csv"
7+ },
8+ "core" : " esp32" ,
9+ "extra_flags" : [
10+ " -DARDUINO_LILYGO_T_DISPLAY_S3" ,
11+ " -DARDUINO_USB_MODE=1" ,
12+ " -DARDUINO_USB_CDC_ON_BOOT=1" ,
13+ " -DARDUINO_RUNNING_CORE=1" ,
14+ " -DARDUINO_EVENT_RUNNING_CORE=1"
15+ ],
16+ "f_cpu" : " 240000000L" ,
17+ "f_flash" : " 80000000L" ,
18+ "flash_mode" : " qio" ,
19+ "hwids" : [
20+ [
21+ " 0x303A" ,
22+ " 0x1001"
23+ ]
24+ ],
25+ "mcu" : " esp32s3" ,
26+ "variant" : " lilygo_t_display_s3"
27+ },
28+ "connectivity" : [
29+ " wifi"
30+ ],
31+ "debug" : {
32+ "openocd_target" : " esp32s3.cfg"
33+ },
34+ "frameworks" : [
35+ " arduino" ,
36+ " espidf"
37+ ],
38+ "name" : " LilyGo T-Display-S3" ,
39+ "upload" : {
40+ "flash_size" : " 16MB" ,
41+ "maximum_ram_size" : 327680 ,
42+ "maximum_size" : 16777216 ,
43+ "require_upload_port" : true ,
44+ "speed" : 460800
45+ },
46+ "url" : " https://www.lilygo.cc/products/t-display-s3" ,
47+ "vendor" : " LilyGo"
48+ }
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" : [
8+ " -DARDUINO_roboheart_hercules" ,
9+ " -DBOARD_HAS_PSRAM" ,
10+ " -mfix-esp32-psram-cache-issue" ,
11+ " -mfix-esp32-psram-cache-strategy=memw"
12+ ],
13+ "f_cpu" : " 240000000L" ,
14+ "f_flash" : " 80000000L" ,
15+ "flash_mode" : " dio" ,
16+ "mcu" : " esp32" ,
17+ "variant" : " roboheart_hercules"
18+ },
19+ "connectivity" : [
20+ " wifi" ,
21+ " bluetooth" ,
22+ " ethernet" ,
23+ " can"
24+ ],
25+ "frameworks" : [
26+ " arduino" ,
27+ " espidf"
28+ ],
29+ "name" : " RoboHeart Hercules" ,
30+ "upload" : {
31+ "flash_size" : " 4MB" ,
32+ "maximum_ram_size" : 327680 ,
33+ "maximum_size" : 4194304 ,
34+ "require_upload_port" : true ,
35+ "speed" : 460800
36+ },
37+ "url" : " https://roboheart.de/en_gb/" ,
38+ "vendor" : " RoboHeart"
39+ }
Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "arduino" : {
4+ "ldscript" : " esp32c3_out.ld"
5+ },
6+ "core" : " esp32" ,
7+ "extra_flags" : [
8+ " -DARDUINO_VALTRACK_V4_MFW_ESP32_C3" ,
9+ " -DARDUINO_USB_MODE=1" ,
10+ " -DARDUINO_USB_CDC_ON_BOOT=1"
11+ ],
12+ "f_cpu" : " 160000000L" ,
13+ "f_flash" : " 80000000L" ,
14+ "flash_mode" : " qio" ,
15+ "hwids" : [
16+ [
17+ " 0x303A" ,
18+ " 0x1001"
19+ ]
20+ ],
21+ "mcu" : " esp32c3" ,
22+ "variant" : " VALTRACK_V4_MFW_ESP32_C3"
23+ },
24+ "connectivity" : [
25+ " wifi"
26+ ],
27+ "debug" : {
28+ "openocd_target" : " esp32c3.cfg"
29+ },
30+ "frameworks" : [
31+ " arduino" ,
32+ " espidf"
33+ ],
34+ "name" : " Valetron Systems VALTRACK-V4MVF" ,
35+ "upload" : {
36+ "flash_size" : " 4MB" ,
37+ "maximum_ram_size" : 327680 ,
38+ "maximum_size" : 4194304 ,
39+ "require_upload_port" : true ,
40+ "speed" : 460800
41+ },
42+ "url" : " https://www.valetron.com/" ,
43+ "vendor" : " Valetron Systems"
44+ }
Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "arduino" : {
4+ "ldscript" : " esp32c3_out.ld"
5+ },
6+ "core" : " esp32" ,
7+ "extra_flags" : [
8+ " -DARDUINO_VALTRACK_V4_VTS_ESP32_C3" ,
9+ " -DARDUINO_USB_MODE=1" ,
10+ " -DARDUINO_USB_CDC_ON_BOOT=1"
11+ ],
12+ "f_cpu" : " 160000000L" ,
13+ "f_flash" : " 80000000L" ,
14+ "flash_mode" : " qio" ,
15+ "hwids" : [
16+ [
17+ " 0x303A" ,
18+ " 0x1001"
19+ ]
20+ ],
21+ "mcu" : " esp32c3" ,
22+ "variant" : " VALTRACK_V4_VTS_ESP32_C3"
23+ },
24+ "connectivity" : [
25+ " wifi"
26+ ],
27+ "debug" : {
28+ "openocd_target" : " esp32c3.cfg"
29+ },
30+ "frameworks" : [
31+ " arduino" ,
32+ " espidf"
33+ ],
34+ "name" : " Valetron Systems VALTRACK-V4VTS" ,
35+ "upload" : {
36+ "flash_size" : " 4MB" ,
37+ "maximum_ram_size" : 327680 ,
38+ "maximum_size" : 4194304 ,
39+ "require_upload_port" : true ,
40+ "speed" : 460800
41+ },
42+ "url" : " https://www.valetron.com/" ,
43+ "vendor" : " Valetron Systems"
44+ }
You can’t perform that action at this time.
0 commit comments