-
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 <[email protected]>
Enabled workaround for MLTPAN-60 anomaly in NFC platform. Ref: NCSDK-31244 Signed-off-by: Marcin Jelinski <[email protected]>
Make MDK path dependent on BSP path, since it is now located there. Signed-off-by: Magdalena Pastula <[email protected]>
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 <[email protected]>
NRF_POWER_RAMPOWER_S0POWER is deprecated and is to be removed soon. Signed-off-by: Michał Stasiak <[email protected]>
Will be fixed in NRFX-8421. Signed-off-by: Magdalena Pastula <[email protected]>
Added prescaler substructure to I2S configuration. Signed-off-by: Michał Stasiak <[email protected]>
Switch saadc pin definitions for generic ones defined in nrf-saadc.h Signed-off-by: Jakub Zymelka <[email protected]>
Removed instance specific SPIM and SPIS config symbols. Signed-off-by: Michał Stasiak <[email protected]>
Include nrfx instead of MDK. Signed-off-by: Marcin Szymczyk <[email protected]>
`nrfx_grtc_syscounter_get()` does not take a pointer anymore. Signed-off-by: Marcin Szymczyk <[email protected]>
Replace deprecated nrfx_clock call with new one. Signed-off-by: Marcin Szymczyk <[email protected]>
Rename I2S0 symbol from Kconfig. Align audio_i2s module to the new nrfx I2S driver. Signed-off-by: Jakub Zymelka <[email protected]>
Removed instance specific I2S config symbols. Signed-off-by: Jakub Zymelka <[email protected]>
Removed instance specific PDM config symbols. Signed-off-by: Jakub Zymelka <[email protected]>
Removed instance specific QDEC config symbols. Signed-off-by: Karol Lasończyk <[email protected]>
Removed instance specific WDT config symbols. Signed-off-by: Michał Stasiak <[email protected]>
No longer needed Signed-off-by: Michał Stasiak <[email protected]>
No longer needed Signed-off-by: Michał Stasiak <[email protected]>
No longer needed Signed-off-by: Michał Stasiak <[email protected]>
No longer needed Signed-off-by: Michał Stasiak <[email protected]>
It is in lib, not in soc. Signed-off-by: Marcin Szymczyk <[email protected]>
Remove PWM configs due to pwm_nrfx rework. Signed-off-by: Michał Bainczyk <[email protected]>
Align connectivity_bridge, nrf5340_audio and serial_lte_modem to changes in nrfx_timer driver. Signed-off-by: Michał Bainczyk <[email protected]>
Align bluetooth, peripheral and wifi samples to changes in nrfx_timer driver. Signed-off-by: Michał Bainczyk <[email protected]>
Align tests to extracted control block in nrfx_timer driver. Signed-off-by: Michał Bainczyk <[email protected]>
Align to changes in nrfx_timer driver. Signed-off-by: Michał Bainczyk <[email protected]>
Align to changes in nrfx_timer. Signed-off-by: Michał Bainczyk <[email protected]>
Align to changes in nrfx_timer driver. Signed-off-by: Michał Bainczyk <[email protected]>
Align TWIM and TWIS tests to standard instanation changes in I2C API. Signed-off-by: Adam Kondraciuk <[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]>
Align test to extracted control block in nrfx_timer and nrfx_gpiote drivers. Signed-off-by: Jakub Zymelka <[email protected]>
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 <[email protected]>
nrfx functions now return errno.h values. Signed-off-by: Marcin Szymczyk <[email protected]>
Align to new return codes. Signed-off-by: Marcin Szymczyk <[email protected]>
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 <[email protected]>
nrfx uses errno now. Fix GPPI usage. Signed-off-by: Marcin Szymczyk <[email protected]>
Temporary update to test CI. Signed-off-by: Marcin Szymczyk <[email protected]>
|
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 <[email protected]>
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.