From 97b11b34e334fd80444e363dae685e8d6b5a9c29 Mon Sep 17 00:00:00 2001 From: kYc0o Date: Fri, 7 Apr 2017 13:30:58 +0200 Subject: [PATCH] boards/pba-d-01-kw2x: add Darwin serial port --- boards/pba-d-01-kw2x/Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/pba-d-01-kw2x/Makefile.include b/boards/pba-d-01-kw2x/Makefile.include index 97d6a7192b..b8ef982ee7 100644 --- a/boards/pba-d-01-kw2x/Makefile.include +++ b/boards/pba-d-01-kw2x/Makefile.include @@ -8,6 +8,7 @@ export MCPU = cortex-m4 # 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