From a585861615fc2c5184ac7dd5f6697877c6b8129f Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Thu, 21 Apr 2022 16:43:48 +0300 Subject: [PATCH] Add new board TTGO T-OI PLUS RISC-V ESP32-C3 --- boards/ttgo-t-oi-plus.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 boards/ttgo-t-oi-plus.json diff --git a/boards/ttgo-t-oi-plus.json b/boards/ttgo-t-oi-plus.json new file mode 100644 index 0000000..3b05918 --- /dev/null +++ b/boards/ttgo-t-oi-plus.json @@ -0,0 +1,34 @@ +{ + "build": { + "arduino": { + "ldscript": "esp32c3_out.ld" + }, + "core": "esp32", + "f_cpu": "160000000L", + "f_flash": "80000000L", + "flash_mode": "qio", + "extra_flags": "-DARDUINO_TTGO_T_OI_PLUS_DEV", + "mcu": "esp32c3", + "variant": "ttgo-t-oi-plus" + }, + "connectivity": [ + "wifi" + ], + "debug": { + "openocd_target": "esp32c3.cfg" + }, + "frameworks": [ + "arduino", + "espidf" + ], + "name": "TTGO T-OI PLUS RISC-V ESP32-C3", + "upload": { + "flash_size": "4MB", + "maximum_ram_size": 327680, + "maximum_size": 4194304, + "require_upload_port": true, + "speed": 460800 + }, + "url": "http://www.lilygo.cn/prod_view.aspx?TypeId=50044&Id=1361&FId=t3:50044:3", + "vendor": "TTGO" +}