Wifi shell sample failing due to Kconfig errors for nrf52840dk +nrf7002ek

Hello ,

I've been trying to build the wifi shell example sample for my nrf52840dk with a nrf7002ek shield. I'm setting the shield via CMakeLIsts ( set ( SHIELD nrf7002ek)) and I'm adding the CONFIG_WIFI_NRF70 Kconfig  for the wifi drives  as stated in the docs.

I keep getting these errors :



Parents Reply
  • it was actually the mbdetls module that was missing. the build still fails though to a missing file though

    In file included from /workspaces/usb-power-tester/zephyr/drivers/wifi/nrf_wifi/src/net_if.c:28:
    /workspaces/usb-power-tester/zephyr/drivers/wifi/nrf_wifi/inc/fmac_main.h:28:10: fatal error: drivers/driver_zephyr.h: No such file or directory
       28 | #include <drivers/driver_zephyr.h>
          |          ^~~~~~~~~~~~~~~~~~~~~~~~~
    compilation terminated.

Children
Related