-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[DNR] manifest: sdk-zephyr: [DNM] Test nrfx samples #25473
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?
[DNR] manifest: sdk-zephyr: [DNM] Test nrfx samples #25473
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 added project and 3 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: 9c840f5902825c3c7cc18fce6b4e0527856a40d5 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;
|
8094a13 to
0d60365
Compare
Adapt module to use GPPI API. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Use GPPI API instead of nrfx_ppi or nrfx_dppi. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
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 <krzysztof.chruscinski@nordicsemi.no>
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 <krzysztof.chruscinski@nordicsemi.no>
nrfx_ppi and nrfx_dppi are deprecated. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Use GPPI instead of nrfx_ppi which is deprecated. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nrfx_ppi and nrfx_dppi are deprecated. Use GPPI for resource allocation. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Align test to the new GPPI API. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Align samples to use the updated GPPI API. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Adapt to the new GPPI API. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Adapt radio_test sample to the new GPPI API. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Use the new GPPI API. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Align sample to the new GPPI API. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nrfx_dppi is deprecated and nrfx_gppi need to be used. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
CONFIG_NRFX_TWIXxx options has been removed. Aligning test to not use those. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
They are not needed by the test and consumes Flash. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
GPIOTE driver instances are no longer defined within nrfx. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Errno codes are returned now. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Errno codes are returned now. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
GPIOTE instance shall be accessed via pointer. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
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. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Remove nrfx-examples from quarantine. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Set custom nrfx path to test with the most recent. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Testing. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
1889edd to
9c840f5
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3481