Porting nRF7002 WiFi driver to another platforms

I am working on RTOS that does not have WiFi driver for nordic wifi chips. I would like to port this driver to that RTOS.

In the documentation there is a mention of platform agnostic WiFi driver in the ncs folder and when I checked that folder there I could find some sources and headers. Nevertheless, I would also like to know other information such as SPI/QSPI transport functions that I can modify to specific RTOS implementation. Also on the same page there are other parameters that need to be set in order for the driver to function well. I would like to know any specific inputs for the same.

I am using nRF7002-DK for my port.

docs.nordicsemi.com/.../nrf70_native.html 

Related