-
Notifications
You must be signed in to change notification settings - Fork 315
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
Move Wi-Fi OS agnostic code from sdk-nrf #1101
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
requested review from
jukkar,
carlescufi,
rlubos,
rado17,
sachinthegreen,
ajayparida,
VivekUppunda and
kapbh
October 23, 2023 15:32
krish2718
force-pushed
the
add_wifi_osal
branch
from
October 23, 2023 15:44
4458656
to
9b7f8cd
Compare
kapbh
approved these changes
Oct 23, 2023
krish2718
force-pushed
the
add_wifi_osal
branch
4 times, most recently
from
October 23, 2023 16:34
27506b6
to
78e9c3a
Compare
github-actions
bot
added
the
doc-required
PR must not be merged without tech writer approval.
label
Oct 23, 2023
krish2718
force-pushed
the
add_wifi_osal
branch
4 times, most recently
from
October 24, 2023 12:33
93b7f58
to
e91c7a5
Compare
VivekUppunda
approved these changes
Oct 25, 2023
rlubos
approved these changes
Oct 25, 2023
krish2718
force-pushed
the
add_wifi_osal
branch
from
October 25, 2023 10:45
e91c7a5
to
a84660f
Compare
jukkar
approved these changes
Oct 25, 2023
richabp
requested changes
Oct 26, 2023
OS agnostic code was in sdk-nrf: drivers/wifi/nrf700x/osal but as this is common move to nrfxlib and also modify the license to 3 clause BSD so that it can be used with non-nordic MCUs, Zephyr or otherwise. Also, move the drivers documentation and update CODEOWNERS. Fixes SHEL-1763. Signed-off-by: Chaitanya Tata <[email protected]>
krish2718
force-pushed
the
add_wifi_osal
branch
from
October 26, 2023 08:12
d36d098
to
1cac50a
Compare
richabp
approved these changes
Oct 26, 2023
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.
Long pending item for moving all OS agnostic code out of sdk-nrf,
I have moved the commits to preserve the history, but this means that same commit now exists in two placessdk-nrf
(before deletion of OSAL) and in this repo.Edit: I forgot about License update from Nordic-5-clause to BSD-3-clause, so, squashed all commits, but please comment if you we also need to preserve history.