-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Bluetooth: Mesh: Remove nRF52832 from sensor_client #24884
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
Bluetooth: Mesh: Remove nRF52832 from sensor_client #24884
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 312c8b947750f6ad7d1d22526ff54c4c596aa494 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: a7529a11f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
9000800
to
8a4094c
Compare
Since quarantine was modified, please make sure you are following the process described in Quarantine Process. |
After the addition of NLC profile support, involving an increase in required RPL RAM usage, and the most recent upmerge adding a few extra bytes, this sample no longer fits in RAM on this platform. Per offline discussions, remove support for this platform. Signed-off-by: Ludvig Jordet <[email protected]>
8a4094c
to
312c8b9
Compare
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
After the addition of NLC profile support, involving an increase in required RPL RAM usage, and the most recent upmerge adding a few extra bytes, this sample no longer fits in RAM on this platform. Per offline discussions, remove support for this platform.