diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,10 +1,11 @@ -BOARD_TAG = leonardo -#BOARD_TAG = blendmicro16 +BOARDS_TXT = ../hardware/blend/avr/boards.txt +ARDUINO_VAR_PATH = ../hardware/blend/avr/variants +BOARD_TAG = blendmicro16 #DEVICE_PORT = /dev/ttyACM0 -MONITOR_BAUDRATE = 115200 -MONITOR_PORT ?= /dev/ttyACM0 +MONITOR_BAUDRATE = 115200 +MONITOR_PORT ?= $(shell ls /dev/ttyACM* | head -n 1) -ARDUINO_LIBS = BLE SPI EEPROM +ARDUINO_LIBS = BLE SPI EEPROM Low-Power AltSoftSerial ifdef CONFIG_MK include $(CONFIG_MK) |