Skip to content

Commit

Permalink
Implement make term
Browse files Browse the repository at this point in the history
  • Loading branch information
kurth1 committed Oct 17, 2017
1 parent ae8545b commit a2f5a97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions boards/bluepill/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ export CPU_MODEL = stm32f103c8

# this board uses openocd
include $(RIOTMAKE)/tools/openocd.inc.mk

# define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))

# setup serial terminal
include $(RIOTMAKE)/tools/serial.inc.mk

0 comments on commit a2f5a97

Please sign in to comment.