rules.mk 181 B

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