File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
examples/Better_WiFi_throughput/boards 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+ "ldscript" : " esp32s3_out.ld" ,
5+ "memory_type" : " qio_qspi"
6+ },
7+ "core" : " esp32" ,
8+ "extra_flags" : [
9+ " -DARDUINO_ESP32S3_12K" ,
10+ " -DBOARD_HAS_PSRAM" ,
11+ " -DARDUINO_USB_CDC_ON_BOOT=0" ,
12+ " -DARDUINO_RUNNING_CORE=1" ,
13+ " -DARDUINO_EVENT_RUNNING_CORE=1"
14+ ],
15+ "f_cpu" : " 240000000L" ,
16+ "f_flash" : " 80000000L" ,
17+ "flash_mode" : " qio" ,
18+ "boot_freq" : " 120000000L" ,
19+ "mcu" : " esp32s3" ,
20+ "variant" : " esp32s3"
21+ },
22+ "connectivity" : [
23+ " wifi"
24+ ],
25+ "debug" : {
26+ "default_tool" : " esp-builtin" ,
27+ "onboard_tools" : [
28+ " esp-builtin"
29+ ],
30+ "openocd_target" : " esp32s3.cfg"
31+ },
32+ "frameworks" : [
33+ " arduino" ,
34+ " espidf"
35+ ],
36+ "name" : " AI Thinker" ,
37+ "upload" : {
38+ "flash_size" : " 8MB" ,
39+ "maximum_ram_size" : 327680 ,
40+ "maximum_size" : 8388608 ,
41+ "use_1200bps_touch" : true ,
42+ "wait_for_upload_port" : true ,
43+ "require_upload_port" : true ,
44+ "speed" : 460800
45+ },
46+ "url" : " https://docs.ai-thinker.com/_media/esp32/docs/esp-s3-12k_v1.0.0.pdf" ,
47+ "vendor" : " AI Thinker"
48+ }
You can’t perform that action at this time.
0 commit comments