From bfdeb169367c4f2866f23ebf586afde596d3fe4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20=C4=8Cern=C3=BD?= Date: Thu, 19 Jul 2018 12:19:07 +0200 Subject: [PATCH] Add ALKS ESP32 board variant (#113) * Add ALKS variant * Update to be up to date --- boards/alksesp32.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 boards/alksesp32.json diff --git a/boards/alksesp32.json b/boards/alksesp32.json new file mode 100644 index 0000000..399eda7 --- /dev/null +++ b/boards/alksesp32.json @@ -0,0 +1,43 @@ +{ + "build": { + "core": "esp32", + "extra_flags": "-DARDUINO_ALKSESP32", + "f_cpu": "240000000L", + "f_flash": "40000000L", + "flash_mode": "dio", + "ldscript": "esp32_out.ld", + "mcu": "esp32", + "variant": "alksesp32" + }, + "connectivity": [ + "wifi", + "bluetooth", + "ethernet", + "can" + ], + "debug": { + "openocd_board": "esp-wroom-32.cfg" + }, + "frameworks": [ + "arduino" + ], + "name": "ALKS ESP32", + "upload": { + "flash_size": "4MB", + "maximum_ram_size": 327680, + "maximum_size": 4194304, + "protocol": "esptool", + "protocols": [ + "esptool", + "olimex-arm-usb-tiny-h", + "olimex-arm-usb-ocd-h", + "olimex-arm-usb-ocd", + "olimex-jtag-tiny", + "minimodule" + ], + "require_upload_port": true, + "speed": 115200 + }, + "url": "https://github.com/RoboticsBrno/ArduinoLearningKitStarter.git", + "vendor": "RoboticsBrno" +} \ No newline at end of file