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 Drashna Jael're
parent b3363f407b
commit 2d37b79534
2 changed files with 71 additions and 16 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