-
Couldn't load subscription status.
- Fork 719
wifi: Add ext flash support for firmware patches #2062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d9584d3
8aa253a
a493a54
ac24e03
c396233
51dc193
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # | ||
| # Copyright (c) 2024 Nordic Semiconductor ASA | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| # | ||
|
|
||
| config WIFI_NRF70 | ||
| default y if BOARD_NRF7002DK_NRF5340_CPUAPP || \ | ||
| BOARD_NRF7002DK_NRF5340_CPUAPP_NS || \ | ||
| BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001 || \ | ||
| BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001_NS | ||
krish2718 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| source "${ZEPHYR_BASE}/share/sysbuild/Kconfig" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,6 +53,7 @@ tests: | |
| - nrf7002dk/nrf5340/cpuapp/nrf7001 | ||
| sample.net.wifi.nrf7002ek: | ||
| extra_args: | ||
| - SB_CONFIG_WIFI_NRF70=y | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @PerMac can this instead be reworked to use the alt config root? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, I need to checkout this |
||
| - CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y | ||
| - SHIELD=nrf7002ek | ||
| platform_allow: | ||
|
|
@@ -64,6 +65,7 @@ tests: | |
| - nucleo_h723zg | ||
| sample.net.wifi.nrf7002eb: | ||
| extra_args: | ||
| - SB_CONFIG_WIFI_NRF70=y | ||
| - CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y | ||
| - SHIELD=nrf7002eb | ||
| platform_allow: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.