Skip to content

Commit 66069b9

Browse files
authored
idf installer Hybrid compile
2 parents 87e5efc + d5b7ea0 commit 66069b9

File tree

83 files changed

+4087
-38
lines changed

Some content is hidden

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

83 files changed

+4087
-38
lines changed

boards/adafruit_feather_esp32s3_tft.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s3_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv"
4+
"partitions": "partitions-4MB-tinyuf2.csv",
5+
"memory_type": "qio_qspi"
66
},
77
"core": "esp32",
88
"extra_flags": [
99
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3_TFT",
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_matrixportal_esp32s3.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-
"partitions": "tinyuf2-partitions-8MB.csv",
4+
"partitions": "partitions-8MB-tinyuf2.csv",
55
"memory_type": "qio_qspi"
66
},
77
"core": "esp32",

boards/dfrobot_romeo_esp32s3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s3_out.ld",
54
"partitions": "app3M_fat9M_16MB.csv",
65
"memory_type": "qio_opi"
76
},
@@ -10,7 +9,8 @@
109
"-DARDUINO_DFROBOT_ROMEO_ESP32S3",
1110
"-DARDUINO_USB_MODE=1",
1211
"-DARDUINO_RUNNING_CORE=1",
13-
"-DARDUINO_EVENT_RUNNING_CORE=1"
12+
"-DARDUINO_EVENT_RUNNING_CORE=1",
13+
"-DARDUINO_USB_CDC_ON_BOOT=1"
1414
],
1515
"f_cpu": "240000000L",
1616
"f_flash": "80000000L",

boards/esp32-p4-evboard.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": [
5+
"-DBOARD_HAS_PSRAM"
6+
],
7+
"f_cpu": "360000000L",
8+
"f_flash": "80000000L",
9+
"flash_mode": "qio",
10+
"mcu": "esp32p4",
11+
"variant": "esp32p4"
12+
},
13+
"arduino": {
14+
"partitions": "default_16MB.csv"
15+
},
16+
"connectivity": [
17+
"bluetooth",
18+
"openthread"
19+
],
20+
"debug": {
21+
"openocd_target": "esp32p4.cfg"
22+
},
23+
"frameworks": [
24+
"arduino",
25+
"espidf"
26+
],
27+
"name": "Espressif ESP32-P4 Function EV Board",
28+
"upload": {
29+
"flash_size": "16MB",
30+
"maximum_ram_size": 512000,
31+
"maximum_size": 16777216,
32+
"require_upload_port": true,
33+
"speed": 1500000
34+
},
35+
"url": "https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32p4/esp32-p4-function-ev-board/index.html",
36+
"vendor": "Espressif"
37+
}

boards/esp32-p4.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": [
5+
"-DBOARD_HAS_PSRAM"
6+
],
7+
"f_cpu": "360000000L",
8+
"f_flash": "80000000L",
9+
"flash_mode": "qio",
10+
"mcu": "esp32p4",
11+
"variant": "esp32p4"
12+
},
13+
"connectivity": [
14+
"bluetooth",
15+
"openthread"
16+
],
17+
"debug": {
18+
"openocd_target": "esp32p4.cfg"
19+
},
20+
"frameworks": [
21+
"arduino",
22+
"espidf"
23+
],
24+
"name": "Espressif ESP32-P4 generic",
25+
"upload": {
26+
"flash_size": "4MB",
27+
"maximum_ram_size": 327680,
28+
"maximum_size": 4194304,
29+
"require_upload_port": true,
30+
"speed": 460800
31+
},
32+
"url": "https://docs.espressif.com",
33+
"vendor": "Espressif"
34+
}

boards/esp32-solo1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "esp32",
44
"extra_flags": "-DARDUINO_ESP32_DEV -DARDUINO_USB_CDC_ON_BOOT=0 -DCORE32SOLO1",
5-
"f_cpu": "80000000L",
5+
"f_cpu": "160000000L",
66
"f_flash": "40000000L",
77
"flash_mode": "dio",
88
"mcu": "esp32",
@@ -29,6 +29,11 @@
2929
"require_upload_port": true,
3030
"speed": 460800
3131
},
32+
"espidf": {
33+
"custom_sdkconfig": [
34+
"CONFIG_FREERTOS_UNICORE=y"
35+
]
36+
},
3237
"url": "https://en.wikipedia.org/wiki/ESP32",
3338
"vendor": "Espressif"
3439
}

boards/esp32s3_120_16_8-qio_opi.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+
"memory_type": "qio_opi",
5+
"partitions": "default_16MB.csv"
6+
},
7+
"core": "esp32",
8+
"f_cpu": "240000000L",
9+
"f_flash": "80000000L",
10+
"f_boot": "120000000L",
11+
"boot": "qio",
12+
"flash_mode": "qio",
13+
"extra_flags": [
14+
"-DBOARD_HAS_PSRAM",
15+
"-DARDUINO_USB_MODE=1",
16+
"-DARDUINO_USB_CDC_ON_BOOT=1",
17+
"-DARDUINO_RUNNING_CORE=1",
18+
"-DARDUINO_EVENT_RUNNING_CORE=1"
19+
],
20+
"hwids": [
21+
[
22+
"0x303A",
23+
"0x1001"
24+
]
25+
],
26+
"mcu": "esp32s3",
27+
"variant": "esp32s3"
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": "ESP32-S3 16MB QIO, 8MB OPI PSRAM",
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://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf",
49+
"vendor": "espressif"
50+
}

boards/freenove_esp32_s3_wroom.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"partitions": "default_8MB.csv",
5+
"memory_type": "qio_opi"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_ESP32S3_DEV",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1",
12+
"-DBOARD_HAS_PSRAM",
13+
"-DARDUINO_USB_MODE=0",
14+
"-DARDUINO_USB_CDC_ON_BOOT=0"
15+
],
16+
"f_cpu": "240000000L",
17+
"f_flash": "80000000L",
18+
"flash_mode": "qio",
19+
"psram_type": "opi",
20+
"hwids": [
21+
[
22+
"0x303A",
23+
"0x1001"
24+
]
25+
],
26+
"mcu": "esp32s3",
27+
"variant": "esp32s3"
28+
},
29+
"connectivity": [
30+
"bluetooth",
31+
"wifi"
32+
],
33+
"debug": {
34+
"default_tool": "esp-builtin",
35+
"onboard_tools": [
36+
"esp-builtin"
37+
],
38+
"openocd_target": "esp32s3.cfg"
39+
},
40+
"frameworks": [
41+
"arduino",
42+
"espidf"
43+
],
44+
"name": "Freenove ESP32-S3 WROOM N8R8 (8MB Flash / 8MB PSRAM)",
45+
"upload": {
46+
"flash_size": "8MB",
47+
"maximum_ram_size": 327680,
48+
"maximum_size": 8388608,
49+
"require_upload_port": true,
50+
"speed": 921600
51+
},
52+
"url": "https://github.com/Freenove/Freenove_ESP32_S3_WROOM_Board",
53+
"vendor": "Freenove"
54+
}

boards/freenove_esp32_wrover.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": [
5+
"-DARDUINO_ESP32_DEV",
6+
"-DBOARD_HAS_PSRAM",
7+
"-mfix-esp32-psram-cache-issue",
8+
"-mfix-esp32-psram-cache-strategy=memw"
9+
],
10+
"f_cpu": "240000000L",
11+
"f_flash": "40000000L",
12+
"flash_mode": "dio",
13+
"mcu": "esp32",
14+
"variant": "esp32"
15+
},
16+
"connectivity": [
17+
"wifi",
18+
"bluetooth",
19+
"ethernet",
20+
"can"
21+
],
22+
"debug": {
23+
"openocd_board": "esp-wrover-32.cfg"
24+
},
25+
"frameworks": [
26+
"arduino",
27+
"espidf"
28+
],
29+
"name": "Freenove ESP32-Wrover",
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://store.freenove.com/products/fnk0060",
38+
"vendor": "Freenove"
39+
}

boards/heltec_wifi_kit_32_V3.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s3_out.ld",
54
"partitions": "default_8MB.csv"
65
},
76
"core": "esp32",
@@ -21,7 +20,7 @@
2120
]
2221
],
2322
"mcu": "esp32s3",
24-
"variant": "heltec_wifi_kit_32_v3"
23+
"variant": "heltec_wifi_kit_32_V3"
2524
},
2625
"connectivity": [
2726
"wifi",

boards/heltec_wireless_stick_lite.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"build": {
3-
"arduino":{
4-
"ldscript": "esp32_out.ld"
5-
},
63
"core": "esp32",
74
"extra_flags": "-DARDUINO_HELTEC_WIRELESS_STICK_LITE",
85
"f_cpu": "240000000L",
9-
"f_flash": "40000000L",
6+
"f_flash": "80000000L",
107
"flash_mode": "dio",
118
"mcu": "esp32",
129
"variant": "heltec_wireless_stick_lite"

boards/jczn_2432s028r.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DARDUINO_JCZN_2432S028R",
5+
"f_cpu": "240000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "qio",
8+
"mcu": "esp32",
9+
"variant": "jczn_2432s028r"
10+
},
11+
"connectivity": [
12+
"wifi",
13+
"bluetooth"
14+
],
15+
"debug": {
16+
"openocd_board": "esp-wroom-32.cfg"
17+
},
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "ESP32-2432S028R CYD",
23+
"upload": {
24+
"flash_size": "4MB",
25+
"maximum_ram_size": 327680,
26+
"maximum_size": 4194304,
27+
"require_upload_port": true,
28+
"speed": 460800
29+
},
30+
"url": "http://pan.jczn1688.com/directlink/1/ESP32%20module/2.8inch_ESP32-2432S028R.rar",
31+
"vendor": "JCZN"
32+
}

0 commit comments

Comments
 (0)