Skip to content

Commit

Permalink
docs: release: Add notes on Zephyr USB fixes and boot serial echo
Browse files Browse the repository at this point in the history
Adds 3 notes, 2 for zephyr USB CDC ACM fixes and 1 for a boot
serial echo fix

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Nov 7, 2023
1 parent 6c4f7b4 commit 0c0470e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes.d/boot-serial-echo.md
Original file line number Diff line number Diff line change
@@ -0,0 +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.
2 changes: 2 additions & 0 deletions docs/release-notes.d/zephyr-usb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 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 0c0470e

Please sign in to comment.