summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/bluepill/rules.mk
blob: 83a81a56b1856cb6a8a26b9debe214abe8a8c8e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# MCU name
MCU = STM32F103

# GENERIC STM32F103C8T6 board - stm32duino bootloader
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
BOARD = STM32_F103_STM32DUINO

DFU_ARGS = -d 1eaf:0003 -a2 -R
DFU_SUFFIX_ARGS = -v 1eaf -p 0003


# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE