From e3aaeccdb25b8ad2e5dbfa4000ed19c5e3db766e Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 11 Feb 2022 10:01:52 -0800 Subject: [PATCH] Minor fixes to get the IAR example building. --- .gitignore | 2 ++ IDE/IAR/wolfboot.ewp | 1 + hal/stm32f4.c | 49 ++++++++++++++++++++++---------------------- 3 files changed, 28 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index ffedb646..259d2ffb 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,5 @@ config/*.ld # IAR files not under version control IDE/IAR/settings IDE/IAR/*.ewt +IDE/IAR/Debug +IDE/IAR/Release diff --git a/IDE/IAR/wolfboot.ewp b/IDE/IAR/wolfboot.ewp index 8092b5c1..f7a362e4 100644 --- a/IDE/IAR/wolfboot.ewp +++ b/IDE/IAR/wolfboot.ewp @@ -229,6 +229,7 @@ WOLFBOOT_HASH_SHA256 WOLFSSL_SP_ASM WOLFSSL_SP_ARM_CORTEX_M_ASM + ARCH_FLASH_OFFSET=0x08000000