-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
nrf_wifi: Add nRF70 driver with nRF7002EK shields #75714
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
krish2718
changed the title
shields: Add nRF7002 EK shield
shields: Add nRF7002 EK shield for Wi-Fi
Jul 10, 2024
zephyrbot
added
area: Shields
Shields (add-on boards)
platform: nRF
Nordic nRFx
area: Devicetree Binding
PR modifies or adds a Device Tree binding
labels
Jul 10, 2024
zephyrbot
requested review from
avisconti,
decsny,
erwango,
galak,
jaz1-nordic,
jfischer-no,
kartben,
kl-cruz,
magp-nordic,
masz-nordic and
nika-nordic
July 10, 2024 11:27
krish2718
force-pushed
the
add_7002ek
branch
2 times, most recently
from
July 10, 2024 11:36
5935537
to
a6b8c93
Compare
jukkar
previously approved these changes
Jul 10, 2024
carlescufi
requested review from
gmarull,
bjarki-andreasen and
57300
and removed request for
avisconti,
galak,
magp-nordic and
decsny
July 10, 2024 13:13
@anangl @bjarki-andreasen @gmarull @masz-nordic please take a look |
bjarki-andreasen
previously approved these changes
Aug 5, 2024
jukkar
reviewed
Aug 5, 2024
jukkar
reviewed
Aug 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I probably missed a lot of stuff as there is just so much code to review
Add necessary bindings for the nRF70 Wi-Fi chips from Nordic semiconductors ASA. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This pulls in OS agnostic parts of the nRF70 Wi-Fi driver. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Driver for Nordic nRF70 Wi-Fi6 companion chipset, depends on hal_nordic/nrf_wifi for OS agnostic part of the driver. This supports (Q)SPI interface to communicate from host to chip. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
These shields in the Arduino form factor can be mounted on supported boards and can provide Wi-Fi6 capability. Base shield is nRF7002, with variants as nRF7001 (2.4GHz only) and nRF7000 (dual band scan only). Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Wi-Fi shell prints scan results to the console taking time and this puts pressure on net_mgmt Queue, so, increase both timeout and Queue depth to handle crowded Wi-Fi channel (~200 APs). Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Wi-Fi sample is stack heavy, so, by default increase the stack sizes to work with any driver, esp. those use WPA supplicant like nRF Wi-Fi. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
jukkar
approved these changes
Aug 5, 2024
bjarki-andreasen
approved these changes
Aug 5, 2024
fabiobaltieri
approved these changes
Aug 6, 2024
carlescufi
approved these changes
Aug 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Coding Guidelines
Coding guidelines and style
area: Continuous Integration
area: Devicetree Binding
PR modifies or adds a Device Tree binding
area: Networking
area: Process
area: Samples
Samples
area: Shields
Shields (add-on boards)
area: Wi-Fi
Wi-Fi
manifest
manifest-hal_nordic
platform: nRF
Nordic nRFx
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds new Nordic shield nRF7002 EK and variants (nRF7001 and nRF7000) to provide Wi-Fi6 support.
Update: Added nRF70 driver as well to illustrate how the shield is being used (mainly DTS).