Using 54L15 DK for testing. Zephyr toolchain & SDK both v3.02. I have been through the DevAcadamy exercise which uses Blinky for its example, now I want to integrate into my own application.
My application uses the uart async adapter for both a CLI and data output. (Note the CLI is legacy code based around the uart callback, not using Zephyr's own CLI. The output is all done by printk).
How does the MCUMGR interact with the application's uart handling?
Secondly can you confirm that it's OK to enable both uart and BLE transports for DFU concurrently?
Thanks