Skip to content
Snippets Groups Projects
Commit 1162f2be authored by Sebastian Meiling's avatar Sebastian Meiling Committed by GitHub
Browse files

Merge pull request #6871 from kYc0o/pba-d-01-kw2x_add_darwin_port

boards/pba-d-01-kw2x: add Darwin serial port
parents 599f9097 97b11b34
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment