Skip to content

Commit 516520f

Browse files
committed
Merge branch 'release/v6.4.0'
2 parents eb7eba4 + d2b14ad commit 516520f

26 files changed

+605
-82
lines changed
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-8MB-tinyuf2.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_ADAFRUIT_MATRIXPORTAL_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+
"0x8125"
22+
],
23+
[
24+
"0x239A",
25+
"0x0125"
26+
],
27+
[
28+
"0x239A",
29+
"0x8126"
30+
]
31+
],
32+
"mcu": "esp32s3",
33+
"variant": "adafruit_matrixportal_esp32s3"
34+
},
35+
"connectivity": [
36+
"wifi"
37+
],
38+
"debug": {
39+
"openocd_target": "esp32s3.cfg"
40+
},
41+
"frameworks": [
42+
"arduino",
43+
"espidf"
44+
],
45+
"name": "Adafruit MatrixPortal ESP32-S3",
46+
"upload": {
47+
"arduino": {
48+
"flash_extra_images": [
49+
[
50+
"0x410000",
51+
"variants/adafruit_matrixportal_esp32s3/tinyuf2.bin"
52+
]
53+
]
54+
},
55+
"flash_size": "8MB",
56+
"maximum_ram_size": 327680,
57+
"maximum_size": 8388608,
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/5778",
64+
"vendor": "Adafruit"
65+
}

boards/arduino_nano_esp32.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "app3M_fat9M_fact512k_16MB.csv",
6+
"memory_type": "qio_opi"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_NANO_ESP32",
11+
"-DBOARD_HAS_PIN_REMAP",
12+
"-DBOARD_HAS_PSRAM",
13+
"-DUSB_MANUFACTURER=\\\"Arduino\\\"",
14+
"-DUSB_PRODUCT=\\\"NanoESP32\\\"",
15+
"-DARDUINO_USB_CDC_ON_BOOT=1",
16+
"-DARDUINO_USB_DFU_ON_BOOT=1",
17+
"-DARDUINO_RUNNING_CORE=1",
18+
"-DARDUINO_EVENT_RUNNING_CORE=1"
19+
],
20+
"f_cpu": "240000000L",
21+
"f_flash": "80000000L",
22+
"flash_mode": "qio",
23+
"hwids": [
24+
[
25+
"0x2341",
26+
"0x0070"
27+
]
28+
],
29+
"mcu": "esp32s3",
30+
"variant": "arduino_nano_nora"
31+
},
32+
"connectivity": [
33+
"wifi"
34+
],
35+
"debug": {
36+
"openocd_target": "esp32s3.cfg"
37+
},
38+
"frameworks": [
39+
"arduino",
40+
"espidf"
41+
],
42+
"name": "Arduino Nano ESP32",
43+
"upload": {
44+
"flash_size": "16MB",
45+
"maximum_ram_size": 327680,
46+
"maximum_size": 16777216,
47+
"require_upload_port": true,
48+
"speed": 460800,
49+
"protocol": "dfu"
50+
},
51+
"url": "https://docs.arduino.cc/hardware/nano-esp32",
52+
"vendor": "Arduino"
53+
}

boards/bee_motion_s3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s2_out.ld"
4+
"ldscript": "esp32s3_out.ld"
55
},
66
"core": "esp32",
77
"extra_flags": [

boards/bee_s3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s2_out.ld"
4+
"ldscript": "esp32s3_out.ld"
55
},
66
"core": "esp32",
77
"extra_flags": [

boards/dfrobot_romeo_esp32s3.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": "app3M_fat9M_16MB.csv",
6+
"memory_type": "qio_opi"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_DFROBOT_ROMEO_ESP32S3",
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": "dfrobot_romeo_esp32s3"
26+
},
27+
"connectivity": [
28+
"wifi"
29+
],
30+
"debug": {
31+
"openocd_target": "esp32s3.cfg"
32+
},
33+
"frameworks": [
34+
"arduino",
35+
"espidf"
36+
],
37+
"name": "DFRobot Romeo ESP32-S3",
38+
"upload": {
39+
"flash_size": "16MB",
40+
"maximum_ram_size": 327680,
41+
"maximum_size": 16777216,
42+
"require_upload_port": true,
43+
"speed": 460800
44+
},
45+
"url": "https://wiki.dfrobot.com/",
46+
"vendor": "DFRobot"
47+
}

boards/esp32-c6-devkitc-1.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"f_cpu": "160000000L",
5+
"f_flash": "80000000L",
6+
"flash_mode": "qio",
7+
"mcu": "esp32c6"
8+
},
9+
"connectivity": [
10+
"wifi"
11+
],
12+
"frameworks": [
13+
"espidf"
14+
],
15+
"name": "Espressif ESP32-C6-DevKitC-1",
16+
"upload": {
17+
"flash_size": "8MB",
18+
"maximum_ram_size": 524288,
19+
"maximum_size": 8388608,
20+
"require_upload_port": true,
21+
"speed": 460800
22+
},
23+
"url": "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/index.html",
24+
"vendor": "Espressif"
25+
}

boards/esp32-c6-devkitm-1.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"f_cpu": "160000000L",
5+
"f_flash": "80000000L",
6+
"flash_mode": "qio",
7+
"mcu": "esp32c6",
8+
"variant": "esp32c6"
9+
},
10+
"connectivity": [
11+
"wifi"
12+
],
13+
"debug": {
14+
"openocd_target": "esp32c6.cfg"
15+
},
16+
"frameworks": [
17+
"espidf"
18+
],
19+
"name": "Espressif ESP32-C6-DevKitM-1",
20+
"upload": {
21+
"flash_size": "4MB",
22+
"maximum_ram_size": 327680,
23+
"maximum_size": 4194304,
24+
"require_upload_port": true,
25+
"speed": 460800
26+
},
27+
"url": "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitm-1/index.html",
28+
"vendor": "Espressif"
29+
}

boards/esp32s3camlcd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32_out.ld",
4+
"ldscript": "esp32s3_out.ld",
55
"memory_type": "opi_opi"
66
},
77
"boot": "opi",

boards/lolin_s2_mini.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"wifi"
2626
],
2727
"debug": {
28-
"openocd_board": "esp32s2.cfg"
28+
"openocd_target": "esp32s2.cfg"
2929
},
3030
"frameworks": [
3131
"arduino",

boards/lolin_s2_pico.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"wifi"
2626
],
2727
"debug": {
28-
"openocd_board": "esp32s2.cfg"
28+
"openocd_target": "esp32s2.cfg"
2929
},
3030
"frameworks": [
3131
"arduino",

boards/m5stack-cores3.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "default_16MB.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_M5STACK_CORES3",
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+
"0x8119"
21+
]
22+
],
23+
"mcu": "esp32s3",
24+
"variant": "m5stack_cores3"
25+
},
26+
"connectivity": [
27+
"wifi"
28+
],
29+
"debug": {
30+
"openocd_target": "esp32s3.cfg"
31+
},
32+
"frameworks": [
33+
"arduino",
34+
"espidf"
35+
],
36+
"name": "M5Stack CoreS3",
37+
"upload": {
38+
"flash_size": "16MB",
39+
"maximum_ram_size": 327680,
40+
"maximum_size": 16777216,
41+
"require_upload_port": true,
42+
"speed": 921600
43+
},
44+
"url": "https://docs.m5stack.com/en/core/CoreS3",
45+
"vendor": "M5Stack"
46+
}

boards/m5stamp-pico.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": "-DARDUINO_M5Stamp_Pico",
8+
"f_cpu": "240000000L",
9+
"f_flash": "40000000L",
10+
"flash_mode": "dio",
11+
"mcu": "esp32",
12+
"variant": "m5stack_stamp_pico"
13+
},
14+
"connectivity": [
15+
"wifi",
16+
"bluetooth",
17+
"ethernet",
18+
"can"
19+
],
20+
"frameworks": [
21+
"arduino",
22+
"espidf"
23+
],
24+
"name": "M5Stamp-Pico",
25+
"upload": {
26+
"flash_size": "4MB",
27+
"maximum_ram_size": 327680,
28+
"maximum_size": 4194304,
29+
"require_upload_port": true,
30+
"speed": 1500000
31+
},
32+
"url": "https://shop.m5stack.com/products/m5stamp-pico-mate-with-pin-headers",
33+
"vendor": "M5Stack"
34+
}

boards/nebulas3.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+
"memory_type": "qio_opi"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_NEBULAS3",
10+
"-DARDUINO_USB_MODE=1",
11+
"-DARDUINO_RUNNING_CORE=1",
12+
"-DARDUINO_EVENT_RUNNING_CORE=1",
13+
"-DARDUINO_USB_CDC_ON_BOOT=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": "Nebula_S3"
26+
},
27+
"connectivity": [
28+
"wifi"
29+
],
30+
"debug": {
31+
"openocd_target": "esp32s3.cfg"
32+
},
33+
"frameworks": [
34+
"arduino",
35+
"espidf"
36+
],
37+
"name": "Kinetic Dynamics Nebula S3",
38+
"upload": {
39+
"flash_size": "4MB",
40+
"maximum_ram_size": 327680,
41+
"maximum_size": 4194304,
42+
"require_upload_port": true,
43+
"speed": 460800
44+
},
45+
"url": "https://kineticdynamics.in/product/nebula-s3/",
46+
"vendor": "Kinetic Dynamics"
47+
}

0 commit comments

Comments
 (0)