File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" :{
4
+ "partitions" : " default_8MB.csv"
5
+ },
6
+ "core" : " esp32" ,
7
+ "extra_flags" : [
8
+ " -DARDUINO_ESP32S3_POWERFEATHER" ,
9
+ " -DARDUINO_USB_CDC_ON_BOOT=1" ,
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" : " qio" ,
17
+ "hwids" : [
18
+ [
19
+ " 0X303A" ,
20
+ " 0x81BB"
21
+ ]
22
+ ],
23
+ "mcu" : " esp32s3" ,
24
+ "variant" : " esp32s3_powerfeather"
25
+ },
26
+ "connectivity" : [
27
+ " bluetooth" ,
28
+ " wifi"
29
+ ],
30
+ "debug" : {
31
+ "openocd_target" : " esp32s3.cfg"
32
+ },
33
+ "frameworks" : [
34
+ " arduino" ,
35
+ " espidf"
36
+ ],
37
+ "name" : " ESP32-S3 PowerFeather" ,
38
+ "upload" : {
39
+ "flash_size" : " 8MB" ,
40
+ "maximum_ram_size" : 327680 ,
41
+ "maximum_size" : 8388608 ,
42
+ "use_1200bps_touch" : true ,
43
+ "wait_for_upload_port" : true ,
44
+ "require_upload_port" : true ,
45
+ "speed" : 460800
46
+ },
47
+ "url" : " https://powerfeather.dev/" ,
48
+ "vendor" : " PowerFeather"
49
+ }
50
+
You can’t perform that action at this time.
0 commit comments