Content:
I’m working on integrating the nRF7002 EK over SPI with an nRF54L15 using nRF Connect SDK v3.1.1.
While setting up the workspace, I noticed that the Wi-Fi driver path nrf/drivers/wifi/nrf700x/ and the header nrf/include/net/wifi_nrf700x.h are missing in this version. Additionally, Kconfig options like CONFIG_NRF700X_ON_SPI and CONFIG_WIFI_NRF700X show as not directly user-configurable during build.
Could you please confirm:
-
Whether SPI connectivity between nRF54L15 and nRF7002 officially supported in NCS v3.1.1?
-
If so, which workspace, overlay, or configuration files should be used to enable Wi-Fi with this setup?
-
If driver sources were moved or deprecated, where can I find the correct references for this configuration?
Many Thanks :)