-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update zephyr and nrfx with GPPI update #25265
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
Update zephyr and nrfx with GPPI update #25265
Conversation
|
Since quarantine was modified, please make sure you are following the process described in Quarantine Process. |
|
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:sdk-nrf: PR head: a7bedde77499fe9fbe39d95a47740c39c6b0bbd7 more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (77)Outputs:ToolchainVersion: 2b2cd9579a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
efe5bce to
b7cebf4
Compare
381e47b to
f2ea989
Compare
Update nrfx, zephyr and nrfxlib with major rework of GPPI library. Signed-off-by: Krzysztof Chruściński <[email protected]>
nrfx_dppi is deprecated and gppi shall be used. Signed-off-by: Krzysztof Chruściński <[email protected]>
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]>
f2ea989 to
a7bedde
Compare
2f751e9
into
nrfconnect:collab-nrfx-4.0
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zdebug.uart[nrf54l15dk/nrf54l15/cpuapp]: ROM size increased by 652[B] in comparison to the main[fd20d7a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-25265/25) |
test-sdk-nrf: collab-nrfx-4.0