-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: sdk-zephyr: merge collab-nrfx-4.0 to main branch #25376
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
manifest: sdk-zephyr: merge collab-nrfx-4.0 to main branch #25376
Conversation
|
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. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:hal_nordic: PR head: 564e754139944286208f3eac122781cec4262392 more detailshal_nordic:
nrf_hw_models:
trusted-firmware-m:
sdk-nrf:
mcuboot:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (1639)Outputs:ToolchainVersion: 43683a87ea Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
15b0983 to
5d3d74a
Compare
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]>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <[email protected]>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <[email protected]>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <[email protected]>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <[email protected]>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <[email protected]>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <[email protected]>
Errno codes are returned now. Signed-off-by: Nikodem Kastelik <[email protected]>
Errno codes are returned now. Signed-off-by: Nikodem Kastelik <[email protected]>
GPIOTE instance shall be accessed via pointer. Signed-off-by: Nikodem Kastelik <[email protected]>
Those are no longer static inlines in the header, so should be implemented separately. Signed-off-by: Marcin Szymczyk <[email protected]>
Updated error codes for nrfx_clock and attached nrfx and zephyr revisions. Signed-off-by: Michal Frankiewicz <[email protected]>
nrfx_err_t is to be removed from nrfx completely. Signed-off-by: Michał Stasiak <[email protected]>
NRFX RTC driver now returns errno values. Signed-off-by: Michał Stasiak <[email protected]>
NRFX NVMC driver now returns errno values. Signed-off-by: Michał Stasiak <[email protected]>
There are minor updates in GPPI API. Align in places that are affected. Signed-off-by: Krzysztof Chruściński <[email protected]>
Align test to extracted control block in nrfx_timer and nrfx_gpiote drivers. Signed-off-by: Jakub Zymelka <[email protected]>
Since nrfx driver instances are no longer exposed in Kconfig, DT should be used to assert instances will not be used by both MPSL and application. Signed-off-by: Marcin Szymczyk <[email protected]>
nrfx functions now return errno.h values. Signed-off-by: Marcin Szymczyk <[email protected]>
Align to new return codes. Signed-off-by: Marcin Szymczyk <[email protected]>
Rework implementation of local domain and cross domain connections setup. Local domain connections happens frequent from an interrupt context so need to be fast. Signed-off-by: Krzysztof Chruściński <[email protected]>
nrfx uses errno now. Fix GPPI usage. Signed-off-by: Marcin Szymczyk <[email protected]>
Temporary update to test CI. Signed-off-by: Marcin Szymczyk <[email protected]>
This reverts commit aec0909. Signed-off-by: Marcin Szymczyk <[email protected]>
6ad6e58 to
7f9baee
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3459
test_rs: PR-1834
test_fem: PR-1834
test_crypto: PR-896
test_ble_samples: PR-264