Thread on Zephyr (PoC)#10
Merged
asmellby merged 6 commits intoSiliconLabsSoftware:silabs/feature/thread-pocfrom Feb 3, 2026
Merged
Thread on Zephyr (PoC)#10asmellby merged 6 commits intoSiliconLabsSoftware:silabs/feature/thread-pocfrom
asmellby merged 6 commits intoSiliconLabsSoftware:silabs/feature/thread-pocfrom
Conversation
454718c to
cce351b
Compare
jhedberg
reviewed
Jan 29, 2026
jhedberg
left a comment
There was a problem hiding this comment.
Some comments, please also consider fixing the Compliance issues, since you'll need to fix those either way when this gets upstreamed or merged to the main branch in our downstream.
| select SOC_GECKO_USE_RAIL | ||
| select SILABS_SISDK_PROTOCOL_CRYPTO | ||
| select OPENTHREAD_SETTINGS_RAM | ||
| default n |
There was a problem hiding this comment.
n is the "default default" so this line is not needed
| select PSA_WANT_ALG_PBKDF2_AES_CMAC_PRF_128 | ||
| select PSA_WANT_ALG_TLS12_PRF | ||
| select PSA_WANT_ALG_TLS12_PSK_TO_MS | ||
| default n |
2c8d3dd to
69355c1
Compare
Add necessary CMakeLists and Kconfig changes and additions for Silicon Labs OpenThread PoC. Signed-off-by: David Boullie <David.Boullie@silabs.com>
Remove upstream alarm.c, and link with Silicon Labs' radio.c. Signed-off-by: David Boullie <David.Boullie@silabs.com>
Add features for Silicon Labs OpenThread PoC. Signed-off-by: David Boullie <David.Boullie@silabs.com>
Add Overlay Config and extend sample.yaml for Silicon Labs OpenThread PoC. Signed-off-by: David Boullie <David.Boullie@silabs.com>
69355c1 to
8f1989c
Compare
Add files with stub functions necessary for Silicon Labs OpenThread PoC. Signed-off-by: David Boullie <David.Boullie@silabs.com>
8f1989c to
e7eb263
Compare
Make modifications to supported features of xg24_rb4187c for Silicon Labs OpenThread PoC Signed-off-by: David Boullie <David.Boullie@silabs.com>
e7eb263 to
18101cb
Compare
jhedberg
approved these changes
Feb 3, 2026
asmellby
approved these changes
Feb 3, 2026
61b10f4
into
SiliconLabsSoftware:silabs/feature/thread-poc
2 of 4 checks passed
This file contains hidden or 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
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.
No description provided.