Fixes for bootloader refactor build failures (#15638)

This commit is contained in:
Ryan
2022-01-06 06:55:46 +11:00
committed by GitHub
parent 99e11f4823
commit 5fb93934d0
27 changed files with 53 additions and 121 deletions

View File

@@ -1,9 +1,11 @@
# MCU name
# Actually F070, but close enough
MCU = STM32F072
BOARD = DURGOD_STM32_F070
# Bootloader selection
BOOTLOADER = stm32-dfu
# Do not put the microcontroller into power saving mode
NO_SUSPEND_POWER_DOWN = yes