From 2d22949dd12457b9454e99d82432eb6e8ce03194 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 8 Dec 2018 18:53:07 +0100 Subject: [PATCH] boards.txt: Add default extra_flags for Atreus Not having a default means that arduino-builder will not use any extra flags. With the default set to the same as the Post-2016 PCB (the most recent one), the Atreus example in Kaleidoscope will compile again. Signed-off-by: Gergely Nagy --- avr/boards.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/avr/boards.txt b/avr/boards.txt index 9c202e2..6143b82 100644 --- a/avr/boards.txt +++ b/avr/boards.txt @@ -114,6 +114,9 @@ atreus.pid.0=0xa1e5 atreus.upload.maximum_data_size=2560 +## defaults +atreus.build.extra_flags={build.usb_flags} '-DKALEIDOSCOPE_HARDWARE_H="Kaleidoscope-Hardware-Technomancy-Atreus.h"' -DKALEIDOSCOPE_HARDWARE_ATREUS_PINOUT_ASTAR=1 + atreus.menu.cpu.astar=A* atreus.menu.cpu.astar.upload.tool=avrdude atreus.menu.cpu.astar.upload.protocol=avr109