We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c5d50 commit 4af2326Copy full SHA for 4af2326
boards/seeed_xiao_esp32c6.json
@@ -0,0 +1,41 @@
1
+{
2
+ "build": {
3
+ "core": "esp32",
4
+ "f_cpu": "160000000L",
5
+ "f_flash": "80000000L",
6
+ "flash_mode": "qio",
7
+ "hwids": [
8
+ [
9
+ "0x2886",
10
+ "0x0048"
11
+ ],
12
13
14
+ "0x8048"
15
+ ]
16
17
+ "mcu": "esp32c6"
18
+ },
19
+ "connectivity": [
20
+ "wifi",
21
+ "bluetooth",
22
+ "zigbee",
23
+ "thread"
24
25
+ "debug": {
26
+ "openocd_target": "esp32c6.cfg"
27
28
+ "frameworks": [
29
+ "espidf"
30
31
+ "name": "Seeed Studio XIAO ESP32C6",
32
+ "upload": {
33
+ "flash_size": "4MB",
34
+ "maximum_ram_size": 327680,
35
+ "maximum_size": 4194304,
36
+ "require_upload_port": true,
37
+ "speed": 460800
38
39
+ "url": "https://wiki.seeedstudio.com/XIAO_ESP32C6_Getting_Started/",
40
+ "vendor": "Seeed Studio"
41
+}
0 commit comments