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
+ "ldscript" : " esp32s3_out.ld" ,
5
+ "partitions" : " default_8MB.csv" ,
6
+ "memory_type" : " qio_qspi"
7
+ },
8
+ "core" : " esp32" ,
9
+ "extra_flags" : [
10
+ " -DARDUINO_ESP32S3_POWERFEATHER" ,
11
+ " -DBOARD_HAS_PSRAM" ,
12
+ " -DARDUINO_USB_CDC_ON_BOOT=1" ,
13
+ " -DARDUINO_RUNNING_CORE=1" ,
14
+ " -DARDUINO_EVENT_RUNNING_CORE=1"
15
+ ],
16
+ "f_cpu" : " 240000000L" ,
17
+ "f_flash" : " 80000000L" ,
18
+ "flash_mode" : " qio" ,
19
+ "hwids" : [
20
+ [
21
+ " 0X303A" ,
22
+ " 0x80D0"
23
+ ]
24
+ ],
25
+ "mcu" : " esp32s3" ,
26
+ "variant" : " esp32s3_powerfeather"
27
+ },
28
+ "connectivity" : [
29
+ " bluetooth" ,
30
+ " wifi"
31
+ ],
32
+ "debug" : {
33
+ "openocd_target" : " esp32s3.cfg"
34
+ },
35
+ "frameworks" : [
36
+ " arduino" ,
37
+ " espidf"
38
+ ],
39
+ "name" : " ESP32-S3 PowerFeather" ,
40
+ "upload" : {
41
+ "flash_size" : " 8MB" ,
42
+ "maximum_ram_size" : 327680 ,
43
+ "maximum_size" : 16777216 ,
44
+ "use_1200bps_touch" : true ,
45
+ "wait_for_upload_port" : true ,
46
+ "require_upload_port" : true ,
47
+ "speed" : 460800
48
+ },
49
+ "url" : " https://powerfeather.dev/" ,
50
+ "vendor" : " PowerFeather"
51
+ }
52
+
You can’t perform that action at this time.
0 commit comments