-
Notifications
You must be signed in to change notification settings - Fork 1.4k
tests: drivers: spim: Update PAN tests for the NRFX 4.0 #25880
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
tests: drivers: spim: Update PAN tests for the NRFX 4.0 #25880
Conversation
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 <jakub.zymelka@nordicsemi.no>
Enabled workaround for MLTPAN-60 anomaly in NFC platform. Ref: NCSDK-31244 Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
Make MDK path dependent on BSP path, since it is now located there. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Remove selecting PRS BOX other than PRS_BOX_0, as it now causes compilation errors due to not checking if `NRFX_PRS_BOX_*_ADDR` is defined in nrfx driver. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
NRF_POWER_RAMPOWER_S0POWER is deprecated and is to be removed soon. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Will be fixed in NRFX-8421. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Added prescaler substructure to I2S configuration. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Switch saadc pin definitions for generic ones defined in nrf-saadc.h Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Removed instance specific SPIM and SPIS config symbols. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Include nrfx instead of MDK. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
`nrfx_grtc_syscounter_get()` does not take a pointer anymore. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Replace deprecated nrfx_clock call with new one. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Rename I2S0 symbol from Kconfig. Align audio_i2s module to the new nrfx I2S driver. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Removed instance specific I2S config symbols. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Removed instance specific PDM config symbols. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Removed instance specific QDEC config symbols. Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
Removed instance specific WDT config symbols. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
No longer needed Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
No longer needed Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
No longer needed Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
No longer needed Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
It is in lib, not in soc. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Remove PWM configs due to pwm_nrfx rework. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Align connectivity_bridge, nrf5340_audio and serial_lte_modem to changes in nrfx_timer driver. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Align bluetooth, peripheral and wifi samples to changes in nrfx_timer driver. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Align tests to extracted control block in nrfx_timer driver. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Align to changes in nrfx_timer driver. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Align to changes in nrfx_timer. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Align to changes in nrfx_timer driver. Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Align TWIM and TWIS tests to standard instanation changes in I2C API. Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
NRFX RTC driver now returns errno values. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
NRFX NVMC driver now returns errno values. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
There are minor updates in GPPI API. Align in places that are affected. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Align test to extracted control block in nrfx_timer and nrfx_gpiote drivers. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
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 <marcin.szymczyk@nordicsemi.no>
nrfx functions now return errno.h values. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Align to new return codes. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
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 <krzysztof.chruscinski@nordicsemi.no>
nrfx uses errno now. Fix GPPI usage. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Temporary update to test CI. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
|
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: ⛔ DNM label due to: 5 projects with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Update the nrfx referneces in the SPIM PAN tests. Signed-off-by: Bartosz Miller <bartosz.miller@nordicsemi.no>
fceba98 to
d7fe3ec
Compare
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-25880/nrf/samples/nrf5340/empty_app_core/README.html |
No description provided.