From 22b7852a73ad1580791155dc1ec234e58b6f89a7 Mon Sep 17 00:00:00 2001 From: SooD <82627949+SooDragon@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:10:13 +0900 Subject: [PATCH] Geekble_nano configuration Geekble_nano configuration --- boards/geekble_nano.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 boards/geekble_nano.json diff --git a/boards/geekble_nano.json b/boards/geekble_nano.json new file mode 100644 index 000000000..59a724d05 --- /dev/null +++ b/boards/geekble_nano.json @@ -0,0 +1,33 @@ +{ + "build": { + "arduino": { + "ldscript": "esp32s3_out.ld" + }, + "core": "esp32", + "extra_flags": [ + "-DARDUINO_GEEKBLE_NANO", + "-DARDUINO_USB_MODE=1", + "-DARDUINO_USB_CDC_ON_BOOT=1" + ], + "f_cpu": "240000000L", + "f_flash": "80000000L", + "flash_mode": "qio", + "hwids": [ + ["0x303A", "0x82C5"] + ], + "mcu": "esp32s3", + "variant": "geekble_nano" + }, + "connectivity": ["bluetooth", "wifi"], + "frameworks": ["arduino", "espidf"], + "name": "Geekble nano", + "upload": { + "flash_size": "4MB", + "maximum_size": 4194304, + "speed": 921600, + "use_1200bps_touch": true, + "wait_for_upload_port": true + }, + "url": "https://sooddragon.com", + "vendor": "Geekble" +} \ No newline at end of file