started switch to new platform

This commit is contained in:
Ea-r-th
2025-10-04 22:58:01 -07:00
parent 59e1003262
commit ece09aad0b
4 changed files with 8 additions and 8 deletions

View File

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