mirror of https://github.com/wolfSSL/wolfBoot.git
23 lines
505 B
Plaintext
23 lines
505 B
Plaintext
ARCH=sim
|
|
TARGET=sim
|
|
SIGN?=ED25519
|
|
HASH?=SHA256
|
|
WOLFBOOT_SMALL_STACK?=0
|
|
SPI_FLASH=0
|
|
DEBUG=1
|
|
RAM_CODE=1
|
|
WOLFBOOT_VERSION=1
|
|
|
|
# Partition size increased to 512KB to accommodate test-app with verify APIs
|
|
WOLFBOOT_PARTITION_SIZE=0x80000
|
|
WOLFBOOT_SECTOR_SIZE=0x1000
|
|
WOLFBOOT_PARTITION_BOOT_ADDRESS=0x80000
|
|
WOLFBOOT_PARTITION_UPDATE_ADDRESS=0x100000
|
|
WOLFBOOT_PARTITION_SWAP_ADDRESS=0x180000
|
|
|
|
WOLFBOOT_FIXED_PARTITIONS=1
|
|
|
|
# Self-header feature
|
|
WOLFBOOT_SELF_HEADER=1
|
|
WOLFBOOT_PARTITION_SELF_HEADER_ADDRESS=0x40000
|