Skip to content

Commit 13a4062

Browse files
committed
Add new boards
Resolves #1231, resolves #209
1 parent 3cf0b92 commit 13a4062

11 files changed

+524
-0
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_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+
}

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/atd147_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": "default_8MB.csv"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_ATD143_S3",
11+
"-DARDUINO_USB_MODE=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+
"0x303A",
21+
"0x1001"
22+
]
23+
],
24+
"mcu": "esp32s3",
25+
"variant": "atd147_s3"
26+
},
27+
"connectivity": [
28+
"bluetooth",
29+
"wifi"
30+
],
31+
"debug": {
32+
"openocd_target": "esp32s3.cfg"
33+
},
34+
"frameworks": [
35+
"arduino",
36+
"espidf"
37+
],
38+
"name": "ArtronShop ATD1.47-S3",
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://github.com/ArtronShop",
47+
"vendor": "ArtronShop"
48+
}

boards/aventen_s3_sync.json

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_qspi"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DBOARD_HAS_PSRAM",
10+
"-DARDUINO_AVENTEN_S3_SYNC",
11+
"-DARDUINO_USB_MODE=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+
"0x303A",
21+
"0x1001"
22+
]
23+
],
24+
"mcu": "esp32s3",
25+
"variant": "Aventen_S3_Sync"
26+
},
27+
"connectivity": [
28+
"bluetooth",
29+
"wifi"
30+
],
31+
"debug": {
32+
"openocd_target": "esp32s3.cfg"
33+
},
34+
"frameworks": [
35+
"arduino",
36+
"espidf"
37+
],
38+
"name": "Aventen S3 Sync",
39+
"upload": {
40+
"flash_size": "16MB",
41+
"maximum_ram_size": 327680,
42+
"maximum_size": 16777216,
43+
"use_1200bps_touch": true,
44+
"wait_for_upload_port": true,
45+
"require_upload_port": true,
46+
"speed": 460800
47+
},
48+
"url": "https://www.linkedin.com/company/aventen/",
49+
"vendor": "Aventen"
50+
}

boards/ioxesp32.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": "-DARDUINO_IOXESP32",
8+
"f_cpu": "240000000L",
9+
"f_flash": "80000000L",
10+
"flash_mode": "qio",
11+
"mcu": "esp32",
12+
"variant": "ioxesp32"
13+
},
14+
"connectivity": [
15+
"wifi",
16+
"bluetooth",
17+
"ethernet",
18+
"can"
19+
],
20+
"debug": {
21+
"openocd_board": "esp-wroom-32.cfg"
22+
},
23+
"frameworks": [
24+
"arduino",
25+
"espidf"
26+
],
27+
"name": "ArtronShop IOXESP32",
28+
"upload": {
29+
"flash_size": "4MB",
30+
"maximum_ram_size": 327680,
31+
"maximum_size": 4194304,
32+
"require_upload_port": true,
33+
"speed": 460800
34+
},
35+
"url": "https://docs.ioxesp32.com/",
36+
"vendor": "ArtronShop"
37+
}

0 commit comments

Comments
 (0)