-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use mode specific APIs #40
Use mode specific APIs #40
Conversation
2476275
to
06886c0
Compare
a7e059c
to
4eef3d1
Compare
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.
some minor comments only @sachinthegreen
source "Kconfig.zephyr" | ||
endmenu | ||
|
||
module = NR70_SCAN_RT_BM_SAMPLE |
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.
Any reason why the nomenclature does not include COMBO or COMBINED and just lists the two modes, _SCAN_RT?
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.
No specific reason :). Felt that having both scan and RT in the name implied combined.
@sachinthegreen @krish2718 , not urgent to do on this PR, but I think we need to lightly enhance the architecture documentation to state the modes of operation and the new added capability to run-time switch between the two modes. We can do it after this pr is merged. |
f63215e
to
62585c9
Compare
Update the nrf70 Wi-Fi driver to use mode specific APIs (as a precursor to enable combining modes as required).
Separate out mode specific code into mode specific files for ease of readability and maintenance. This also acts as a precursor to be able to combine modes into a single build.
Changes to enable combining system and radio test code in a single build. Signed-off-by: Sachin D Kulkarni <[email protected]>
Add sample to demonstrate runtime switching between scan and radio test modes of operation for nRF70. Signed-off-by: Sachin D Kulkarni <[email protected]>
62585c9
to
75e4f4a
Compare
Documentation changes for scan and radio test combo mode operation. Signed-off-by: Sachin D Kulkarni <[email protected]>
75e4f4a
to
a2c12f5
Compare
Update the nrf70 Wi-Fi driver to use mode specific APIs (as a precursor to enable combining modes as required).