-
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
samples: matter: Disabled Mbed TLS threading for nRF54L15 #18001
samples: matter: Disabled Mbed TLS threading for nRF54L15 #18001
Conversation
The following west manifest projects have been modified in this Pull Request:
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: 1c125f440a86d37e31a775399db1a7e23965ea70 more detailssdk-nrf:
matter:
Github labels
List of changed files detected by CI (19)
Outputs:ToolchainVersion: 3dd8985b56 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
59ddd94
to
f42cf58
Compare
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 Publishing GitHub Action. |
f42cf58
to
7f4fad1
Compare
After introducing mutexes in Mbed TLS, there are sometimes bus faults visible on the nRF54L15. Temporarily it has to be disabled as a workaround, to bring back the stable behavior. By the way pulled connectedhomeip fix increasing the CHIP stack size for nRF54L15. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
We need to disable NVS manually in each sample due to setting it in Zephyr's Openthread port. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
We should use CONFIG_SETTINGS_NVS/KVS instead of CONFIG_NVS/KVS to select proper code parts. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
7f4fad1
to
1c125f4
Compare
After introducing mutexes in Mbed TLS, there are sometimes bus faults visible on the nRF54L15. Temporarily it has to be disabled as a workaround, to bring back the stable behavior.
By the way pulled connectedhomeip fix increasing the CHIP stack size for nRF54L15.