diff options
author | Ryan <fauxpark@gmail.com> | 2020-10-13 03:19:50 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 03:19:50 +1100 |
commit | d46b8ef67c91f1794c35a1a91ff9fc7dcba6b009 (patch) | |
tree | 1fd8691fb5325f0259d7b955c8de7c4820108ffd /keyboards/handwired/onekey/bluepill/rules.mk | |
parent | adc06c5b3b537f551557dbbd62f43458f6771db0 (diff) | |
download | qmk_firmware-d46b8ef67c91f1794c35a1a91ff9fc7dcba6b009.tar.gz qmk_firmware-d46b8ef67c91f1794c35a1a91ff9fc7dcba6b009.zip |
Add STM32Duino to bootloader selection (#10558)
Diffstat (limited to 'keyboards/handwired/onekey/bluepill/rules.mk')
-rw-r--r-- | keyboards/handwired/onekey/bluepill/rules.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/handwired/onekey/bluepill/rules.mk b/keyboards/handwired/onekey/bluepill/rules.mk index 66ce517445..019b1130d9 100644 --- a/keyboards/handwired/onekey/bluepill/rules.mk +++ b/keyboards/handwired/onekey/bluepill/rules.mk @@ -1,13 +1,8 @@ # MCU name MCU = STM32F103 -# GENERIC STM32F103C8T6 board - stm32duino bootloader -MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader -BOARD = STM32_F103_STM32DUINO - -DFU_ARGS = -d 1eaf:0003 -a2 -R -DFU_SUFFIX_ARGS = -v 1eaf -p 0003 - +# Bootloader selection +BOOTLOADER = stm32duino # Enter lower-power sleep mode when on the ChibiOS idle thread OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |