From 8324876a141810c966cf6b39bd55963e8cc594b9 Mon Sep 17 00:00:00 2001 From: mcuw <112967559+mcuw@users.noreply.github.com> Date: Wed, 11 Sep 2024 23:54:37 +0200 Subject: [PATCH] add boards/LilyGo-T-Display-S3-long.json with different typo again --- boards/LilyGo-T-Display-S3-long.json | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 boards/LilyGo-T-Display-S3-long.json diff --git a/boards/LilyGo-T-Display-S3-long.json b/boards/LilyGo-T-Display-S3-long.json new file mode 100644 index 0000000..0fc61e7 --- /dev/null +++ b/boards/LilyGo-T-Display-S3-long.json @@ -0,0 +1,51 @@ +{ + "build": { + "arduino": { + "ldscript": "esp32s3_out.ld", + "memory_type": "qio_opi", + "partitions": "default_16MB.csv" + }, + "core": "esp32", + "extra_flags": [ + "-DARDUINO_ESP32S3_DEV", + "-DARDUINO_USB_MODE=1", + "-DARDUINO_USB_CDC_ON_BOOT=1", + "-DARDUINO_RUNNING_CORE=1", + "-DARDUINO_EVENT_RUNNING_CORE=1" + ], + "f_cpu": "240000000L", + "f_flash": "80000000L", + "flash_mode": "qio", + "hwids": [ + [ + "0x303A", + "0x1001" + ] + ], + "mcu": "esp32s3", + "variant": "esp32s3" + }, + "connectivity": [ + "wifi", + "bluetooth" + ], + "debug": { + "default_tool": "esp-builtin", + "onboard_tools": ["esp-builtin"], + "openocd_target": "esp32s3.cfg" + }, + "frameworks": [ + "arduino", + "espidf" + ], + "name": "LilyGo T-Display S3 long (16M Flash 8M PSRAM)", + "upload": { + "flash_size": "16MB", + "maximum_ram_size": 327680, + "maximum_size": 16777216, + "require_upload_port": true, + "speed": 921600 + }, + "url": "https://www.lilygo.cc/products/t-display-s3-long", + "vendor": "LilyGo" +} \ No newline at end of file