-
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
drivers: sdp: mspi: fix for stuck in semaphore timeouts #20542
base: main
Are you sure you want to change the base?
drivers: sdp: mspi: fix for stuck in semaphore timeouts #20542
Conversation
Added division of the semaphore timeout into microseconds so that the application can handle an incoming IPC interrupt. Signed-off-by: Jakub Zymelka <[email protected]>
Changed type uint8_t to uint32_t to be able to send data longer than 256 bytes. Signed-off-by: Jakub Zymelka <[email protected]>
Changes needed for SDP MSPI flash tests. Signed-off-by: Jakub Zymelka <[email protected]>
Add yaml configuration to enable SDP MSPI API test. Signed-off-by: Jakub Zymelka <[email protected]>
After documentation is built, you will find the preview for this PR here. |
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision 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: a599a79c59ad6eb69168865673b315e54745a6ae more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (446)
Outputs:ToolchainVersion: 4cff34261a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
New alt-config for zephyr/tests/drivers/flash/common/testcase.yaml added at CI. |
No description provided.