From 200d0e0150094286dc6b7bf9ebb3551ae4edf8bc Mon Sep 17 00:00:00 2001 From: George Fu Date: Wed, 25 Dec 2019 10:34:30 +0800 Subject: [PATCH] Add FYSETC F6 V1.4 --- boards/fysetc_f6_14.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 boards/fysetc_f6_14.json diff --git a/boards/fysetc_f6_14.json b/boards/fysetc_f6_14.json new file mode 100644 index 0000000..750bc89 --- /dev/null +++ b/boards/fysetc_f6_14.json @@ -0,0 +1,28 @@ +{ + "build": { + "core": "arduino", + "extra_flags": "-DARDUINO_AVR_MEGA2560", + "f_cpu": "16000000L", + "hwids": [ + [ + "0x27b2", + "0x0002" + ] + ], + "mcu": "atmega2560", + "variant": "fysetcf6" + }, + "frameworks": [ + "arduino" + ], + "name": "FYSETC F6", + "upload": { + "maximum_ram_size": 8192, + "maximum_size": 258048, + "protocol": "wiring", + "require_upload_port": true, + "speed": 115200 + }, + "url": "https://www.fysetc.com/", + "vendor": "FYSETC" +}