-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
sample: wi-fi: radio_test: Pull in nrf70 bus lib and move FICR code to radio test sample #19232
Conversation
bama-nordic
commented
Dec 3, 2024
- Pull in nrf70 bus lib and bus test ztest.
- Move FICR related file to radio test
- Disable combo build by default
Pull in nrf70 bus lib and bus test ztest. Signed-off-by: Bansidhar P.M <[email protected]>
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 06d00f80ecb5d4f9550b789ac358c0ca84cc6944 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (280)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Move ficr_prog.c from drivers to radio test sample as it is only used in the sample. Signed-off-by: Bansidhar P.M <[email protected]>
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
a1b63e6
to
f59a7d1
Compare
Default build should be Wi-Fi radio test and the Wi-Fi and ble combo build should be enabled via sysbuild Kconfig symbol. Signed-off-by: Bansidhar P.M <[email protected]>
f59a7d1
to
a2e661f
Compare
Fix build error due to nrf70 buslib changes. Signed-off-by: Bansidhar P.M <[email protected]>
Superseded by #19267 |