Files
platform-espressif32/boards/yb_esp32s3_amp.json
T

57 lines
1.1 KiB
JSON
Raw Normal View History

2026-02-12 00:58:14 +01:00
{
"build": {
"arduino":{
"partitions": "default_8MB.csv",
"memory_type": "qio_qspi"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_YB_ESP32S3_AMP",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1",
"-DBOARD_HAS_PSRAM"
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"hwids": [
[
"0x303A",
"0x1001"
],
[
"0x1A86",
"0x55D3"
]
],
"mcu": "esp32s3",
"variant": "yb_esp32s3_amp"
},
"connectivity": [
"wifi",
"bluetooth"
],
"debug": {
"default_tool": "esp-builtin",
"onboard_tools": [
"esp-builtin"
],
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "YelloByte YB-ESP32-S3-AMP",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 8388608,
"require_upload_port": true,
"speed": 460800
},
"url": "https://github.com/yellobyte/YB-ESP32-S3-AMP",
"vendor": "YelloByte"
}