File tree 1 file changed +41
-0
lines changed
1 file changed +41
-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
+ "f_cpu" : " 240000000L" ,
8
+ "f_flash" : " 80000000L" ,
9
+ "flash_mode" : " qio" ,
10
+ "mcu" : " esp32s3" ,
11
+ "variant" : " waveshare_esp32_s3_zero" ,
12
+ "extra_flags" : [
13
+ " -DARDUINO_ESP32S3_DEV" ,
14
+ " -DARDUINO_USB_MODE=1" ,
15
+ " -DARDUINO_RUNNING_CORE=1" ,
16
+ " -DARDUINO_EVENT_RUNNING_CORE=1" ,
17
+ " -DBOARD_HAS_PSRAM"
18
+ ]
19
+ },
20
+ "connectivity" : [
21
+ " bluetooth" ,
22
+ " wifi"
23
+ ],
24
+ "debug" : {
25
+ "openocd_target" : " esp32s3.cfg"
26
+ },
27
+ "frameworks" : [
28
+ " arduino" ,
29
+ " espidf"
30
+ ],
31
+ "name" : " Waveshare ESP32-S3-Zero" ,
32
+ "upload" : {
33
+ "flash_size" : " 4MB" ,
34
+ "maximum_ram_size" : 327680 ,
35
+ "maximum_size" : 4194304 ,
36
+ "require_upload_port" : true ,
37
+ "speed" : 460800
38
+ },
39
+ "url" : " https://www.waveshare.com/wiki/ESP32-S3-Zero" ,
40
+ "vendor" : " Waveshare"
41
+ }
You can’t perform that action at this time.
0 commit comments