mirror of https://github.com/wolfSSL/wolfBoot.git
commit
286d8f6684
10
README.md
10
README.md
|
|
@ -469,3 +469,13 @@ Use `make keysclean` or `make distclean` to delete keys and regenerate.
|
|||
* Fixed bug in encrypted delta updates
|
||||
* Updated wolfCrypt to wolfSSL submodule v5.5.3
|
||||
|
||||
### V1.14 (2022-12-30)
|
||||
* Added support for CMake build
|
||||
* STM32U5: Support for external flash
|
||||
* STM32H7: Support for QSPI flash
|
||||
* Support for NXP QoriQ P1021
|
||||
* Cleanups and improvements for DEOS support on t2080
|
||||
* Docker tests: refactoring
|
||||
* Github Actions: added build checks for most available configurations
|
||||
* Updated wolfTPM to v.2.7.0
|
||||
* Updated wolfCrypt to wolfSSL v.5.5.4
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
#define LIBWOLFBOOT_VERSION_STRING "1.12.0"
|
||||
#define LIBWOLFBOOT_VERSION_HEX 0x010C0000
|
||||
#define LIBWOLFBOOT_VERSION_STRING "1.14.0"
|
||||
#define LIBWOLFBOOT_VERSION_HEX 0x010E0000
|
||||
|
||||
#ifndef WOLFBOOT_VERSION
|
||||
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 49f32aa580aa2332114919e8a66c6b3f0ca146ed
|
||||
Subproject commit a0bd9fef9842ffbdf933afbd15ed4fa8bc8daf26
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit a7635da9e64a43028d2f8f14bce75e4bed39f162
|
||||
Subproject commit 4fbd4fd36a21efd9d1a7e17aba390e91c78693b1
|
||||
Loading…
Reference in New Issue