Skip to content

Conversation

@nordic-bami
Copy link
Contributor

No description provided.

jaz1-nordic and others added 30 commits November 28, 2025 11:10
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]>
mstasiaknordic and others added 10 commits November 28, 2025 11:10
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]>
@github-actions
Copy link

Since quarantine was modified, please make sure you are following the process described in Quarantine Process.

@NordicBuilder NordicBuilder added doc-required PR must not be merged without tech writer approval. manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Nov 28, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 28, 2025

@nordic-bami nordic-bami changed the title Update spim pan tests to new nrfx tests: drivers: spim: Update PAN tests for the NRFX 4.0 Nov 28, 2025
Update the nrfx referneces in the SPIM PAN tests.

Signed-off-by: Bartosz Miller <[email protected]>
@nordic-bami nordic-bami force-pushed the update_spim_pan_tests_to_new_nrfx branch from fceba98 to d7fe3ec Compare November 28, 2025 12:57
@nordic-bami nordic-bami changed the base branch from main to collab-nrfx-4.0 November 28, 2025 12:58
@nordic-bami nordic-bami changed the base branch from collab-nrfx-4.0 to main November 28, 2025 12:59
@NordicBuilder
Copy link
Contributor

CI Information

To view the history of this post, click the 'edited' button above
Build number: 4

Inputs:

Sources:

more details

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (0)

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ❌ Toolchain
  • ❌ Build twister
  • ❌ Integration tests

Note: This message is automatically posted and updated by the CI

@github-actions
Copy link

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

@nordic-bami nordic-bami deleted the update_spim_pan_tests_to_new_nrfx branch November 28, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM doc-required PR must not be merged without tech writer approval. manifest manifest-mcuboot manifest-nrf-802154 manifest-nrfxlib manifest-trusted-firmware-m manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.