-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Set main stack for devices using OBERON_CTR_DRBG_DRIVE #20608
base: main
Are you sure you want to change the base?
Conversation
maje-emb
commented
Feb 26, 2025
- Set the size of the main stack to 2048 to avoid stack overflow.
- Removed main stack configurations in Bluetooth samples.
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 891e5ded58800bf6ab49cfedce1639c65fde24e0 more detailssdk-nrf:
Github labels
List of changed files detected by CI (15)
Outputs:ToolchainVersion: aedb4c0245 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Set the size of the main stack to 2048 to avoid stack overflow. Ref: NCSDK-31791 Ref: NCSDK-31792 Signed-off-by: Marcin Jelinski <[email protected]>
Removed main stack configurations to prevent overwriting by PSA crypto. Ref: NCSDK-31791 Ref: NCSDK-31792 Signed-off-by: Marcin Jelinski <[email protected]>
sample.bluetooth.direction_finding_central_nrf Signed-off-by: Marcin Jelinski <[email protected]>
|