File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" :{
4
+ "partitions" : " default_32MB.csv" ,
5
+ "memory_type" : " opi_opi"
6
+ },
7
+ "core" : " esp32" ,
8
+ "extra_flags" : [
9
+ " -DARDUINO_ESP32S3_DEV" ,
10
+ " -DARDUINO_RUNNING_CORE=1" ,
11
+ " -DARDUINO_EVENT_RUNNING_CORE=1" ,
12
+ " -DBOARD_HAS_PSRAM"
13
+ ],
14
+ "f_cpu" : " 240000000L" ,
15
+ "f_flash" : " 80000000L" ,
16
+ "flash_mode" : " opi" ,
17
+ "psram_type" : " opi" ,
18
+ "hwids" : [
19
+ [
20
+ " 0x303A" ,
21
+ " 0x1001"
22
+ ]
23
+ ],
24
+ "mcu" : " esp32s3" ,
25
+ "variant" : " esp32s3"
26
+ },
27
+ "connectivity" : [
28
+ " wifi" ,
29
+ " bluetooth"
30
+ ],
31
+ "debug" : {
32
+ "default_tool" : " esp-builtin" ,
33
+ "onboard_tools" : [
34
+ " esp-builtin"
35
+ ],
36
+ "openocd_target" : " esp32s3.cfg"
37
+ },
38
+ "frameworks" : [
39
+ " arduino" ,
40
+ " espidf"
41
+ ],
42
+ "name" : " Espressif ESP32-S3-DevKitC-1-N32R8V (32 MB Flash Octal, 8 MB PSRAM Octal)" ,
43
+ "upload" : {
44
+ "flash_size" : " 32MB" ,
45
+ "maximum_ram_size" : 327680 ,
46
+ "maximum_size" : 33554432 ,
47
+ "require_upload_port" : true ,
48
+ "speed" : 921600
49
+ },
50
+ "url" : " https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html" ,
51
+ "vendor" : " Espressif"
52
+ }
You can’t perform that action at this time.
0 commit comments