From 542486fba7d241733e3a0ee2ef85c46cd027ff77 Mon Sep 17 00:00:00 2001 From: JamesH1978 <87171443+JamesH1978@users.noreply.github.com> Date: Mon, 25 Apr 2022 17:07:48 +0100 Subject: [PATCH] stm32: Add 64kib bootloader offset option to STM32F401 (#5457) This is needed for the Creality Ender 3 S1 with the STM32F401 chips to enable a 64kib bootloader offset Signed-off-by: James Hartley --- src/stm32/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index c6df46b3..19e6aa55 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -196,7 +196,7 @@ choice config STM32_FLASH_START_C000 bool "48KiB bootloader (MKS Robin Nano V3)" if MACH_STM32F4x5 config STM32_FLASH_START_10000 - bool "64KiB bootloader" if MACH_STM32F103 || MACH_STM32F446 + bool "64KiB bootloader" if MACH_STM32F103 || MACH_STM32F446 || MACH_STM32F401 config STM32_FLASH_START_800 bool "2KiB bootloader (HID Bootloader)" if MACH_STM32F103