My device and Software details are as below
nRF52840 DK
nRF connect SDK 2.0.2
Want to verify USB device role for nRF52840 DK.
Found the below example and its documentation
The main doubt here is the documentation says "this project requires an USB device driver, which is available for multiple boards supported in Zephyr."
So to test this how i can include driver also in the project before building and flashing the final binary to the nRF52840 board.
Can anyone help with complete steps