rules.mk 204 B

12345678910
  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
  7. BOOTMAGIC_ENABLE = yes