Skip to content

Commit f5110ff

Browse files
bauyrzhanospanvaleros
authored andcommitted
Add support for Qchip board
1 parent 264999a commit f5110ff

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

boards/qchip.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DARDUINO_HELTEC_WIFI_KIT_32",
5+
"f_cpu": "240000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "heltec_wifi_kit_32"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "Qchip",
23+
"upload": {
24+
"flash_size": "4MB",
25+
"maximum_ram_size": 327680,
26+
"maximum_size": 4194304,
27+
"require_upload_port": true,
28+
"speed": 460800
29+
},
30+
"url": "http://qmobot.com/",
31+
"vendor": "Qmobot LLP"
32+
}

0 commit comments

Comments
 (0)