File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments