From 683e1e2e084e8c4212892c4a5dac3c3011c2e3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Sat, 2 Apr 2016 08:35:49 +0200 Subject: [PATCH] boards/nucleo-f072: Use common serial and openocd defines --- boards/nucleo-f072/Makefile.include | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/boards/nucleo-f072/Makefile.include b/boards/nucleo-f072/Makefile.include index 8dbbd48627..e8fd3d77dc 100644 --- a/boards/nucleo-f072/Makefile.include +++ b/boards/nucleo-f072/Makefile.include @@ -2,14 +2,5 @@ export CPU = stm32f0 export CPU_MODEL = stm32f072rb -#define the default port depending on the host OS -PORT_LINUX ?= /dev/ttyACM0 -PORT_DARWIN ?= $(shell ls -1 /dev/tty.usbmodem* | head -n 1) - -# setup serial terminal -include $(RIOTBOARD)/Makefile.include.serial - -# this board uses openocd -include $(RIOTBOARD)/Makefile.include.openocd - +# load the common Makefile.include for Nucleo boards include $(RIOTBOARD)/nucleo-common/Makefile.include