File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,4 +80,5 @@ tools/test-expect-version/test-expect-version
8080tools /test-update-server /server
8181config /* .ld
8282
83-
83+ # Generated confiuguration file
84+ .config
Original file line number Diff line number Diff line change 1+ ARCH?=ARM
2+ TARGET?=stm32f4
3+ SIGN?=ED25519
4+ DEBUG?=0
5+ VTOR?=1
6+ CORTEX_M0?=0
7+ NO_ASM?=0
8+ EXT_FLASH?=0
9+ SPI_FLASH?=0
10+ ALLOW_DOWNGRADE?=0
11+ NVM_FLASH_WRITEONCE?=0
12+ WOLFBOOT_VERSION?=0
13+ V?=0
14+ SPMATH?=1
15+ RAM_CODE?=0
16+ DUALBANK_SWAP?=0
17+ IMAGE_HEADER_SIZE?=256
18+ WOLFBOOT_PARTITION_SIZE?=0x20000
19+ WOLFBOOT_SECTOR_SIZE?=0x20000
20+ WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x20000
21+ WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x40000
22+ WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x60000
Original file line number Diff line number Diff line change 1+ ARCH?=ARM
2+ TARGET?=stm32g0
3+ SIGN?=ED25519
4+ DEBUG?=0
5+ VTOR?=1
6+ CORTEX_M0?=1
7+ NO_ASM?=0
8+ EXT_FLASH?=0
9+ SPI_FLASH?=0
10+ ALLOW_DOWNGRADE?=0
11+ NVM_FLASH_WRITEONCE?=1
12+ WOLFBOOT_VERSION?=0
13+ V?=0
14+ SPMATH?=1
15+ RAM_CODE?=0
16+ DUALBANK_SWAP?=0
17+ IMAGE_HEADER_SIZE?=256
18+ WOLFBOOT_PARTITION_SIZE?=0xB000
19+ WOLFBOOT_SECTOR_SIZE?=0x800
20+ WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x8000
21+ WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x13000
22+ WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x1E000
Original file line number Diff line number Diff line change 1+ ARCH?=ARM
2+ TARGET?=stm32l0
3+ SIGN?=ED25519
4+ DEBUG?=0
5+ VTOR?=1
6+ CORTEX_M0?=1
7+ NO_ASM?=0
8+ EXT_FLASH?=0
9+ SPI_FLASH?=0
10+ ALLOW_DOWNGRADE?=0
11+ NVM_FLASH_WRITEONCE?=0
12+ WOLFBOOT_VERSION?=0
13+ V?=0
14+ SPMATH?=1
15+ RAM_CODE?=0
16+ DUALBANK_SWAP?=0
17+ IMAGE_HEADER_SIZE?=256
18+ WOLFBOOT_PARTITION_SIZE?=0x10000
19+ WOLFBOOT_SECTOR_SIZE?=0x1000
20+ WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x8000
21+ WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x18000
22+ WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x28000
You can’t perform that action at this time.
0 commit comments