File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-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+ ],
13+ "f_cpu" : " 240000000L" ,
14+ "f_flash" : " 80000000L" ,
15+ "flash_mode" : " qio" ,
16+ "hwids" : [
17+ [
18+ " 0X303A" ,
19+ " 0x81BB"
20+ ]
21+ ],
22+ "mcu" : " esp32s3" ,
23+ "variant" : " esp32s3_powerfeather"
24+ },
25+ "connectivity" : [
26+ " bluetooth" ,
27+ " wifi"
28+ ],
29+ "debug" : {
30+ "openocd_target" : " esp32s3.cfg"
31+ },
32+ "frameworks" : [
33+ " arduino" ,
34+ " espidf"
35+ ],
36+ "name" : " ESP32-S3 PowerFeather" ,
37+ "upload" : {
38+ "flash_size" : " 8MB" ,
39+ "maximum_ram_size" : 327680 ,
40+ "maximum_size" : 8388608 ,
41+ "wait_for_upload_port" : true ,
42+ "require_upload_port" : true ,
43+ "speed" : 460800
44+ },
45+ "url" : " https://powerfeather.dev/" ,
46+ "vendor" : " PowerFeather"
47+ }
48+
You can’t perform that action at this time.
0 commit comments