Skip to content

Commit 0247ed1

Browse files
Add ESP-C3-M1-I-Kit (#841)
1 parent 9c3e3b6 commit 0247ed1

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

boards/esp32-c3-m1i-kit.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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_ESP32C3_M1_I_KIT",
12+
"-DARDUINO_USB_MODE=1"
13+
],
14+
"mcu": "esp32c3",
15+
"variant": "esp_c3_m1_i_kit"
16+
},
17+
"connectivity": [
18+
"wifi"
19+
],
20+
"debug": {
21+
"openocd_target": "esp32c3.cfg"
22+
},
23+
"frameworks": [
24+
"arduino",
25+
"espidf"
26+
],
27+
"name": "Ai-Thinker ESP-C3-M1-I-Kit",
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://docs.ai-thinker.com/en/esp32c3",
36+
"vendor": "Ai-Thinker"
37+
}

0 commit comments

Comments
 (0)