started switch to new platform
This commit is contained in:
4
Makefile
4
Makefile
@@ -6,8 +6,8 @@ BUILD_TYPE ?= Debug
|
||||
TOOLCHAIN := gcc-arm-none-eabi.cmake
|
||||
|
||||
# MCU target (override on command line: make build MCU_MODEL=STM32F051x8)
|
||||
MCU_MODEL ?= STM32F072xB
|
||||
MCU_FAMILY ?= STM32F0xx
|
||||
MCU_MODEL ?= STM32L432XX
|
||||
MCU_FAMILY ?= STM32L4xx
|
||||
|
||||
# --- Default target ---
|
||||
all: build
|
||||
|
||||
Reference in New Issue
Block a user