blob: 6b379283278bd23ee3ee7c66911a4bbd674d4951 (
plain)
1
2
3
4
5
6
7
8
|
# MCU name
MCU = STM32F072
# Bootloader selection
BOOTLOADER = stm32-dfu
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|