From ae2d179c94ee243962ead8f7b8420e0e480f3554 Mon Sep 17 00:00:00 2001 From: kYc0o Date: Fri, 28 Apr 2017 16:55:29 +0200 Subject: [PATCH] frdm-k64f: add Darwin serial port --- boards/frdm-k64f/Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/frdm-k64f/Makefile.include b/boards/frdm-k64f/Makefile.include index e624601ea0..c990991d60 100644 --- a/boards/frdm-k64f/Makefile.include +++ b/boards/frdm-k64f/Makefile.include @@ -4,6 +4,7 @@ export CPU_MODEL = mk64fn1m0vll12 # set default port depending on operating system PORT_LINUX ?= /dev/ttyACM0 +PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*))) .PHONY: flash flash: $(RIOTCPU)/kinetis_common/dist/wdog-disable.bin