File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "ldscript" : " esp32_out.ld"
5
+ },
6
+ "core" : " esp32" ,
7
+ "extra_flags" : [
8
+ " -DARDUINO_WT32_ETH01"
9
+ ],
10
+ "f_cpu" : " 240000000L" ,
11
+ "f_flash" : " 40000000L" ,
12
+ "flash_mode" : " dio" ,
13
+ "mcu" : " esp32" ,
14
+ "variant" : " wt32-eth01"
15
+ },
16
+ "connectivity" : [
17
+ " wifi" ,
18
+ " bluetooth" ,
19
+ " ethernet" ,
20
+ " can"
21
+ ],
22
+ "debug" : {
23
+ "openocd_board" : " esp-wroom-32.cfg"
24
+ },
25
+ "frameworks" : [
26
+ " arduino" ,
27
+ " espidf"
28
+ ],
29
+ "name" : " Wireless-Tag WT32-ETH01 Ethernet Module" ,
30
+ "upload" : {
31
+ "flash_size" : " 4MB" ,
32
+ "maximum_ram_size" : 327680 ,
33
+ "maximum_size" : 4194304 ,
34
+ "require_upload_port" : true ,
35
+ "speed" : 460800
36
+ },
37
+ "url" : " http://www.wireless-tag.com/portfolio/wt32-eth01/" ,
38
+ "vendor" : " Wireless-Tag"
39
+ }
You can’t perform that action at this time.
0 commit comments