Skip to content

Commit 8565a82

Browse files
committed
Merge branch 'release/v5.2.0'
2 parents 7a69f63 + f1d0071 commit 8565a82

Some content is hidden

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

62 files changed

+898
-121
lines changed

boards/adafruit_feather_esp32_v2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"build": {
3-
"arduino":{
3+
"arduino": {
44
"ldscript": "esp32_out.ld"
55
},
66
"core": "esp32",
77
"extra_flags": [
88
"-DARDUINO_ADAFRUIT_FEATHER_ESP32_V2",
99
"-DBOARD_HAS_PSRAM",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1",
1012
"-mfix-esp32-psram-cache-issue",
1113
"-mfix-esp32-psram-cache-strategy=memw"
1214
],
1315
"f_cpu": "240000000L",
14-
"f_flash": "40000000L",
16+
"f_flash": "80000000L",
1517
"flash_mode": "dio",
1618
"mcu": "esp32",
1719
"variant": "adafruit_feather_esp32_v2"

boards/adafruit_feather_esp32s3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3",
1010
"-DARDUINO_USB_CDC_ON_BOOT=1",
1111
"-DARDUINO_RUNNING_CORE=1",
12-
"-DARDUINO_EVENT_RUNNING_CORE=1"
12+
"-DARDUINO_EVENT_RUNNING_CORE=1",
13+
"-DBOARD_HAS_PSRAM"
1314
],
1415
"f_cpu": "240000000L",
1516
"f_flash": "80000000L",

boards/adafruit_feather_esp32s3_nopsram.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld"
4+
"ldscript": "esp32s3_out.ld",
5+
"memory_type": "qio_qspi"
56
},
67
"core": "esp32",
78
"extra_flags": [

boards/adafruit_itsybitsy_esp32.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32_out.ld",
5+
"partitions": "default_8MB.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_ADAFRUIT_ITSYBITSY_ESP32",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1",
12+
"-DBOARD_HAS_PSRAM",
13+
"-mfix-esp32-psram-cache-issue",
14+
"-mfix-esp32-psram-cache-strategy=memw"
15+
],
16+
"f_cpu": "240000000L",
17+
"f_flash": "80000000L",
18+
"flash_mode": "dio",
19+
"mcu": "esp32",
20+
"variant": "adafruit_itsybitsy_esp32"
21+
},
22+
"connectivity": [
23+
"wifi",
24+
"bluetooth",
25+
"ethernet",
26+
"can"
27+
],
28+
"debug": {
29+
"openocd_board": "esp-wroom-32.cfg"
30+
},
31+
"frameworks": [
32+
"arduino",
33+
"espidf"
34+
],
35+
"name": "Adafruit ItsyBitsy ESP32",
36+
"upload": {
37+
"flash_size": "8MB",
38+
"maximum_ram_size": 327680,
39+
"maximum_size": 8388608,
40+
"require_upload_port": true,
41+
"speed": 460800
42+
},
43+
"url": "https://www.adafruit.com/product/4363",
44+
"vendor": "Adafruit"
45+
}

boards/adafruit_qtpy_esp32.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"build": {
3-
"arduino":{
3+
"arduino": {
44
"ldscript": "esp32_out.ld"
55
},
66
"core": "esp32",
77
"extra_flags": [
88
"-DARDUINO_ADAFRUIT_QTPY_ESP32_PICO",
99
"-DBOARD_HAS_PSRAM",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1",
1012
"-mfix-esp32-psram-cache-issue",
1113
"-mfix-esp32-psram-cache-strategy=memw"
1214
],
1315
"f_cpu": "240000000L",
14-
"f_flash": "40000000L",
16+
"f_flash": "80000000L",
1517
"flash_mode": "dio",
1618
"mcu": "esp32",
1719
"variant": "adafruit_qtpy_esp32"

boards/adafruit_qtpy_esp32c3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"f_cpu": "160000000L",
1313
"f_flash": "80000000L",
14-
"flash_mode": "dout",
14+
"flash_mode": "qio",
1515
"hwids": [
1616
[
1717
"0X303A",

boards/adafruit_qtpy_esp32s3_nopsram.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
]
5151
]
5252
},
53-
"flash_size": "4MB",
53+
"flash_size": "8MB",
5454
"maximum_ram_size": 327680,
55-
"maximum_size": 4194304,
55+
"maximum_size": 8388608,
5656
"use_1200bps_touch": true,
5757
"wait_for_upload_port": true,
5858
"require_upload_port": true,

boards/alksesp32.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"build": {
3-
"arduino":{
3+
"arduino": {
44
"ldscript": "esp32_out.ld"
55
},
66
"core": "esp32",
77
"extra_flags": "-DARDUINO_ALKS",
88
"f_cpu": "240000000L",
9-
"f_flash": "40000000L",
10-
"flash_mode": "dio",
9+
"f_flash": "80000000L",
10+
"flash_mode": "qio",
1111
"mcu": "esp32",
1212
"variant": "alksesp32"
1313
},

boards/bee_motion.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s2_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_Bee_Motion",
9+
"-DARDUINO_USB_CDC_ON_BOOT=1"
10+
],
11+
"f_cpu": "240000000L",
12+
"f_flash": "80000000L",
13+
"flash_mode": "qio",
14+
"hwids": [
15+
[
16+
"0x303A",
17+
"0x810D"
18+
]
19+
],
20+
"mcu": "esp32s2",
21+
"variant": "Bee_Motion"
22+
},
23+
"connectivity": [
24+
"wifi"
25+
],
26+
"debug": {
27+
"openocd_target": "esp32s2.cfg"
28+
},
29+
"frameworks": [
30+
"arduino",
31+
"espidf"
32+
],
33+
"name": "Smart Bee Motion",
34+
"upload": {
35+
"flash_size": "4MB",
36+
"maximum_ram_size": 327680,
37+
"maximum_size": 4194304,
38+
"use_1200bps_touch": true,
39+
"wait_for_upload_port": true,
40+
"require_upload_port": true,
41+
"speed": 460800
42+
},
43+
"url": "https://github.com/strid3r21/Bee-Motion",
44+
"vendor": "Smart Bee"
45+
}

boards/bee_motion_mini.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32c3_out.ld"
5+
},
6+
"core": "esp32",
7+
"f_cpu": "160000000L",
8+
"f_flash": "80000000L",
9+
"flash_mode": "qio",
10+
"extra_flags": [
11+
"-DARDUINO_Bee_Motion_Mini",
12+
"-DARDUINO_USB_MODE=1",
13+
"-DARDUINO_USB_CDC_ON_BOOT=1"
14+
],
15+
"mcu": "esp32c3",
16+
"variant": "Bee_Motion_Mini"
17+
},
18+
"connectivity": [
19+
"wifi"
20+
],
21+
"debug": {
22+
"openocd_target": "esp32c3.cfg"
23+
},
24+
"frameworks": [
25+
"arduino",
26+
"espidf"
27+
],
28+
"name": "Smart Bee Motion Mini",
29+
"upload": {
30+
"flash_size": "4MB",
31+
"maximum_ram_size": 327680,
32+
"maximum_size": 4194304,
33+
"require_upload_port": true,
34+
"speed": 460800
35+
},
36+
"url": "https://github.com/strid3r21/BeeMotionMini",
37+
"vendor": "Smart Bee"
38+
}

0 commit comments

Comments
 (0)