We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264999a commit f5110ffCopy full SHA for f5110ff
boards/qchip.json
@@ -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