mirror of https://github.com/wolfSSL/wolfBoot.git
commit
8a092d3103
10
README.md
10
README.md
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue