mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 23:11:19 +01:00
Merge pull request #6983 from kYc0o/frdm_port_osx
frdm-k64f: add Darwin serial port
This commit is contained in:
commit
8adf31c0bc
@ -4,6 +4,7 @@ export CPU_MODEL = mk64fn1m0vll12
|
||||
|
||||
# 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