~ruther/qmk_firmware

c24d29ef54e4ae62b020208898148d2edd4e71fd — QMK Bot 4 years ago 2d29ce5 + a2412e3
Merge remote-tracking branch 'origin/master' into develop
M platforms/chibios/BLACKPILL_STM32_F401/configs/config.h => platforms/chibios/BLACKPILL_STM32_F401/configs/config.h +7 -2
@@ 17,8 17,13 @@

#define BOARD_OTG_NOVBUSSENS 1

#define STM32_LSECLK 32768U
#define STM32_HSECLK 25000000U
#ifndef STM32_LSECLK
#    define STM32_LSECLK 32768U
#endif  // STM32_LSECLK

#ifndef STM32_HSECLK
#    define STM32_HSECLK 25000000U
#endif  // STM32_HSECLK

#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
#    define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE

M platforms/chibios/BLACKPILL_STM32_F411/configs/config.h => platforms/chibios/BLACKPILL_STM32_F411/configs/config.h +7 -2
@@ 17,8 17,13 @@

#define BOARD_OTG_NOVBUSSENS 1

#define STM32_LSECLK 32768U
#define STM32_HSECLK 25000000U
#ifndef STM32_LSECLK
#    define STM32_LSECLK 32768U
#endif  // STM32_LSECLK

#ifndef STM32_HSECLK
#    define STM32_HSECLK 25000000U
#endif  // STM32_HSECLK

#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
#    define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE