mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

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

Open jfischer-no opened this issue 5 months ago • 0 comments

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.

jfischer-no avatar Jun 18 '25 10:06 jfischer-no