-
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
base: main
Are you sure you want to change the base?
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:
⛔ DNM label due to: 4 projects with PR revision 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: 8f355acf629240dd1a5e3d1c7809c0f629f55f5d more detailshal_nordic:
nrf_hw_models:
trusted-firmware-m:
sdk-nrf:
mcuboot:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (1193)Outputs:ToolchainVersion: df3cc9d822 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
15b0983 to
5d3d74a
Compare
Use GPPI instead of nrfx_ppi which is deprecated. Signed-off-by: Krzysztof Chruściński <[email protected]>
1ff6a69 to
545fd30
Compare
nrfx_ppi and nrfx_dppi are deprecated. Use GPPI for resource allocation. Signed-off-by: Krzysztof Chruściński <[email protected]>
Align test to the new GPPI API. Signed-off-by: Krzysztof Chruściński <[email protected]>
Align samples to use the updated GPPI API. Signed-off-by: Krzysztof Chruściński <[email protected]>
Adapt to the new GPPI API. Signed-off-by: Krzysztof Chruściński <[email protected]>
Adapt radio_test sample to the new GPPI API. Signed-off-by: Krzysztof Chruściński <[email protected]>
Use the new GPPI API. Signed-off-by: Krzysztof Chruściński <[email protected]>
Align sample to the new GPPI API. Signed-off-by: Krzysztof Chruściński <[email protected]>
nrfx_dppi is deprecated and nrfx_gppi need to be used. Signed-off-by: Krzysztof Chruściński <[email protected]>
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]>
Update sdk-zephyr with collab-nrfx-4.0 merged to main branch. Update nrfxlib with major rework of GPPI library. Manifest sdk-mcuboot updated to nrfx_wdt changes. TF-M: platform: nordic_nrf: align to nrfx 4.0 Signed-off-by: Jakub Zymelka <[email protected]>
Align test to extracted control block in nrfx_timer and nrfx_gpiote drivers. Signed-off-by: Jakub Zymelka <[email protected]>
545fd30 to
397a9af
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3459