switch to BMP flash adapter

This commit is contained in:
King Kévin 2017-04-01 13:53:13 +02:00
parent e0c292b0eb
commit 556359e24f
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,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