diff options
| author | Ryan <fauxpark@gmail.com> | 2021-06-08 19:48:46 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-08 19:48:46 +1000 |
| commit | 9dcd03b6ca512126231478131796c093d237067f (patch) | |
| tree | f986f6778e3405f13246de79119275e34e64c8d5 /keyboards/nemui | |
| parent | e0acd3e53dbefe31cec5cc9eef048fd0649d1d1d (diff) | |
| download | qmk_firmware-9dcd03b6ca512126231478131796c093d237067f.tar.gz qmk_firmware-9dcd03b6ca512126231478131796c093d237067f.zip | |
Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)
* Set bootloader to stm32-dfu for STM32F303
* Set bootloader to stm32-dfu for STM32F0x2
* Set bootloader to stm32-dfu for STM32F4x1
* Set bootloader to stm32duino for sowbug
* Delete redundant bootloader_defs headers
* Add some missing MCU name comments
* Move APM32 dfu-suffix overrides underneath bootloader
* Remove redundant STM32_BOOTLOADER_ADDRESS defines/rules
Diffstat (limited to 'keyboards/nemui')
| -rw-r--r-- | keyboards/nemui/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/nemui/rules.mk b/keyboards/nemui/rules.mk index 011a8a89b..bff178858 100644 --- a/keyboards/nemui/rules.mk +++ b/keyboards/nemui/rules.mk | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = STM32F072 | 2 | MCU = STM32F072 |
| 3 | 3 | ||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = stm32-dfu | ||
| 6 | |||
| 4 | # Build Options | 7 | # Build Options |
| 5 | # change yes to no to disable | 8 | # change yes to no to disable |
| 6 | # | 9 | # |
