This website requires JavaScript.
Explore
Help
Sign In
Nulo
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Releases
Activity
master
qmk_firmware
/
keyboards
/
handwired
/
onekey
/
blackpill_f411
/
rules.mk
8 lines
100 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
Add STM32F401/F411 to mcu_selection.mk (#10278) * Reorder STM32 MCUs * Add STM32F4xx to mcu_selection.mk * Set MCU for phoenix and tkw/stoutgat/v2/f411
2020-09-19 03:00:18 +00:00
# MCU name
MCU
=
STM32F411
Add f401 and f411 blackpill examples (#7930) * Add f401 and f411 blackpill examples * Add readme files * Align dfu args with core * Add support for RESET keycode * move STM32_BOOTLOADER_ADDRESS to rules * Update conf files to latest ChibiOS * Update conf files to latest ChibiOS
2020-03-06 01:40:39 +00:00
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
2021-06-08 09:48:46 +00:00
# Bootloader selection
BOOTLOADER
=
stm32-dfu
Add f401 and f411 blackpill examples (#7930) * Add f401 and f411 blackpill examples * Add readme files * Align dfu args with core * Add support for RESET keycode * move STM32_BOOTLOADER_ADDRESS to rules * Update conf files to latest ChibiOS * Update conf files to latest ChibiOS
2020-03-06 01:40:39 +00:00
Onekey cleanup (#13786)
2021-07-30 17:10:05 +00:00
KEYBOARD_SHARED_EP
=
yes
Copy permalink