mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
Merge pull request #6871 from kYc0o/pba-d-01-kw2x_add_darwin_port
boards/pba-d-01-kw2x: add Darwin serial port
This commit is contained in:
commit
1162f2beff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user