From b1c13e7c1566f327901da1536403a4807563a674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sun, 15 Mar 2020 18:24:23 +0100 Subject: [PATCH] Rakefile: use blue pill with stlinkv2 as default devel setup --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 59a1336..449c944 100644 --- a/Rakefile +++ b/Rakefile @@ -15,7 +15,7 @@ FIRMWARES = [BOOTLOADER, APPLICATION] # which development board is used # supported are: SYSTEM_BOARD, MAPLE_MINI, BLUE_PILL, BLACK_PILL, CORE_BOARD, STLINKV2, BLASTER, BUSVOODOO -BOARD = ENV["BOARD"] || "CORE_BOARD" +BOARD = ENV["BOARD"] || "BLUE_PILL" # libopencm3 definitions LIBOPENCM3_DIR = "libopencm3" @@ -184,7 +184,7 @@ end # SWD/JTAG adapter used # supported are : STLINKV2 (ST-Link V2), BMP (Black Magic Probe) -SWD_ADAPTER = ENV["SWD_ADAPTER"] || "BMP" +SWD_ADAPTER = ENV["SWD_ADAPTER"] || "STLINKV2" # openOCD path to control the adapter OOCD = ENV["OOCD"] || "openocd" # openOCD adapted name