Skip to content

Commit b06a0fa

Browse files
authored
Add suport for Connaxio's Espoir (platformio#827)
1 parent bba9d55 commit b06a0fa

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

boards/connaxio_espoir.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
{
3+
"build": {
4+
"arduino":{
5+
"ldscript": "esp32_out.ld"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_CONNAXIO_ESPOIR",
10+
"-DCONFIG_FREERTOS_UNICORE=1"
11+
],
12+
"f_cpu": "240000000L",
13+
"f_flash": "80000000L",
14+
"flash_mode": "dio",
15+
"mcu": "esp32",
16+
"variant": "connaxio_espoir",
17+
"hwids": [
18+
[
19+
"0x10C4",
20+
"0x8D9A"
21+
]
22+
]
23+
},
24+
"connectivity": [
25+
"wifi",
26+
"bluetooth",
27+
"ethernet",
28+
"can"
29+
],
30+
"debug": {
31+
"openocd_board": "esp32-solo-1.cfg"
32+
},
33+
"frameworks": [
34+
"arduino",
35+
"espidf"
36+
],
37+
"name": "Connaxio's Espoir",
38+
"upload": {
39+
"flash_size": "4MB",
40+
"maximum_ram_size": 327680,
41+
"maximum_size": 4194304,
42+
"require_upload_port": true,
43+
"speed": 921600
44+
},
45+
"url": "https://www.connaxio.com/electronics/espoir/",
46+
"vendor": "Connaxio"
47+
}

0 commit comments

Comments
 (0)