We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1887cd commit 7b4457eCopy full SHA for 7b4457e
config/examples/stm32h5.config
@@ -20,6 +20,10 @@ RAM_CODE?=0
20
DUALBANK_SWAP?=0
21
WOLFBOOT_PARTITION_SIZE?=0xA0000
22
WOLFBOOT_SECTOR_SIZE?=0x2000
23
+WOLFBOOT_KEYVAULT_ADDRESS?=0x0C040000
24
+WOLFBOOT_KEYVAULT_SIZE?=0x1C000
25
+WOLFBOOT_NSC_ADDRESS?=0x0C05C000
26
+WOLFBOOT_NSC_SIZE?=0x4000
27
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x08060000
28
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x08100000
29
WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x081A0000
0 commit comments