Skip to content

Commit 7591b28

Browse files
committed
Merge branch 'release/v6.1.0'
2 parents 33f2e6e + 9f81fea commit 7591b28

18 files changed

+556
-14
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
}

boards/adafruit_feather_esp32s2_tft.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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": [
@@ -42,6 +43,14 @@
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,
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
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+
}

boards/deneyapkart1Av2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
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",
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_DFROBOT_FIREBEETLE_2_ESP32E",
9+
"-DARDUINO_RUNNING_CORE=1",
10+
"-DARDUINO_EVENT_RUNNING_CORE=1"
11+
],
12+
"f_cpu": "240000000L",
13+
"f_flash": "40000000L",
14+
"flash_mode": "dio",
15+
"mcu": "esp32",
16+
"variant": "dfrobot_firebeetle2_esp32e"
17+
},
18+
"connectivity": [
19+
"wifi",
20+
"bluetooth"
21+
],
22+
"debug": {
23+
"openocd_board": "esp-wroom-32.cfg"
24+
},
25+
"frameworks": [
26+
"arduino",
27+
"espidf"
28+
],
29+
"name": "DFRobot Firebeetle 2 ESP32-E",
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://wiki.dfrobot.com/FireBeetle_Board_ESP32_E_SKU_DFR0654",
38+
"vendor": "DFRobot"
39+
}

boards/edgebox-esp-100.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
}

boards/heltec_wifi_kit_32_V3.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "default_8MB.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_heltec_wifi_kit_32_V3",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1",
12+
"-DARDUINO_USB_MODE=1"
13+
],
14+
"f_cpu": "240000000L",
15+
"f_flash": "80000000L",
16+
"flash_mode": "qio",
17+
"hwids": [
18+
[
19+
"0x303A",
20+
"0x1001"
21+
]
22+
],
23+
"mcu": "esp32s3",
24+
"variant": "heltec_wifi_kit_32_v3"
25+
},
26+
"connectivity": [
27+
"wifi",
28+
"bluetooth"
29+
],
30+
"debug": {
31+
"openocd_target": "esp32s3.cfg"
32+
},
33+
"frameworks": [
34+
"arduino",
35+
"espidf"
36+
],
37+
"name": "Heltec WiFi Kit 32 (V3)",
38+
"upload": {
39+
"flash_size": "8MB",
40+
"maximum_ram_size": 327680,
41+
"maximum_size": 8388608,
42+
"require_upload_port": true,
43+
"speed": 460800
44+
},
45+
"url": "https://heltec.org/project/wifi-kit-32-v3/",
46+
"vendor": "Heltec"
47+
}

boards/heltec_wifi_lora_32_V3.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "default_8MB.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_heltec_wifi_lora_32_V3",
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+
"hwids": [
18+
[
19+
"0x303A",
20+
"0x1001"
21+
]
22+
],
23+
"mcu": "esp32s3",
24+
"variant": "heltec_wifi_lora_32_V3"
25+
},
26+
"connectivity": [
27+
"wifi",
28+
"bluetooth",
29+
"lora"
30+
],
31+
"debug": {
32+
"openocd_target": "esp32s3.cfg"
33+
},
34+
"frameworks": [
35+
"arduino",
36+
"espidf"
37+
],
38+
"name": "Heltec WiFi LoRa 32 (V3)",
39+
"upload": {
40+
"flash_size": "8MB",
41+
"maximum_ram_size": 327680,
42+
"maximum_size": 8388608,
43+
"require_upload_port": true,
44+
"speed": 460800
45+
},
46+
"url": "https://heltec.org/project/wifi-lora-32-v3/",
47+
"vendor": "Heltec"
48+
}

boards/lilygo-t-display-s3.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
}

0 commit comments

Comments
 (0)