I'm using nRF Connect fo Desktop SDK v2.1.1 with VS code.
I'm trying to compile the zephyr adc example for the nRF52840dongle.
Everything works fine with the adc example with a nRF52840dk build and a nRF52840 board,
but if I try to build for the nRF52840dongle, it fails to compile with the error:
\src\main.c:79:2: error: #error "No suitable devicetree overlay specified"
79 | #error "No suitable devicetree overlay specified"
Can someone point me in the right direction?
Thank you.