Activate debug in sim_tpm tests

pull/509/head
Daniele Lacamera 2024-10-11 14:49:43 +02:00
parent ab6b1bb416
commit 855b968d75
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ TARGET=sim
SIGN?=ECC256
HASH?=SHA256
SPI_FLASH=0
DEBUG=0
DEBUG=1
WOLFTPM=1
# sizes should be multiple of system page size

View File

@ -3,7 +3,7 @@ TARGET=sim
SIGN?=ECC256
HASH?=SHA256
SPI_FLASH=0
DEBUG=0
DEBUG=1
WOLFTPM=1
# sizes should be multiple of system page size

View File

@ -3,7 +3,7 @@ TARGET=sim
SIGN?=ECC256
HASH?=SHA256
SPI_FLASH=0
DEBUG=0
DEBUG=1
WOLFTPM=1
# sizes should be multiple of system page size

View File

@ -4,7 +4,7 @@ TARGET=sim
SIGN?=ECC256
HASH?=SHA256
SPI_FLASH=0
DEBUG=0
DEBUG=1
WOLFTPM=1
# enable offloading of asymmetric verify to TPM
WOLFBOOT_TPM_VERIFY?=1