forked from forks/qmk_firmware
0140baf7e0
* Reorder STM32 MCUs * Add STM32F4xx to mcu_selection.mk * Set MCU for phoenix and tkw/stoutgat/v2/f411
6 lines
111 B
Makefile
6 lines
111 B
Makefile
# MCU name
|
|
MCU = STM32F411
|
|
|
|
# Address of the bootloader in system memory
|
|
STM32_BOOTLOADER_ADDRESS = 0x1FFF0000
|