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:
commit
32d48bb16b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user