I'm trying to build a basic shell sample on a custom board based on nRF52840
In the proj.conf file I have
CONFIG_SHELL=y
CONFIG_SHELL_GETOPT=y
CONFIG_SHELL_BACKENDS=y
CONFIG_SHELL_BACKEND_SERIAL=y
CONFIG_SHELL_ECHO_STATUS=y
I get the following compile error
'__device_dts_ord_DT_CHOSEN_zephyr_shell_uart_ORD' undeclared (first use in this function)
'__device_dts_ord_DT_CHOSEN_zephyr_shell_uart_ORD' undeclared (first use in this function)
What am I missing?
Thank you