Rakefile: use blue pill with stlinkv2 as default devel setup

This commit is contained in:
King Kévin 2020-03-15 18:24:23 +01:00
parent e228f1f37b
commit b1c13e7c15
1 changed files with 2 additions and 2 deletions

View File

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