-
Notifications
You must be signed in to change notification settings - Fork 317
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 as a standlone library #1414
Draft
krish2718
wants to merge
8
commits into
nrfconnect:main
Choose a base branch
from
krish2718:convert_to_library
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
force-pushed
the
convert_to_library
branch
3 times, most recently
from
July 31, 2024 15:07
ab72dcd
to
7c01481
Compare
krish2718
force-pushed
the
convert_to_library
branch
3 times, most recently
from
September 13, 2024 18:02
88e0e2a
to
34198d5
Compare
Add cmake and kconfig files to make this module as a standlone library. Signed-off-by: Chaitanya Tata <[email protected]>
krish2718
force-pushed
the
convert_to_library
branch
from
September 20, 2024 21:16
34198d5
to
317672b
Compare
Enable management buffer offload for scan and also pass missing args. Signed-off-by: Chaitanya Tata <[email protected]>
Fix radio test mode. Signed-off-by: Chaitanya Tata <[email protected]>
krish2718
force-pushed
the
convert_to_library
branch
from
September 26, 2024 22:04
317672b
to
36f590d
Compare
Closing, this needs to be moved to hal_nordic now. |
krish2718
force-pushed
the
convert_to_library
branch
from
December 8, 2024 18:15
9c56b6a
to
f5281bb
Compare
Pass the regulatory configuration to FMAC. Signed-off-by: Chaitanya Tata <[email protected]>
This is also applicable for scan-only mode. Signed-off-by: Chaitanya Tata <[email protected]>
The define should only be passed when it's enabled in the BM code, not unconditioanlly, this causes mismatch in the strucutre definition. Signed-off-by: Chaitanya Tata <[email protected]>
2.7.0 doesn't have proper recovery support, so, disable WDT IRQ processing, it will just be ignored. Signed-off-by: Chaitanya Tata <[email protected]>
krish2718
force-pushed
the
convert_to_library
branch
from
December 10, 2024 20:17
f5281bb
to
b6a6409
Compare
Useful in generating random MAC address. Signed-off-by: Chaitanya Tata <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add cmake and kconfig files to make this module as a standlone library.