-
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: 2 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:sdk-nrf: PR head: 66333d60b5e6201496def6cdb13e1b6220e8c3c3 more detailssdk-nrf:
mcuboot:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (383)Outputs:ToolchainVersion: df3cc9d822 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
15b0983 to
5d3d74a
Compare
nrfx_dppi is deprecated. Use GPPI helper instead. Signed-off-by: Krzysztof Chruściński <[email protected]>
Adapt module to use GPPI API. Signed-off-by: Krzysztof Chruściński <[email protected]>
Use GPPI API instead of nrfx_ppi or nrfx_dppi. Signed-off-by: Krzysztof Chruściński <[email protected]>
nrfx_ppi and nrfx_dppi are deprecated and GPPI must be used. Align to the new GPPI API. Signed-off-by: Krzysztof Chruściński <[email protected]>
Additionally, removed support for PPI resources cleanup in case of failed allocation. cpu_load is a debug feature and if allocation fails then there is something wrong with the configuration and configuration shall be fixed or cpu_load disabled. Signed-off-by: Krzysztof Chruściński <[email protected]>
nrfx_ppi and nrfx_dppi are deprecated. Signed-off-by: Krzysztof Chruściński <[email protected]>
Use GPPI instead of nrfx_ppi which is deprecated. Signed-off-by: Krzysztof Chruściński <[email protected]>
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]>
Manifest sdk-mcuboot updated to nrfx_wdt changes. Signed-off-by: Michał Stasiak <[email protected]>
Update nrfxlib with major rework of GPPI library. Signed-off-by: Krzysztof Chruściński <[email protected]>
Update sdk-zephyr to collab-nrfx-4.0 merged with main branch. Signed-off-by: Jakub Zymelka <[email protected]>
b341b5a to
66333d6
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3459