rules.mk 180 B

12345678
  1. # MCU name
  2. MCU = STM32F072
  3. # Bootloader selection
  4. BOOTLOADER = stm32-dfu
  5. # Enter lower-power sleep mode when on the ChibiOS idle thread
  6. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE