File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"build" : {
3
3
"arduino" :{
4
- "ldscript" : " esp32s3_out.ld"
4
+ "ldscript" : " esp32s3_out.ld" ,
5
+ "partitions" : " default_8MB.csv"
5
6
},
6
7
"core" : " esp32" ,
7
- "extra_flags" : " -DBOARD_HAS_PSRAM" ,
8
+ "extra_flags" : [
9
+ " -DARDUINO_ESP32S3_DEV" ,
10
+ " -DARDUINO_USB_MODE=1" ,
11
+ " -DARDUINO_RUNNING_CORE=1" ,
12
+ " -DARDUINO_EVENT_RUNNING_CORE=1"
13
+ ],
8
14
"f_cpu" : " 240000000L" ,
9
15
"f_flash" : " 80000000L" ,
10
16
"flash_mode" : " dio" ,
17
+ "hwids" : [
18
+ [
19
+ " 0X303A" ,
20
+ " 0x1001"
21
+ ]
22
+ ],
11
23
"mcu" : " esp32s3" ,
12
24
"variant" : " esp32s3"
13
25
},
14
26
"connectivity" : [
15
27
" wifi"
16
28
],
17
29
"debug" : {
30
+ "default_tool" : " esp-builtin" ,
31
+ "onboard_tools" : [
32
+ " esp-builtin"
33
+ ],
18
34
"openocd_target" : " esp32s3.cfg"
19
35
},
20
36
"frameworks" : [
21
37
" arduino" ,
22
38
" espidf"
23
39
],
24
- "name" : " Espressif ESP32-S3-DevKitC-1" ,
40
+ "name" : " Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM) " ,
25
41
"upload" : {
26
42
"flash_size" : " 8MB" ,
27
- "maximum_ram_size" : 524288 ,
43
+ "maximum_ram_size" : 327680 ,
28
44
"maximum_size" : 8388608 ,
29
45
"require_upload_port" : true ,
30
46
"speed" : 460800
You can’t perform that action at this time.
0 commit comments