Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Dmitry Nosachev
2022-04-19 14:30:15 +03:00
committed by GitHub
parent 499060a9a5
commit 83709e7dbe
38 changed files with 1569 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# MCU name
MCU = STM32F103
# Bootloader selection
BOOTLOADER = stm32duino
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE