-
Notifications
You must be signed in to change notification settings - Fork 1.4k
openthread: Align Kconfigs with Zephyr changes #22366
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
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK 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: b46c47966051141c3f2124182b30ac81a2ebe9f5 more detailssdk-nrf:
nrfxlib:
matter:
Github labels
List of changed files detected by CI (41)Outputs:ToolchainVersion: 1d2c5d0ab5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
|
@nrfconnect/ncs-co-build-system please review. |
Replace `NET_L2_OPENTHREAD` with `OPENTHREAD` as OpenThread Kconfigs were moved from L2 to OpenThread module. Keep `NET_L2_OPENTHREAD` if there is dependency to networking. Signed-off-by: Adrian Gielniewski <[email protected]>
Update nrfxlib revision. Signed-off-by: Adrian Gielniewski <[email protected]>
Update Matter SDK revision. Signed-off-by: Adrian Gielniewski <[email protected]>
Replace
NET_L2_OPENTHREADwithOPENTHREADas OpenThread Kconfigswere moved from L2 to OpenThread module.
Keep
NET_L2_OPENTHREADif there is dependency to networking.