Trying to add UART capability (sample project from console) to a a ESB transmit sample project. Could not get a build assert to work.
BUILD_ASSERT(DT_NODE_HAS_COMPAT(DT_CHOSEN(zephyr_console), zephyr_cdc_acm_uart), "Console device is not ACM CDC UART device");
1) Tried to add all of the selections from Kconfig using Visual Studio Code. This seems very prone to missing a setting for the config. Is this even the correct approach?
2) Added the includes that were missing when comparing to console sample.
3) looked at the device tree and there are differences there. Should I be editing this directly or is there another file to edit?
4) Any other place to edit the config? There is logging on the ESB sample and I wonder if that is causing issues.
I found some samples on merging but they were a few years old and not sure if the process is the same now.