Searched full:nrf70 (Results 1 – 25 of 44) sorted by relevance
12
/Zephyr-latest/tests/drivers/wifi/nrf_wifi/ |
D | testcase.yaml | 10 nrf70.build.radio_test: 15 nrf70.build.scan_only: 23 nrf70.build.raw_scan_results: 32 nrf70.build.raw_tx: 35 nrf70.build.raw_rx: 38 nrf70.build.promiscuous: 41 nrf70.build.offloaded_raw_tx:
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | CMakeLists.txt | 70 # nRF70 QSPI doesn't use 192MHz clock and most samples use 128MHz, this can cause anomaly 159 76 target_link_libraries(nrf_wifi PRIVATE nrf70-buslib) 82 set(NRF70_PATCH ${FW_BINS_BASE}/default/nrf70.bin) 84 set(NRF70_PATCH ${FW_BINS_BASE}/radio_test/nrf70.bin) 86 set(NRF70_PATCH ${FW_BINS_BASE}/scan_only/nrf70.bin) 88 set(NRF70_PATCH ${FW_BINS_BASE}/system_with_raw/nrf70.bin) 90 set(NRF70_PATCH ${FW_BINS_BASE}/offloaded_raw_tx/nrf70.bin) 93 message(FATAL_ERROR "Unsupported nRF70 patch configuration") 102 ${gen_dir}/nrf70.bin.inc
|
D | Kconfig.nrfwifi | 1 # Nordic Wi-Fi driver for nRF70 series SoCs 9 bool "nRF70 driver" 42 bool "nRF70 operating modes" 48 Select the operating mode of the nRF70 driver 51 bool "nRF70 system mode" 55 Select this option to enable system mode of the nRF70 driver 58 bool "nRF70 scan only mode" 60 Select this option to enable scan only mode of the nRF70 driver 63 bool "Radio test mode of the nRF70 driver" 66 bool "Offloaded raw TX mode of the nRF70 driver" [all …]
|
/Zephyr-latest/dts/bindings/wifi/ |
D | nordic,nrf70.yaml | 8 description: GPIO of the SoC controlling IO_VDD Control pin of the nRF70 13 description: GPIO of the SoC controlling BUCK_EN pin of the nRF70 18 description: GPIO of the SoC controlling the HOST_IRQ pin of the nRF70
|
D | nordic,nrf70-spi.yaml | 4 description: This is a representation of the nRF70 Wi-Fi chip. 6 include: ["nordic,nrf70.yaml", "spi-device.yaml"]
|
D | nordic,nrf70-qspi.yaml | 4 description: This is a representation of the nRF70 Wi-Fi chip. 6 include: ["nordic,nrf70.yaml", "base.yaml"]
|
D | nordic,nrf7000-coex.yaml | 9 - "nordic,nrf70-coex.yaml"
|
D | nordic,nrf7001-coex.yaml | 9 - "nordic,nrf70-coex.yaml"
|
D | nordic,nrf7002-coex.yaml | 9 - "nordic,nrf70-coex.yaml"
|
D | nordic,nrf7001-qspi.yaml | 9 - "nordic,nrf70-qspi.yaml"
|
D | nordic,nrf7001-spi.yaml | 9 - "nordic,nrf70-spi.yaml"
|
D | nordic,nrf7000-qspi.yaml | 9 - "nordic,nrf70-qspi.yaml"
|
D | nordic,nrf7000-spi.yaml | 9 - "nordic,nrf70-spi.yaml"
|
D | nordic,nrf7002-qspi.yaml | 9 - "nordic,nrf70-qspi.yaml"
|
D | nordic,nrf7002-spi.yaml | 9 - "nordic,nrf70-spi.yaml"
|
/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/off_raw_tx/ |
D | off_raw_tx_api.h | 8 * @addtogroup nrf70_off_raw_tx_api nRF70 Offloaded raw TX API 169 * @brief Initialize the nRF70 for operating in the offloaded raw TX mode. 170 * @param mac_addr MAC address to be used for the nRF70 device. 173 * This function is initializes the nRF70 device for offloaded raw TX mode by: 178 * The mac_addr parameter is used to set the MAC address of the nRF70 device. 181 * The priority order in which the MAC address values for the nRF70 device are used is: 192 * @brief Initialize the nRF70 for operating in the offloaded raw TX mode. 194 * This function is deinitializes the nRF70 device. 217 * the nRF70 device will start transmitting frames as per the configuration specified by @p conf. 228 * the nRF70 device will stop transmitting frames. [all …]
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | Kconfig | 15 bool "NRF70 Bus Library" 17 Enable the NRF70 Bus Library for the nRF7002 Wi-Fi shield. 35 module-str = Log level for Wi-Fi nRF70 bus library
|
D | CMakeLists.txt | 13 zephyr_library_named(nrf70-buslib)
|
/Zephyr-latest/boards/shields/nrf7002ek/ |
D | nrf7002ek_nrf7001.overlay | 17 nrf70: nrf7001-spi@0 { 23 /* Include common nRF70 overlays */
|
D | nrf7002ek.overlay | 17 nrf70: nrf7002-spi@0 { 23 /* Include common nRF70 overlays */
|
D | nrf7002ek_nrf7000.overlay | 17 nrf70: nrf7002-spi@0 { 23 /* Include common nRF70 overlays */
|
/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/src/ |
D | off_raw_tx_api.c | 29 #define MAX_TX_PWR(label) DT_PROP(DT_NODELABEL(nrf70), label) * 4 152 LOG_ERR("%s: Failed to initialize nRF70 driver", in nrf70_off_raw_tx_init() 164 LOG_ERR("%s: Failed to add nRF70 device", __func__); in nrf70_off_raw_tx_init() 173 LOG_ERR("%s: Failed to load the nRF70 firmware patch", __func__); in nrf70_off_raw_tx_init() 180 LOG_ERR("%s: Failed to read the nRF70 firmware version", __func__); in nrf70_off_raw_tx_init() 184 LOG_DBG("nRF70 firmware (v%d.%d.%d.%d) booted successfully", in nrf70_off_raw_tx_init() 212 LOG_ERR("%s: nRF70 firmware initialization failed", __func__); in nrf70_off_raw_tx_init() 369 LOG_ERR("%s: nRF70 offloaded raw TX configuration failed", in nrf70_off_raw_tx_conf_update() 391 LOG_ERR("%s: nRF70 offloaded raw TX configuration failed", in nrf70_off_raw_tx_start() 404 LOG_ERR("%s: nRF70 offloaded raw TX start failed", in nrf70_off_raw_tx_start() [all …]
|
/Zephyr-latest/tests/boards/nrf/nrf70/bustest/ |
D | Kconfig | 8 menu "NRF70 Buslib test sample"
|
D | CMakeLists.txt | 16 target_link_libraries(app PUBLIC nrf70-buslib)
|
/Zephyr-latest/boards/shields/nrf7002eb/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 11 &nrf70 {
|
12