Skip to content

Commit 0c0470e

Browse files
committed
docs: release: Add notes on Zephyr USB fixes and boot serial echo
Adds 3 notes, 2 for zephyr USB CDC ACM fixes and 1 for a boot serial echo fix Signed-off-by: Jamie McCrae <[email protected]>
1 parent 6c4f7b4 commit 0c0470e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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.

0 commit comments

Comments
 (0)