Skip to content

boot: zephyr: move CDC ACM serial to the new device stack #2346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jfischer-no
Copy link
Contributor

The new stack comes with a higher demand for flash. We need to adapt the overlay file for the platform used for testing. The legacy stack is in the process of being deprecated. The NRF52840 dongle should not enable the legacy stack by default. The Zephyr's new stack provides helper code to use CDC ACM as the serial backend. The only required change to the serial adapter code is to get the USB device instance and enable it.

The new stack comes with a higher demand for flash. We need to adapt the
overlay file for the platform used for testing. The legacy stack is in
the process of being deprecated. The NRF52840 dongle should not enable
the legacy stack by default. The Zephyr's new stack provides helper code
to use CDC ACM as the serial backend. The only required change to the
serial adapter code is to get the USB device instance and enable it.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants