Dear All,
I'm following the nRF Connect SDK Fundamentals and I have a weird problem in the Lesson 3 exercise 2, section "Adding custom configurations".
The part with CONFIG_MYFUNCTION=y, builds, flashes, outputs as expected on VCOM.
However when I try CONFIG_MYFUNCTION=n, it builds, flashes but there is no output from the VCOM. I see the following problem in the "Problems' console:
CONFIG_UART_CONSOLE was assigned the value y, but got the value n. Missing dependencies:
SERIAL_HAS_DRIVER
Using nrf52840DK, nrf connect SDK v2.9.0, SDK toolchain v2.7.0. Project is attached.
I guess I'm doing some stupid mistake but for the life of me can't find where.
Thank younrf_app.zip