From 4564588b696b18253eb2538303935b74e799b73f Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Fri, 29 Dec 2023 08:32:56 +0100 Subject: [PATCH] Preparing release v2.0.2 --- README.md | 5 +++++ docs/HAL.md | 9 ++------- include/wolfboot/version.h | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a0985b44b..a4fb2ba8c 100644 --- a/README.md +++ b/README.md @@ -557,3 +557,8 @@ Use `make keysclean` to delete keys and regenerate. * Simulator: tests can now run on MacOS * Unit tests: improved coverage. Added gcov reports * Static analysis: added cppcheck tests, fixed all relevant warnings + +### V 2.0.2 - (2023-12-29) + * Fixed bug in sign tool when using ECC keys + * Improved documentation + * Added customizable DCD for NXP targets diff --git a/docs/HAL.md b/docs/HAL.md index 2b6f531f2..e63e27b2a 100644 --- a/docs/HAL.md +++ b/docs/HAL.md @@ -18,13 +18,8 @@ and RAM boundaries. ## Supported platforms -The following platforms are supported in the current version: - - STM32C0, STM32F4, STM32F7, STM32G0, STM32H7, STM32L5, STM32L0, STM32U5, STM32WB55 - - nRF52 - - Atmel samR21 - - TI cc26x2 - - Kinetis - - SiFive HiFive1 RISC-V +Please see [Targets](Targets.md) + ## API diff --git a/include/wolfboot/version.h b/include/wolfboot/version.h index 78ff321d0..da77c94ed 100644 --- a/include/wolfboot/version.h +++ b/include/wolfboot/version.h @@ -29,8 +29,8 @@ extern "C" { #endif -#define LIBWOLFBOOT_VERSION_STRING "2.0.0" -#define LIBWOLFBOOT_VERSION_HEX 0x02000000 +#define LIBWOLFBOOT_VERSION_STRING "2.0.2" +#define LIBWOLFBOOT_VERSION_HEX 0x02000002 #ifndef WOLFBOOT_VERSION #define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX