Is there any documentation/tutorials for using NRFX drivers directly in Zephyr without trying to create conforming device drivers? I have a lot of code written for the NRF52840 using SDK16 that I need to port to the NRF5340. The biggest hurdle is trying to conglomerate all the documentation and examples needed to develop Zephyr drivers, which has a steep learning curve.
I found an example that uses nrfx_spim directly that fills in most of the blanks. I need examples for I2C, GPIO, I2S, USB, BT.
Also,
1. Where do I find references for the prj.conf CONFIG statements that I need to enable each NRFX peripheral?
2. How does IRQ_CONNECT work for the handlers?