File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-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+ },
7+ "core" : " esp32" ,
8+ "extra_flags" : [
9+ " -DARDUINO_M5Stack_StampS3" ,
10+ " -DARDUINO_USB_MODE=1" ,
11+ " -DARDUINO_RUNNING_CORE=1" ,
12+ " -DARDUINO_EVENT_RUNNING_CORE=1"
13+ ],
14+ "f_cpu" : " 240000000L" ,
15+ "f_flash" : " 80000000L" ,
16+ "flash_mode" : " qio" ,
17+ "hwids" : [
18+ [
19+ " 0x303A" ,
20+ " 0x1001"
21+ ]
22+ ],
23+ "mcu" : " esp32s3" ,
24+ "variant" : " m5stack_stamp_s3"
25+ },
26+ "connectivity" : [
27+ " wifi"
28+ ],
29+ "debug" : {
30+ "openocd_target" : " esp32s3.cfg"
31+ },
32+ "frameworks" : [
33+ " arduino" ,
34+ " espidf"
35+ ],
36+ "name" : " M5Stack StampS3" ,
37+ "upload" : {
38+ "flash_size" : " 8MB" ,
39+ "maximum_ram_size" : 327680 ,
40+ "maximum_size" : 8388608 ,
41+ "require_upload_port" : true ,
42+ "speed" : 460800
43+ },
44+ "url" : " https://docs.m5stack.com/en/core/StampS3" ,
45+ "vendor" : " M5Stack"
46+ }
You can’t perform that action at this time.
0 commit comments