|
| 1 | +{ |
| 2 | + "build": { |
| 3 | + "arduino": { |
| 4 | + "partitions": "default.csv", |
| 5 | + "memory_type": "qio_qspi" |
| 6 | + }, |
| 7 | + "core": "esp32", |
| 8 | + "extra_flags": [ |
| 9 | + "-DARDUINO_ESP32S3_DEV", |
| 10 | + "-DARDUINO_RUNNING_CORE=1", |
| 11 | + "-DARDUINO_EVENT_RUNNING_CORE=1", |
| 12 | + "-DARDUINO_USB_CDC_ON_BOOT=1", |
| 13 | + "-DBOARD_HAS_PSRAM" |
| 14 | + ], |
| 15 | + "f_cpu": "240000000L", |
| 16 | + "f_flash": "80000000L", |
| 17 | + "flash_mode": "qio", |
| 18 | + "psram_type": "qio", |
| 19 | + "hwids": [["0x303A", "0x1001"]], |
| 20 | + "mcu": "esp32s3", |
| 21 | + "variant": "esp32s3" |
| 22 | + }, |
| 23 | + "connectivity": ["wifi", "bluetooth"], |
| 24 | + "debug": { |
| 25 | + "default_tool": "esp-builtin", |
| 26 | + "onboard_tools": ["esp-builtin"], |
| 27 | + "openocd_target": "esp32s3.cfg" |
| 28 | + }, |
| 29 | + "frameworks": ["arduino", "espidf"], |
| 30 | + "platforms": ["espressif32"], |
| 31 | + "name": "Espressif ESP32-S3-FH4R2 (4 MB QD, 2MB PSRAM)", |
| 32 | + "upload": { |
| 33 | + "flash_size": "4MB", |
| 34 | + "maximum_ram_size": 327680, |
| 35 | + "maximum_size": 4194304, |
| 36 | + "require_upload_port": true, |
| 37 | + "speed": 921600 |
| 38 | + }, |
| 39 | + "url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html", |
| 40 | + "vendor": "Espressif" |
| 41 | +} |
0 commit comments