Merge pull request #169 from danielinux/prepare-v1.10

Prepare release v1.10
pull/172/head
David Garske 2022-01-10 09:07:51 -08:00 committed by GitHub
commit 8a092d3103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 4 deletions

View File

@ -262,3 +262,13 @@ USE_LOCAL_WOLFSSL=/usr/local pip3 install .
* New HAL: STM32L4
* TMS570LC43xx: Use `NVM_FLASH_WRITEONCE` for update progress and
fix stack pointer initialization
### V1.10 (2022-01-10)
* Delta updates: expanded documentation + bug fixes
* Support Ed448 for signature verification
* Hardware support:
* Secure memory mode for STM32G0
* Fix for STM32L5 in dual-bank mode
* UEFI support: wolfBoot as EFI application on x86_64
* Fixed self-update in Cortex-R5
* Fixed HW support regressions in PSOC-6 build

View File

@ -29,8 +29,8 @@ extern "C" {
#endif
#define LIBWOLFBOOT_VERSION_STRING "1.8.0"
#define LIBWOLFBOOT_VERSION_HEX 0x01008000
#define LIBWOLFBOOT_VERSION_STRING "1.10.0"
#define LIBWOLFBOOT_VERSION_HEX 0x010a0000
#ifndef WOLFBOOT_VERSION
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

@ -1 +1 @@
Subproject commit 5af1360f3dcf85931c795b07d9f471aedd23f358
Subproject commit 4523d9bce18d435bb83d8b1ced8f59825aa49bb4

@ -1 +1 @@
Subproject commit 7e01af012157bc20c840011a018619915380f05c
Subproject commit c3513bf2573c30f6d2df815de216120e92142020