Skip to content

Commit 16d10c8

Browse files
authored
Add cezerio dev boards (#1478)
1 parent 5e0a22e commit 16d10c8

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

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+
}

boards/cezerio_mini_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 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)