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