Updated version & README.md

pull/293/head
Daniele Lacamera 2023-04-13 17:34:26 +02:00
parent 769cbb8b1e
commit 65635b3940
2 changed files with 15 additions and 2 deletions

View File

@ -479,3 +479,16 @@ Use `make keysclean` or `make distclean` to delete keys and regenerate.
* Github Actions: added build checks for most available configurations
* Updated wolfTPM to v.2.7.0
* Updated wolfCrypt to wolfSSL v.5.5.4
### V1.15 (2023-04-13)
* Refactor powerfail-safe update for NVMs without consecutive write operations
* Support for SP math on AARCH64 targets
* Fixed keygen.c exported public key size
* Added more test cases and github actions
* Updated wolfSSL to v.5.6.0
* Hardware support:
* OCTOSPI support (STM32)
* Fixed STM32H7 UART, added UART debug
* New HAL: Renesas RA6M4 (with IDE example projects)
* New HAL: NXP i.MX-RT1064
* Unified common code for NXP i.MX-RT10XX targets

View File

@ -29,8 +29,8 @@ extern "C" {
#endif
#define LIBWOLFBOOT_VERSION_STRING "1.14.0"
#define LIBWOLFBOOT_VERSION_HEX 0x010E0000
#define LIBWOLFBOOT_VERSION_STRING "1.15.0"
#define LIBWOLFBOOT_VERSION_HEX 0x010F0000
#ifndef WOLFBOOT_VERSION
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX