mirror of https://github.com/wolfSSL/wolfBoot.git
23 lines
529 B
Plaintext
23 lines
529 B
Plaintext
ARCH=sim
|
|
TARGET=sim
|
|
SIGN?=ED25519
|
|
HASH?=SHA256
|
|
WOLFBOOT_SMALL_STACK?=1
|
|
SPI_FLASH=0
|
|
DEBUG=1
|
|
DISABLE_BACKUP=1
|
|
|
|
# sizes should be multiple of system page size
|
|
WOLFBOOT_PARTITION_SIZE=0x40000
|
|
WOLFBOOT_SECTOR_SIZE=0x1000
|
|
WOLFBOOT_PARTITION_BOOT_ADDRESS=0x80000
|
|
# if on external flash, it should be multiple of system page size
|
|
WOLFBOOT_PARTITION_UPDATE_ADDRESS=0x100000
|
|
WOLFBOOT_PARTITION_SWAP_ADDRESS=0x180000
|
|
|
|
# required for keytools
|
|
WOLFBOOT_FIXED_PARTITIONS=1
|
|
|
|
# For debugging XMALLOC/XFREE
|
|
#CFLAGS_EXTRA+=-DWOLFBOOT_DEBUG_MALLOC
|