Skip to content

Commit

Permalink
docs: release: Add release notes
Browse files Browse the repository at this point in the history
Adds release notes for various recent changes

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm authored and d3zd3z committed Dec 14, 2023
1 parent e9131ee commit 12e2b63
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/release-notes.d/boot-serial-echo.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
- Boot serial: Add response to echo command if support is not enabled, previously the command would have been accepted but no response indicating that the command is not supported would have been sent.
- Boot serial: Add response to echo command if support is not
enabled, previously the command would have been accepted but no
response indicating that the command is not supported would have
been sent.
3 changes: 3 additions & 0 deletions docs/release-notes.d/zephyr-encryption-single.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Zephyr: Fix issue with single application slot mode, serial
recovery and encryption whereby an encrypted image is loaded
and being wrongly treated as encrypted after decryption.
1 change: 1 addition & 0 deletions docs/release-notes.d/zephyr-estimated-sysbuild.mc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Zephyr: Add estimated image footer size to cache in sysbuild.
1 change: 1 addition & 0 deletions docs/release-notes.d/zephyr-mass-erase.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Zephyr: Remove deprecated ZEPHYR_TRY_MASS_ERASE Kconfig option.
1 change: 1 addition & 0 deletions docs/release-notes.d/zephyr-mbedtls-kconfig.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Zephyr: Prevent MBEDTLS Kconfig selection when tinycrypt is used.
9 changes: 7 additions & 2 deletions docs/release-notes.d/zephyr-usb.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
- Zephyr: Add USB CDC serial recovery check that now causes a build failure if console is enabled and device is the same as the USB CDC device.
- Zephyr: Add USB CDC serial recovery check that now causes a build failure if the main thread priority is below 0 (cooperative thread), this would prevent USB CDC from working as the driver would not have been able to fire callbacks.
- Zephyr: Add USB CDC serial recovery check that now causes a build
failure if console is enabled and device is the same as the USB
CDC device.
- Zephyr: Add USB CDC serial recovery check that now causes a build
failure if the main thread priority is below 0 (cooperative
thread), this would prevent USB CDC from working as the driver
would not have been able to fire callbacks.

0 comments on commit 12e2b63

Please sign in to comment.