3678b61568
* adafruit_qualia_s3_rgb666 partition csv name fix * Update adafruit_qualia_s3_rgb666.json --------- Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
67 lines
1.3 KiB
JSON
67 lines
1.3 KiB
JSON
{
|
|
"build": {
|
|
"arduino":{
|
|
"memory_type": "qio_opi",
|
|
"partitions": "tinyuf2-partitions-16MB.csv"
|
|
},
|
|
"core": "esp32",
|
|
"extra_flags": [
|
|
"-DARDUINO_QUALIA_S3_RGB666",
|
|
"-DARDUINO_USB_CDC_ON_BOOT=1",
|
|
"-DARDUINO_RUNNING_CORE=1",
|
|
"-DARDUINO_EVENT_RUNNING_CORE=1",
|
|
"-DBOARD_HAS_PSRAM"
|
|
],
|
|
"f_cpu": "240000000L",
|
|
"f_flash": "80000000L",
|
|
"flash_mode": "qio",
|
|
"hwids": [
|
|
[
|
|
"0x239A",
|
|
"0x8147"
|
|
],
|
|
[
|
|
"0x239A",
|
|
"0x0147"
|
|
],
|
|
[
|
|
"0x239A",
|
|
"0x8148"
|
|
]
|
|
],
|
|
"mcu": "esp32s3",
|
|
"variant": "adafruit_qualia_s3_rgb666"
|
|
},
|
|
"connectivity": [
|
|
"bluetooth",
|
|
"wifi"
|
|
],
|
|
"debug": {
|
|
"openocd_target": "esp32s3.cfg"
|
|
},
|
|
"frameworks": [
|
|
"arduino",
|
|
"espidf"
|
|
],
|
|
"name": "Adafruit Qualia ESP32-S3 RGB666",
|
|
"upload": {
|
|
"arduino": {
|
|
"flash_extra_images": [
|
|
[
|
|
"0x410000",
|
|
"variants/adafruit_qualia_s3_rgb666/tinyuf2.bin"
|
|
]
|
|
]
|
|
},
|
|
"flash_size": "16MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 16777216,
|
|
"use_1200bps_touch": true,
|
|
"wait_for_upload_port": true,
|
|
"require_upload_port": true,
|
|
"speed": 460800
|
|
},
|
|
"url": "https://www.adafruit.com/product/5800",
|
|
"vendor": "Adafruit"
|
|
}
|