Skip to content

Commit 4b44a50

Browse files
authored
Add ESP32-C3-DevKitC-02 board
1 parent 196c4bf commit 4b44a50

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

boards/esp32-c3-devkitc-02.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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": "-DARDUINO_ESP32C3_DEV",
11+
"mcu": "esp32c3",
12+
"variant": "esp32c3"
13+
},
14+
"connectivity": [
15+
"wifi",
16+
"bluetooth"
17+
],
18+
"debug": {
19+
"openocd_target": "esp32c3.cfg"
20+
},
21+
"frameworks": [
22+
"arduino",
23+
"espidf"
24+
],
25+
"name": "Espressif ESP32-C3-DevKitC-02",
26+
"upload": {
27+
"flash_size": "4MB",
28+
"maximum_ram_size": 327680,
29+
"maximum_size": 4194304,
30+
"require_upload_port": true,
31+
"speed": 460800
32+
},
33+
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/hw-reference/esp32c3/user-guide-devkitc-02.html",
34+
"vendor": "Espressif"
35+
}

boards/esp32-c3-devkitm-1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"variant": "esp32c3"
1313
},
1414
"connectivity": [
15-
"wifi"
15+
"wifi",
16+
"bluetooth"
1617
],
1718
"debug": {
1819
"openocd_target": "esp32c3.cfg"

0 commit comments

Comments
 (0)