-
Notifications
You must be signed in to change notification settings - Fork 1.4k
tests: benchmark: idle_stm: Add missing volatile #20745
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
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6c433fb209d5b030acda09fe50638e86a3514d9f more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
7207746 to
0974dc1
Compare
|
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. |
|
You can find the documentation preview for this PR here. |
0974dc1 to
0d63961
Compare
timer_expired variable was missing volatile keyword which can lead to forever loop. Signed-off-by: Krzysztof Chruściński <[email protected]>
Enable runtime PM for UARTE in the devicetree instead of main. Enabling in main() can lead to a failure since UART is used before main() and using PM API puts device into suspend state while UART is active. Signed-off-by: Krzysztof Chruściński <[email protected]>
Update zephyr with fix in STM logging. Signed-off-by: Krzysztof Chruściński <[email protected]>
0d63961 to
6c433fb
Compare
|



timer_expired variable was missing volatile keyword which can lead to forever loop.