Skip to content

Commit 78bfe75

Browse files
committed
docs: Fold additional release notes
Add in a few additional release notes for the 2.1 release. Signed-off-by: David Brown <[email protected]>
1 parent 9bbe0a0 commit 78bfe75

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/release-notes.d/flash-reset.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/release-notes.d/hkdf-mem-leak.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release-notes.d/zephyr-boot-banner.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@
4949
failure if the main thread priority is below 0 (cooperative
5050
thread), this would prevent USB CDC from working as the driver
5151
would not have been able to fire callbacks.
52+
- Use general flash operations to determine the flash reset vector. This
53+
improves support a bit for some configurations of external flash.
54+
- fix a memory leak in the HKDF implementation.
55+
- Zephyr: Added a MCUboot banner which displays the version of
56+
MCUboot being used and the version of zephyr. This can be
57+
disabled by setting ``CONFIG_MCUBOOT_BOOT_BANNER=n`` which
58+
will revert back to the default zephyr boot banner.
5259

5360
## Version 2.0.0
5461

0 commit comments

Comments
 (0)