use core board instead of blue pill and black magic probe instead of stlink-v2

This commit is contained in:
King Kévin 2017-06-27 11:54:47 +02:00
parent 900c2e052d
commit 4177daf4a7
1 changed files with 2 additions and 2 deletions

View File

@ -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