File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -492,3 +492,23 @@ Use `make keysclean` or `make distclean` to delete keys and regenerate.
492492 * New HAL: Renesas RA6M4 (with IDE example projects)
493493 * New HAL: NXP i.MX-RT1064
494494 * Unified common code for NXP i.MX-RT10XX targets
495+
496+ ### V1.16 (2023-07-06)
497+ * New formats supported
498+ * Added ELF/ELF64 loader
499+ * Extended support for NXP P1021
500+ * eSPI support to access TPM
501+ * TPM root of trust
502+ * fixes to eLBC NAND driver
503+ * Improvements on PowerPC architecture
504+ * fixed PIC execution
505+ * support booting from RAM
506+ * refactor of ` update_ram.c ` logic
507+ * moved wolfBoot stack to DDR after DDR initialization
508+ * Rework of Renesas examples, adding HSM support
509+ * RA6M4 example project using SCE
510+ * RA72N example project using TSIP
511+ * Extended documentation
512+ * Bug fix: fix wrong partition selection with ` NVM_FLASH_WRITEONCE ` introduced in v.1.15
513+ * Testing: added test cases (delta + encrypt)
514+ * Documentation: fixed several spelling errors
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.15 .0"
33- #define LIBWOLFBOOT_VERSION_HEX 0x010F0000
32+ #define LIBWOLFBOOT_VERSION_STRING "1.16 .0"
33+ #define LIBWOLFBOOT_VERSION_HEX 0x01100000
3434
3535#ifndef WOLFBOOT_VERSION
3636 #define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX
You can’t perform that action at this time.
0 commit comments