-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[collab-nrfx-4.0] Fix for i2c_latency test and mcuboot with external flash #25337
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
base: collab-nrfx-4.0
Are you sure you want to change the base?
[collab-nrfx-4.0] Fix for i2c_latency test and mcuboot with external flash #25337
Conversation
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: bd05fd6d5f975f72d55ff7a4ed096add5e57de5c more detailssdk-nrf:
Github labels
List of changed files detected by CI (9)Outputs:ToolchainVersion: 2b2cd9579a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zdebug[nrf52840gmouse/nrf52840]: ROM size increased by 3604[B] in comparison to the main[cf2ce9a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-25337/2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix
zassert_equal(NRFX_SUCCESS, nrfx_twis_init(&twis, &config, i2s_slave_handler),
as well - 0 instead of NRFX_SUCCESS
CONFIG_NRFX_TWIXxx options has been removed. Aligning test to not use those. Signed-off-by: Krzysztof Chruściński <[email protected]>
They are not needed by the test and consumes Flash. Signed-off-by: Nikodem Kastelik <[email protected]>
Align test to update nrfx_timer API. Signed-off-by: Krzysztof Chruściński <[email protected]>
5ca12a0 to
bd05fd6
Compare
|
@nika-nordic done, also fixed pdm_loopback after nrfx_timer update. |
Fixes for common CI failures.
test-sdk-nrf: collab-nrfx-4.0