We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6866de2 commit 7c303beCopy full SHA for 7c303be
config/examples/stm32f1.config
@@ -0,0 +1,17 @@
1
+ARCH?=ARM
2
+TARGET?=stm32f1
3
+SIGN?=ED25519
4
+HASH?=SHA256
5
+VTOR?=0
6
+SPMATH?=1
7
+DISABLE_BACKUP=0
8
+NVM_FLASH_WRITEONCE=1
9
+# 13 KB bootloader partition
10
+# 2 * 25 KB application partitions
11
+# 1 KB swap partition
12
+# 64 KB total
13
+WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x08003400
14
+WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x08009800
15
+WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x0800FC00
16
+WOLFBOOT_PARTITION_SIZE?=0x6400
17
+WOLFBOOT_SECTOR_SIZE?=0x400
0 commit comments