From e7a1a34be32d4c4805a92e7b23b3ed0fb9c88a94 Mon Sep 17 00:00:00 2001 From: Jeremiah Rose Date: Sun, 22 Dec 2024 23:20:37 +1100 Subject: [PATCH] Add `sparkfun_esp32s3_thing_plus` board definition (#89) * Add `sparkfun_esp32s3_thing_plus` board definition * remove obsolete or unnecessary entrys --------- Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com> --- boards/sparkfun_esp32s3_thing_plus.json | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 boards/sparkfun_esp32s3_thing_plus.json diff --git a/boards/sparkfun_esp32s3_thing_plus.json b/boards/sparkfun_esp32s3_thing_plus.json new file mode 100644 index 0000000..1120c77 --- /dev/null +++ b/boards/sparkfun_esp32s3_thing_plus.json @@ -0,0 +1,48 @@ +{ + "build": { + "core": "esp32", + "extra_flags": [ + "-DARDUINO_ESP32S3_DEV", + "-DARDUINO_USB_MODE=1", + "-DARDUINO_RUNNING_CORE=1", + "-DARDUINO_EVENT_RUNNING_CORE=1", + "-DARDUINO_USB_CDC_ON_BOOT=1" + ], + "f_cpu": "240000000L", + "f_flash": "80000000L", + "flash_mode": "qio", + "hwids": [ + [ + "0x303A", + "0x1001" + ] + ], + "mcu": "esp32s3", + "variant": "sparkfun_esp32s3_thing_plus" + }, + "connectivity": [ + "bluetooth", + "wifi" + ], + "debug": { + "default_tool": "esp-builtin", + "onboard_tools": [ + "esp-builtin" + ], + "openocd_target": "esp32s3.cfg" + }, + "frameworks": [ + "arduino", + "espidf" + ], + "name": "SPARKFUN_ESP32S3_THING_PLUS", + "upload": { + "flash_size": "4MB", + "maximum_ram_size": 327680, + "maximum_size": 4194304, + "require_upload_port": true, + "speed": 460800 + }, + "url": "https://www.sparkfun.com/products/24408", + "vendor": "SparkFun" +}