File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" :{
4
+ "partitions" : " tinyuf2-partitions-16MB.csv" ,
5
+ "memory_type" : " qio_qspi"
6
+ },
7
+ "core" : " esp32" ,
8
+ "extra_flags" : [
9
+ " -DARDUINO_WT32_SC01_PLUS" ,
10
+ " -DBOARD_HAS_PSRAM" ,
11
+ " -DARDUINO_USB_CDC_ON_BOOT=1" ,
12
+ " -DARDUINO_RUNNING_CORE=1" ,
13
+ " -DARDUINO_EVENT_RUNNING_CORE=1"
14
+ ],
15
+ "f_cpu" : " 240000000L" ,
16
+ "f_flash" : " 80000000L" ,
17
+ "flash_mode" : " qio" ,
18
+ "hwids" : [
19
+ [
20
+ " 0X303A" ,
21
+ " 0x1001"
22
+ ]
23
+ ],
24
+ "mcu" : " esp32s3" ,
25
+ "variant" : " wt32-sc01-plus"
26
+ },
27
+ "connectivity" : [
28
+ " bluetooth" ,
29
+ " wifi"
30
+ ],
31
+ "debug" : {
32
+ "openocd_target" : " esp32s3.cfg"
33
+ },
34
+ "frameworks" : [
35
+ " arduino" ,
36
+ " espidf"
37
+ ],
38
+ "name" : " wt32-sc01-plus" ,
39
+ "upload" : {
40
+ "flash_size" : " 16MB" ,
41
+ "maximum_ram_size" : 327680 ,
42
+ "maximum_size" : 16777216 ,
43
+ "use_1200bps_touch" : true ,
44
+ "wait_for_upload_port" : true ,
45
+ "require_upload_port" : true ,
46
+ "speed" : 460800
47
+ },
48
+ "url" : " http://www.wireless-tag.com/portfolio/wt32-eth01" ,
49
+ "vendor" : " Wireless-Tag"
50
+ }
You can’t perform that action at this time.
0 commit comments