File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments