Skip to content

Commit b829b80

Browse files
authored
Add Adafruit QT Py ESP32-C3 (platformio#776)
1 parent b57ee8c commit b829b80

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

boards/adafruit_qtpy_esp32c3.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32c3_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_ADAFRUIT_QTPY_ESP32C3",
9+
"-DARDUINO_USB_MODE=1",
10+
"-DARDUINO_USB_CDC_ON_BOOT=1"
11+
],
12+
"f_cpu": "160000000L",
13+
"f_flash": "80000000L",
14+
"flash_mode": "dout",
15+
"hwids": [
16+
[
17+
"0X303A",
18+
"0x1001"
19+
]
20+
],
21+
"mcu": "esp32c3",
22+
"variant": "adafruit_qtpy_esp32c3"
23+
},
24+
"connectivity": [
25+
"wifi"
26+
],
27+
"debug": {
28+
"openocd_target": "esp32c3.cfg"
29+
},
30+
"frameworks": [
31+
"arduino",
32+
"espidf"
33+
],
34+
"name": "Adafruit QT Py ESP32-C3",
35+
"upload": {
36+
"flash_size": "4MB",
37+
"maximum_ram_size": 327680,
38+
"maximum_size": 4194304,
39+
"require_upload_port": true,
40+
"speed": 460800
41+
},
42+
"url": "https://www.adafruit.com/product/5405",
43+
"vendor": "Adafruit"
44+
}

0 commit comments

Comments
 (0)