From 4177daf4a76bf827720031fe1c48a68a608ed838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 27 Jun 2017 11:54:47 +0200 Subject: [PATCH] use core board instead of blue pill and black magic probe instead of stlink-v2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 668ec88..11a8228 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ FIRMWARE = $(APPLICATION) $(BOOTLOADER) # which development board is used # supported are: SYSTEM_BOARD, MAPLE_MINI, BLUE_PILL, CORE_BOARD -BOARD = BLUE_PILL +BOARD = SYSTEM_BOARD # source files (this will be populated using includes based DEPENDENCIES) CSRC = global.c @@ -117,7 +117,7 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m3 -msoft-float # SWD adapter used # supported are : st-link v2 (STLINKV2), black magic probe (BMP) -SWD_ADAPTER ?= STLINKV2 +SWD_ADAPTER ?= BMP ifeq ($(SWD_ADAPTER),STLINKV2) # OpenOCD configuration OOCD ?= openocd