Skip to content

Commit 3e09ed0

Browse files
committed
Merge branch 'release/v6.12.0'
2 parents 7401cc4 + 888ff30 commit 3e09ed0

File tree

18 files changed

+783
-63
lines changed

18 files changed

+783
-63
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "examples/espidf-http-request"
2323
- "examples/espidf-peripherals-uart"
2424
- "examples/espidf-peripherals-usb"
25+
- "examples/espidf-security-secureboot"
2526
- "examples/espidf-storage-sdcard"
2627
- "examples/espidf-storage-spiffs"
2728
- "examples/espidf-ulp-adc"

boards/cezerio_dev_esp32c6.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+
"f_cpu": "160000000L",
5+
"f_flash": "80000000L",
6+
"flash_mode": "qio",
7+
"hwids": [
8+
[
9+
"0x303a",
10+
"0x1001"
11+
]
12+
],
13+
"mcu": "esp32c6"
14+
},
15+
"connectivity": [
16+
"wifi",
17+
"bluetooth",
18+
"zigbee",
19+
"thread"
20+
],
21+
"debug": {
22+
"openocd_target": "esp32c6.cfg"
23+
},
24+
"frameworks": [
25+
"espidf"
26+
],
27+
"name": "cezerio dev ESP32C6",
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://cezerio.com/cezerio_dev_esp32c6",
36+
"vendor": "cezerio"
37+
}
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+
"f_cpu": "160000000L",
5+
"f_flash": "80000000L",
6+
"flash_mode": "qio",
7+
"hwids": [
8+
[
9+
"0x303a",
10+
"0x1001"
11+
]
12+
],
13+
"mcu": "esp32c6"
14+
},
15+
"connectivity": [
16+
"wifi",
17+
"bluetooth",
18+
"zigbee",
19+
"thread"
20+
],
21+
"debug": {
22+
"openocd_target": "esp32c6.cfg"
23+
},
24+
"frameworks": [
25+
"espidf"
26+
],
27+
"name": "cezerio mini dev ESP32C6",
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://cezerio.com/cezerio_mini_dev_esp32c6",
36+
"vendor": "cezerio"
37+
}

0 commit comments

Comments
 (0)