stm32f1: enlarge bootloader to 14KB for ed25519 growth

pull/813/head
Daniele Lacamera 2026-07-02 12:28:37 +02:00
parent 781a2d620e
commit b69f395177
1 changed files with 5 additions and 5 deletions

View File

@ -6,12 +6,12 @@ VTOR?=0
SPMATH?=1
DISABLE_BACKUP=0
NVM_FLASH_WRITEONCE=1
# 12 KB bootloader partition
# 2 * 25 KB application partitions
# 14 KB bootloader partition
# 2 * 24 KB application partitions
# 2 KB swap partition
# 64 KB total
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x08003000
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x08009400
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x08003800
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x08009800
WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x0800F800
WOLFBOOT_PARTITION_SIZE?=0x6400
WOLFBOOT_PARTITION_SIZE?=0x6000
WOLFBOOT_SECTOR_SIZE?=0x400