Skip to content

Conversation

nordic-piks
Copy link
Contributor

DNM.

rlubos added 28 commits June 16, 2025 10:59
This reverts commit a38b6ea.

Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 124f663.

Signed-off-by: Robert Lubos <[email protected]>
…it access"

This reverts commit 6ca49f6.

Signed-off-by: Robert Lubos <[email protected]>
…oftware inversion"

This reverts commit 039e3d7.

Signed-off-by: Robert Lubos <[email protected]>
…g pins for nRF54L20"

This reverts commit d606ade.

Signed-off-by: Robert Lubos <[email protected]>
…or nRF54L20"

This reverts commit 9de63a4.

Signed-off-by: Robert Lubos <[email protected]>
…rol option"

This reverts commit daac72a.

Signed-off-by: Robert Lubos <[email protected]>
…low-control"

This reverts commit 546191e.

Signed-off-by: Robert Lubos <[email protected]>
This reverts commit c3ad6ee.

Signed-off-by: Robert Lubos <[email protected]>
…l for get_config"

This reverts commit 6fcd805.

Signed-off-by: Robert Lubos <[email protected]>
…ance calculations."

This reverts commit 45d107b.

Signed-off-by: Robert Lubos <[email protected]>
…able warning"

This reverts commit 72c7013.

Signed-off-by: Robert Lubos <[email protected]>
…ENGTH`"

This reverts commit c3bc0eb.

Signed-off-by: Robert Lubos <[email protected]>
…OST_CRYPTO_PRNG"

This reverts commit 88a1803.

Signed-off-by: Robert Lubos <[email protected]>
…AZY_GET for ZLL"

This reverts commit c62b949.

Signed-off-by: Robert Lubos <[email protected]>
…epend on, not select"

This reverts commit 477c411.

Signed-off-by: Robert Lubos <[email protected]>
…ime-us to 26"

This reverts commit f115b9c.

Signed-off-by: Robert Lubos <[email protected]>
mstasiaknordic and others added 26 commits June 18, 2025 11:03
…e values

Current target-reference mapping does not cover all cases.

Signed-off-by: Michał Stasiak <[email protected]>
(cherry picked from commit 4d65854)
…ization

The GRTC counter is not cleared at startup, therefore the
`last_count` variable needs to be initialized accordingly.
This change:
- Prevents overflow of the `sys_clock_announce()` int32_t parameter
- Ensures the correct uptime value, which should be reset during
  initialization

Upstream PR #: 91432

Signed-off-by: Adam Kondraciuk <[email protected]>
…h uptime changes

Update GRTC tests to reflect uptime reset at startup.

Upstream PR #: 91432

Signed-off-by: Adam Kondraciuk <[email protected]>
Extend I2S testing with additional test cases that verify
I2S/TDM driver operation at various configurations.

Check:
- word sizes of 8, 16, 24, 32 and 48 bits;
- one, two, four and eight audio channels configuration;
- data format I2S, Left Justified, Right Justified,
  PCM Long, PCM Short;
- data order MSB and LSB first;
- bit clock and frame clock inversion;
- block size of 6 bytes;
- bit clock continuous and gated;
- internal loopback;
- pingpong option.

Signed-off-by: Sebastian Głąb <[email protected]>
(cherry picked from commit a58684d)
Add boards/nordic/**/* to the CI-boot-test scope and remove SUIT labels.

Signed-off-by: Robert Stypa <[email protected]>
…A Eng A

Errata 55 applies to nRF54LV10A Eng A as well.

Upstream PR #: 91682

Signed-off-by: Nikodem Kastelik <[email protected]>
Added automatic KMU key provisioning, when keyfile.json
file exists in the build directory.
This enables automated key provisioning during the
flashing process to enable testing nRF54L aplications using Twister.
Only applicable on nrfutil runner.

Signed-off-by: Grzegorz Chwierut <[email protected]>
(cherry picked from commit db3c344)
Fixed board page in zephyr.

Signed-off-by: Richa Pandey <[email protected]>
Pull fix to free TX packets early once handed over to nRF70.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit f4b5898)
… controlling

Update nrf_wifi for dynamic bandwidth signal controlling through
command init.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
(cherry picked from commit 3c6cd19)
…ignalling

Add Kconfig to enable/disable  Dynamic Bandwidth Signalling.

Signed-off-by: Kapil Bhatt <[email protected]>
(cherry picked from commit 1037a0c)
Update nrf_wifi for dynamic ED controlling through
command init.

Upstream PR #: 91806

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
Add Kconfig to enable/disable Dynamic ED which add support for
proprietary algorithm to enhance performance in high-traffic channels.

Upstream PR #: 91806

Signed-off-by: Kapil Bhatt <[email protected]>
Add new function called _cache_all_check that cache all if
NRF_CACHE has no LINEADDR.

Signed-off-by: Travis Lam <[email protected]>
(cherry picked from commit 10f35d7)
…TIONS

When CONFIG_NO_OPTIMIZATIONS the compiler will not inline
socket_offload_dns_is_enabled(), which means calls to
socket_offload* remain, and the linker will fail with

in function `zsock_getaddrinfo': undefined reference to
`socket_offload_getaddrinfo'
in function `zsock_freeaddrinfo': undefined reference to
`socket_offload_freeaddrinfo'

Instead of relaying on that function being inlined and the
if'ed code being removed, let's just use the preprocessor.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
(cherry picked from commit dc24583)
Signed-off-by: Robert Lubos <[email protected]>
…IMEOUT corner case

When reception is restarted (STARTRX after ENDRX but no STOPRX) it is
possible that FRAMETIMEOUT countdown counter will not be started by
the first received byte if byte was already being transmitted when
STARTRX was called. If that is the only byte then it is expected that
timeout will be triggered but since FRAMETIMEOUT counter is not started
there is no FRAMETIMEOUT event which has short to STOPRX. This
situation will happen in case short buffers are used (< 5 bytes)
because then short ENDRX_STARTRX is not used then.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 94d355a)
Added handling of new IRONside DVFS service.
NRFS DVFS is now not enabled by default.

Signed-off-by: Łukasz Stępnicki <[email protected]>
(cherry picked from commit a077773)
…esolve API

Introduce API which allows users to determine what the actual
minimum spec will be resulting from a requested minimum spec. This
is useful for optimizing code as the requested minimum may be
way worse than what will actually be applied.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit b1a5588)
…tartup time

Introduce get_startup_time API which allows users to request
clocks specs to be met in time for an event.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit 6aeca71)
…artup_time

Implement nrf_clock_control_resolve() and
nrf_clock_control_get_startup_time_us() APIs.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit 54d86e8)
…tartup_time

Implement nrf_clock_control_resolve() and
nrf_clock_control_get_startup_time_us() APIs.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit b20a233)
…startup_time

Implement nrf_clock_control_resolve() and
nrf_clock_control_get_startup_time_us() APIs.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit 9983222)
Implement nrf_clock_control_resolve() API.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit c950c56)
Implement nrf_clock_control_resolve() API.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit 077ff2b)
…d startup time

Add resolving the requested clock spec and getting the startup time
of the clock for given clock spec to the nordic specific
clock_control sample.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit da3b4bc)
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.