1
0
Fork 0

Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge RC circuit. (#8778)

This commit is contained in:
Nick Brassel 2020-07-16 16:58:14 +10:00 committed by James Young
parent d0abad27ab
commit 93e7a8f74c
3 changed files with 86 additions and 20 deletions

View file

@ -35,6 +35,7 @@
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
// Change this to be TRUE once we've migrated keyboards to the new init system
// Remember to change docs/platformdev_chibios_earlyinit.md as well.
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP FALSE
#endif