Skip to content

Commit f008ebf

Browse files
authored
Merge pull request #293 from danielinux/update-submodules-5.6.0
Prepare release 1.15
2 parents 6b79068 + 65635b3 commit f008ebf

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,16 @@ Use `make keysclean` or `make distclean` to delete keys and regenerate.
479479
* Github Actions: added build checks for most available configurations
480480
* Updated wolfTPM to v.2.7.0
481481
* Updated wolfCrypt to wolfSSL v.5.5.4
482+
483+
### V1.15 (2023-04-13)
484+
* Refactor powerfail-safe update for NVMs without consecutive write operations
485+
* Support for SP math on AARCH64 targets
486+
* Fixed keygen.c exported public key size
487+
* Added more test cases and github actions
488+
* Updated wolfSSL to v.5.6.0
489+
* Hardware support:
490+
* OCTOSPI support (STM32)
491+
* Fixed STM32H7 UART, added UART debug
492+
* New HAL: Renesas RA6M4 (with IDE example projects)
493+
* New HAL: NXP i.MX-RT1064
494+
* Unified common code for NXP i.MX-RT10XX targets

include/wolfboot/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ extern "C" {
2929
#endif
3030

3131

32-
#define LIBWOLFBOOT_VERSION_STRING "1.14.0"
33-
#define LIBWOLFBOOT_VERSION_HEX 0x010E0000
32+
#define LIBWOLFBOOT_VERSION_STRING "1.15.0"
33+
#define LIBWOLFBOOT_VERSION_HEX 0x010F0000
3434

3535
#ifndef WOLFBOOT_VERSION
3636
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

lib/wolfTPM

Submodule wolfTPM updated 79 files

lib/wolfssl

Submodule wolfssl updated 980 files

0 commit comments

Comments
 (0)