File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "memory_type" : " qio_qspi"
5
+ },
6
+ "core" : " esp32" ,
7
+ "extra_flags" : [
8
+ " -DARDUINO_LILYGO_T3_S3_V1_X" ,
9
+ " -DBOARD_HAS_PSRAM" ,
10
+ " -DARDUINO_USB_CDC_ON_BOOT=1" ,
11
+ " -DARDUINO_RUNNING_CORE=1" ,
12
+ " -DARDUINO_EVENT_RUNNING_CORE=1" ,
13
+ " -DARDUINO_USB_MODE=1"
14
+ ],
15
+ "f_cpu" : " 240000000L" ,
16
+ "f_flash" : " 80000000L" ,
17
+ "flash_mode" : " qio" ,
18
+ "mcu" : " esp32s3" ,
19
+ "variant" : " esp32s3"
20
+ },
21
+ "connectivity" : [
22
+ " bluetooth" ,
23
+ " wifi"
24
+ ],
25
+ "debug" : {
26
+ "openocd_target" : " esp32s3.cfg"
27
+ },
28
+ "frameworks" : [
29
+ " arduino" ,
30
+ " espidf"
31
+ ],
32
+ "name" : " LilyGo T3-S3" ,
33
+ "upload" : {
34
+ "flash_size" : " 4MB" ,
35
+ "maximum_ram_size" : 327680 ,
36
+ "maximum_size" : 4194304 ,
37
+ "require_upload_port" : true ,
38
+ "speed" : 460800
39
+ },
40
+ "url" : " https://lilygo.cc/products/t3s3-v1-0" ,
41
+ "vendor" : " LilyGo"
42
+ }
You can’t perform that action at this time.
0 commit comments