File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : [
5
+ " -DARDUINO_ESP32S3_DEV" ,
6
+ " -DARDUINO_USB_MODE=1" ,
7
+ " -DARDUINO_RUNNING_CORE=1" ,
8
+ " -DARDUINO_EVENT_RUNNING_CORE=1" ,
9
+ " -DARDUINO_USB_CDC_ON_BOOT=1"
10
+ ],
11
+ "f_cpu" : " 240000000L" ,
12
+ "f_flash" : " 80000000L" ,
13
+ "flash_mode" : " qio" ,
14
+ "hwids" : [
15
+ [
16
+ " 0x303A" ,
17
+ " 0x1001"
18
+ ]
19
+ ],
20
+ "mcu" : " esp32s3" ,
21
+ "variant" : " sparkfun_esp32s3_thing_plus"
22
+ },
23
+ "connectivity" : [
24
+ " bluetooth" ,
25
+ " wifi"
26
+ ],
27
+ "debug" : {
28
+ "default_tool" : " esp-builtin" ,
29
+ "onboard_tools" : [
30
+ " esp-builtin"
31
+ ],
32
+ "openocd_target" : " esp32s3.cfg"
33
+ },
34
+ "frameworks" : [
35
+ " arduino" ,
36
+ " espidf"
37
+ ],
38
+ "name" : " SPARKFUN_ESP32S3_THING_PLUS" ,
39
+ "upload" : {
40
+ "flash_size" : " 4MB" ,
41
+ "maximum_ram_size" : 327680 ,
42
+ "maximum_size" : 4194304 ,
43
+ "require_upload_port" : true ,
44
+ "speed" : 460800
45
+ },
46
+ "url" : " https://www.sparkfun.com/products/24408" ,
47
+ "vendor" : " SparkFun"
48
+ }
You can’t perform that action at this time.
0 commit comments