From e92f214478639143a00748375c63111a17db546d Mon Sep 17 00:00:00 2001 From: kYc0o Date: Mon, 7 Mar 2016 19:38:50 +0100 Subject: [PATCH] boards/cc2538dk: adding PORT_DARWIN for mac support --- boards/cc2538dk/Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/cc2538dk/Makefile.include b/boards/cc2538dk/Makefile.include index 90306a9450..99c1132849 100644 --- a/boards/cc2538dk/Makefile.include +++ b/boards/cc2538dk/Makefile.include @@ -4,6 +4,7 @@ export CPU_MODEL ?= cc2538nf53 # setup serial terminal PORT_LINUX ?= $(firstword $(wildcard /dev/serial/by-id/*XDS100v3*if01* /dev/ttyUSB1)) +PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*))) include $(RIOTBOARD)/Makefile.include.serial # debugger config