Skip to content

Commit b0a7f56

Browse files
committed
Merge branch 'release/v6.5.0'
2 parents 516520f + e261613 commit b0a7f56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1014
-20
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"memory_type": "qio_opi",
6+
"partitions": "default_16MB.csv"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_ESP32_S3R8N16",
11+
"-DBOARD_HAS_PSRAM",
12+
"-DARDUINO_USB_MODE=1",
13+
"-DARDUINO_USB_CDC_ON_BOOT=1",
14+
"-DARDUINO_RUNNING_CORE=1",
15+
"-DARDUINO_EVENT_RUNNING_CORE=1"
16+
],
17+
"f_cpu": "240000000L",
18+
"f_flash": "80000000L",
19+
"flash_mode": "qio",
20+
"hwids": [
21+
[
22+
"0x303A",
23+
"0x1001"
24+
]
25+
],
26+
"mcu": "esp32s3",
27+
"variant": "esp32_s3r8n16"
28+
},
29+
"connectivity": [
30+
"bluetooth",
31+
"wifi"
32+
],
33+
"debug": {
34+
"openocd_target": "esp32s3.cfg"
35+
},
36+
"frameworks": [
37+
"arduino",
38+
"espidf"
39+
],
40+
"name": "4D Systems GEN4-ESP32 16MB (ESP32S3-R8N16)",
41+
"upload": {
42+
"flash_size": "16MB",
43+
"maximum_ram_size": 327680,
44+
"maximum_size": 16777216,
45+
"require_upload_port": true,
46+
"speed": 460800
47+
},
48+
"url": "https://4dsystems.com.au/products",
49+
"vendor": "4D Systems"
50+
}

boards/adafruit_camera_esp32s3.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "partitions-4MB-1ota.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_ADAFRUIT_CAMERA_ESP32S3",
10+
"-DARDUINO_USB_CDC_ON_BOOT=1",
11+
"-DARDUINO_RUNNING_CORE=1",
12+
"-DARDUINO_EVENT_RUNNING_CORE=1",
13+
"-DBOARD_HAS_PSRAM"
14+
],
15+
"f_cpu": "240000000L",
16+
"f_flash": "80000000L",
17+
"flash_mode": "qio",
18+
"hwids": [
19+
[
20+
"0x239A",
21+
"0x0117"
22+
],
23+
[
24+
"0x239A",
25+
"0x8117"
26+
],
27+
[
28+
"0x239A",
29+
"0x8118"
30+
]
31+
],
32+
"mcu": "esp32s3",
33+
"variant": "adafruit_camera_esp32s3"
34+
},
35+
"connectivity": [
36+
"bluetooth",
37+
"wifi"
38+
],
39+
"debug": {
40+
"openocd_target": "esp32s3.cfg"
41+
},
42+
"frameworks": [
43+
"arduino",
44+
"espidf"
45+
],
46+
"name": "Adafruit pyCamera S3",
47+
"upload": {
48+
"arduino": {
49+
"flash_extra_images": [
50+
[
51+
"0x2d0000",
52+
"variants/adafruit_camera_esp32s3/tinyuf2.bin"
53+
]
54+
]
55+
},
56+
"flash_size": "4MB",
57+
"maximum_ram_size": 327680,
58+
"maximum_size": 4194304,
59+
"use_1200bps_touch": true,
60+
"wait_for_upload_port": true,
61+
"require_upload_port": true,
62+
"speed": 460800
63+
},
64+
"url": "https://www.adafruit.com/",
65+
"vendor": "Adafruit"
66+
}

boards/adafruit_feather_esp32s3.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"variant": "adafruit_feather_esp32s3"
3434
},
3535
"connectivity": [
36+
"bluetooth",
3637
"wifi"
3738
],
3839
"debug": {

boards/adafruit_feather_esp32s3_nopsram.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"variant": "adafruit_feather_esp32s3_nopsram"
3434
},
3535
"connectivity": [
36+
"bluetooth",
3637
"wifi"
3738
],
3839
"debug": {

boards/adafruit_feather_esp32s3_reversetft.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"variant": "adafruit_feather_esp32s3_reversetft"
3434
},
3535
"connectivity": [
36+
"bluetooth",
3637
"wifi"
3738
],
3839
"debug": {

boards/adafruit_feather_esp32s3_tft.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"variant": "adafruit_feather_esp32s3_tft"
3333
},
3434
"connectivity": [
35+
"bluetooth",
3536
"wifi"
3637
],
3738
"debug": {

boards/adafruit_matrixportal_esp32s3.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"variant": "adafruit_matrixportal_esp32s3"
3434
},
3535
"connectivity": [
36+
"bluetooth",
3637
"wifi"
3738
],
3839
"debug": {

boards/adafruit_metro_esp32s3.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s3_out.ld",
5+
"memory_type": "qio_opi",
6+
"partitions": "partitions-16MB-tinyuf2.csv"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_METRO_ESP32S3",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_RUNNING_CORE=1",
13+
"-DARDUINO_EVENT_RUNNING_CORE=1",
14+
"-DBOARD_HAS_PSRAM"
15+
],
16+
"f_cpu": "240000000L",
17+
"f_flash": "80000000L",
18+
"flash_mode": "qio",
19+
"hwids": [
20+
[
21+
"0x239A",
22+
"0x8145"
23+
],
24+
[
25+
"0x239A",
26+
"0x0145"
27+
],
28+
[
29+
"0x239A",
30+
"0x8146"
31+
]
32+
],
33+
"mcu": "esp32s3",
34+
"variant": "adafruit_metro_esp32s3"
35+
},
36+
"connectivity": [
37+
"bluetooth",
38+
"wifi"
39+
],
40+
"debug": {
41+
"openocd_target": "esp32s3.cfg"
42+
},
43+
"frameworks": [
44+
"arduino",
45+
"espidf"
46+
],
47+
"name": "Adafruit Metro ESP32-S3",
48+
"upload": {
49+
"arduino": {
50+
"flash_extra_images": [
51+
[
52+
"0x410000",
53+
"variants/adafruit_metro_esp32s3/tinyuf2.bin"
54+
]
55+
]
56+
},
57+
"flash_size": "16MB",
58+
"maximum_ram_size": 327680,
59+
"maximum_size": 16777216,
60+
"use_1200bps_touch": true,
61+
"wait_for_upload_port": true,
62+
"require_upload_port": true,
63+
"speed": 460800
64+
},
65+
"url": "https://www.adafruit.com/product/5500",
66+
"vendor": "Adafruit"
67+
}
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "partitions-4MB-tinyuf2.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_ADAFRUIT_QTPY_ESP32S3_N4R2",
10+
"-DARDUINO_USB_CDC_ON_BOOT=1",
11+
"-DARDUINO_RUNNING_CORE=1",
12+
"-DARDUINO_EVENT_RUNNING_CORE=1",
13+
"-DBOARD_HAS_PSRAM"
14+
],
15+
"f_cpu": "240000000L",
16+
"f_flash": "80000000L",
17+
"flash_mode": "qio",
18+
"hwids": [
19+
[
20+
"0x239A",
21+
"0x8143"
22+
],
23+
[
24+
"0x239A",
25+
"0x0143"
26+
],
27+
[
28+
"0x239A",
29+
"0x8144"
30+
]
31+
],
32+
"mcu": "esp32s3",
33+
"variant": "adafruit_qtpy_esp32s3_n4r2"
34+
},
35+
"connectivity": [
36+
"bluetooth",
37+
"wifi"
38+
],
39+
"debug": {
40+
"openocd_target": "esp32s3.cfg"
41+
},
42+
"frameworks": [
43+
"arduino",
44+
"espidf"
45+
],
46+
"name": "Adafruit QT Py ESP32-S3 (4M Flash 2M PSRAM)",
47+
"upload": {
48+
"arduino": {
49+
"flash_extra_images": [
50+
[
51+
"0x2d0000",
52+
"variants/adafruit_qtpy_esp32s3_n4r2/tinyuf2.bin"
53+
]
54+
]
55+
},
56+
"flash_size": "4MB",
57+
"maximum_ram_size": 327680,
58+
"maximum_size": 4194304,
59+
"use_1200bps_touch": true,
60+
"wait_for_upload_port": true,
61+
"require_upload_port": true,
62+
"speed": 460800
63+
},
64+
"url": "https://www.adafruit.com/product/5700",
65+
"vendor": "Adafruit"
66+
}

boards/adafruit_qtpy_esp32s3_nopsram.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"variant": "adafruit_qtpy_esp32s3_nopsram"
3333
},
3434
"connectivity": [
35+
"bluetooth",
3536
"wifi"
3637
],
3738
"debug": {

boards/adafruit_qualia_s3_rgb666.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s3_out.ld",
5+
"memory_type": "qio_opi",
6+
"partitions": "partitions-16MB-tinyuf2.csv"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_QUALIA_S3_RGB666",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_RUNNING_CORE=1",
13+
"-DARDUINO_EVENT_RUNNING_CORE=1",
14+
"-DBOARD_HAS_PSRAM"
15+
],
16+
"f_cpu": "240000000L",
17+
"f_flash": "80000000L",
18+
"flash_mode": "qio",
19+
"hwids": [
20+
[
21+
"0x239A",
22+
"0x8147"
23+
],
24+
[
25+
"0x239A",
26+
"0x0147"
27+
],
28+
[
29+
"0x239A",
30+
"0x8148"
31+
]
32+
],
33+
"mcu": "esp32s3",
34+
"variant": "adafruit_qualia_s3_rgb666"
35+
},
36+
"connectivity": [
37+
"bluetooth",
38+
"wifi"
39+
],
40+
"debug": {
41+
"openocd_target": "esp32s3.cfg"
42+
},
43+
"frameworks": [
44+
"arduino",
45+
"espidf"
46+
],
47+
"name": "Adafruit Qualia ESP32-S3 RGB666",
48+
"upload": {
49+
"arduino": {
50+
"flash_extra_images": [
51+
[
52+
"0x410000",
53+
"variants/adafruit_qualia_s3_rgb666/tinyuf2.bin"
54+
]
55+
]
56+
},
57+
"flash_size": "16MB",
58+
"maximum_ram_size": 327680,
59+
"maximum_size": 16777216,
60+
"use_1200bps_touch": true,
61+
"wait_for_upload_port": true,
62+
"require_upload_port": true,
63+
"speed": 460800
64+
},
65+
"url": "https://www.adafruit.com/product/5800",
66+
"vendor": "Adafruit"
67+
}

boards/arduino_nano_esp32.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"variant": "arduino_nano_nora"
3131
},
3232
"connectivity": [
33+
"bluetooth",
3334
"wifi"
3435
],
3536
"debug": {

0 commit comments

Comments
 (0)