From f5110ff21e9f94fd4d8c9c40fffd456b5a487cca Mon Sep 17 00:00:00 2001 From: Bauyrzhan Ospan Date: Fri, 20 Dec 2019 02:16:01 +0600 Subject: [PATCH] Add support for Qchip board --- boards/qchip.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 boards/qchip.json diff --git a/boards/qchip.json b/boards/qchip.json new file mode 100644 index 0000000..0339eb2 --- /dev/null +++ b/boards/qchip.json @@ -0,0 +1,32 @@ +{ + "build": { + "core": "esp32", + "extra_flags": "-DARDUINO_HELTEC_WIFI_KIT_32", + "f_cpu": "240000000L", + "f_flash": "40000000L", + "flash_mode": "dio", + "ldscript": "esp32_out.ld", + "mcu": "esp32", + "variant": "heltec_wifi_kit_32" + }, + "connectivity": [ + "wifi", + "bluetooth", + "ethernet", + "can" + ], + "frameworks": [ + "arduino", + "espidf" + ], + "name": "Qchip", + "upload": { + "flash_size": "4MB", + "maximum_ram_size": 327680, + "maximum_size": 4194304, + "require_upload_port": true, + "speed": 460800 + }, + "url": "http://qmobot.com/", + "vendor": "Qmobot LLP" + } \ No newline at end of file