1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #4877 from locicontrols/cc2538dk-port

boards/cc2538dk: autodetect PORT_LINUX.
This commit is contained in:
Andreas "Paul" Pauli 2016-03-04 21:19:52 +01:00
commit 32d48bb16b

View File

@ -3,7 +3,7 @@ export CPU = cc2538
export CPU_MODEL ?= cc2538nf53
# setup serial terminal
export PORT ?= /dev/ttyUSB1
PORT_LINUX ?= $(firstword $(wildcard /dev/serial/by-id/*XDS100v3*if01* /dev/ttyUSB1))
include $(RIOTBOARD)/Makefile.include.serial
# debugger config