Skip to content

Commit 12e2b63

Browse files
nordicjmd3zd3z
authored andcommitted
docs: release: Add release notes
Adds release notes for various recent changes Signed-off-by: Jamie McCrae <[email protected]>
1 parent e9131ee commit 12e2b63

File tree

6 files changed

+17
-3
lines changed

6 files changed

+17
-3
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
- 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.
1+
- Boot serial: Add response to echo command if support is not
2+
enabled, previously the command would have been accepted but no
3+
response indicating that the command is not supported would have
4+
been sent.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Zephyr: Fix issue with single application slot mode, serial
2+
recovery and encryption whereby an encrypted image is loaded
3+
and being wrongly treated as encrypted after decryption.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Zephyr: Add estimated image footer size to cache in sysbuild.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Zephyr: Remove deprecated ZEPHYR_TRY_MASS_ERASE Kconfig option.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Zephyr: Prevent MBEDTLS Kconfig selection when tinycrypt is used.

docs/release-notes.d/zephyr-usb.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
- 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.
2-
- 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.
1+
- Zephyr: Add USB CDC serial recovery check that now causes a build
2+
failure if console is enabled and device is the same as the USB
3+
CDC device.
4+
- Zephyr: Add USB CDC serial recovery check that now causes a build
5+
failure if the main thread priority is below 0 (cooperative
6+
thread), this would prevent USB CDC from working as the driver
7+
would not have been able to fire callbacks.

0 commit comments

Comments
 (0)