aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Callahan <arksine.code@gmail.com>2022-04-14 11:45:07 -0400
committerKevinOConnor <kevin@koconnor.net>2022-05-10 11:48:06 -0400
commit60625f4422503be9919094310954b4d26e3ef3fe (patch)
treea1188903ec992dd339b84d4cb5929dbf39d169e3
parent81ff8e125c4100ccb86be1dffb1222951cdbac6f (diff)
downloadkutter-60625f4422503be9919094310954b4d26e3ef3fe.tar.gz
kutter-60625f4422503be9919094310954b4d26e3ef3fe.tar.xz
kutter-60625f4422503be9919094310954b4d26e3ef3fe.zip
stm32: add 8 KiB bootloader option for F0x2 devices
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
-rw-r--r--src/stm32/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig
index 19e6aa55..d97246c0 100644
--- a/src/stm32/Kconfig
+++ b/src/stm32/Kconfig
@@ -182,7 +182,7 @@ config STM32F103GD_DISABLE_SWD
choice
prompt "Bootloader offset"
config STM32_FLASH_START_2000
- bool "8KiB bootloader" if MACH_STM32F103 || MACH_STM32F070 || MACH_STM32G0
+ bool "8KiB bootloader" if MACH_STM32F103 || MACH_STM32F070 || MACH_STM32G0 || MACH_STM32F0x2
config STM32_FLASH_START_5000
bool "20KiB bootloader" if MACH_STM32F103
config STM32_FLASH_START_7000