Skip to content

Conversation

@cvinayak
Copy link

Add support for sysbuild 54h20 building
added nrf54h20 cpurad configuration to hci_ipc sample.

(cherry picked from commit d2f19a2)

rlubos added 30 commits June 12, 2025 18:00
This reverts commit a9dd345.

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

This reverts commit 68bf3b1.

Signed-off-by: Robert Lubos <[email protected]>
…n NCS dir"

This reverts commit 765ca79.

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

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

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

This reverts commit 4da51fc.

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

This reverts commit a367593.

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

This reverts commit 2828e66.

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

This reverts commit 7e3f54c.

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

This reverts commit 7c9666e.

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

This reverts commit 90e36d6.

Signed-off-by: Robert Lubos <[email protected]>
mstasiaknordic and others added 24 commits June 12, 2025 18:01
…ation

CONF_FILE parameter in testcase.yaml overwrites board
specific configurations. Change it to EXTRA_CONF_FILE
to apply both configurations.

Signed-off-by: Michał Stasiak <[email protected]>
(cherry picked from commit 72623f9)
… 3.12.0

New nrfx release contains MDK 8.71.1
and various fixes for nRF devices.

Signed-off-by: Nikodem Kastelik <[email protected]>
(cherry picked from commit f46798f)
…ration

Some nRF devices allow to configure burst setting per channel
while others globally.

Signed-off-by: Nikodem Kastelik <[email protected]>
(cherry picked from commit 5abf43c)
Some nRF devices do not allow to configure gain.

Signed-off-by: Nikodem Kastelik <[email protected]>
(cherry picked from commit 647477c)
ZMS legacy enabled by CONFIG_SETTINGS_ZMS_LEGACY uses a different lookup
cache function that is optimized for Settings subsystem.

Signed-off-by: Riadh Ghaddab <[email protected]>
(cherry picked from commit d07064e)
… 3.12.1

New nrfx release contains fixes for SPIM and GRTC driver.

Signed-off-by: Nikodem Kastelik <[email protected]>
(cherry picked from commit 59334fa)
Allow to add an image-specific DTS overlay, that is applied based on the
FILE_SUFFIX.
Up to this point, it was possible to specify such Kconfig files
(sysbuild/<image>_<file_suffix>.conf),
but it did not work with dts overlays
(sysbuild/<image>_<file_suffix>.overlay).
This commit aligns the logic of finding configuration files for both
scenarios mentioned above.

Ref: NCSDK-NONE

Signed-off-by: Tomasz Chyrowicz <[email protected]>
(cherry picked from commit 13a0f05)
Allow more TWIS instances to be tested.

Upstream PR #: 91402

Signed-off-by: Michał Stasiak <[email protected]>
(cherry picked from commit bcf554e)
For GRTC timer a longer timeout is required:
(2 ^ 32) * 2 * 1us

Signed-off-by: Adam Kondraciuk <[email protected]>
(cherry picked from commit d0785ce)
The HFXO used on nRF54L15 DK has the typical startup latency of 854us.

Upstream PR #: 90795

Signed-off-by: Rafał Kuźnia <[email protected]>
(cherry picked from commit 39076d5)
…ency

The clock startup latency is now obtained from the clock driver and the
nrf-802154 is now set to a value that matches hardware capabilities.

Upstream PR #: 90795

Signed-off-by: Rafał Kuźnia <[email protected]>
(cherry picked from commit 4b3f171)
…calls to it

This is a follow-up to commit a068709.

As the SPIM_REQUESTS_CLOCK() macro changed the type of its parameter,
all of the calls to it need to be updated accordingly. Also the call to
DT_NODELABEL() needs to be removed from that macro as DT_CLOCKS_CTLR()
already returns a node identifier.

Signed-off-by: Andrzej Głąbek <[email protected]>
(cherry picked from commit ec06e63)
…STS is disabled

If `CONFIG_SYS_CLOCK_EXISTS=n`, then
`CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC` will likely not be defined at all.
Fix the compilation by moving the check for it being `== 0` to a
separate preprocessor #if statement.

Signed-off-by: Carles Cufi <[email protected]>
(cherry picked from commit 03f46db)
… fwid length

Commit sets max possible number of tx and rx segments
to not adapt them anymore.

Signed-off-by: Aleksandr Khromykh <[email protected]>
(cherry picked from commit a046f25)
Commit changes BT_MESH_DFU_FWID_MAXLEN option to be
compliant with BLE Mesh specification.

Signed-off-by: Aleksandr Khromykh <[email protected]>
(cherry picked from commit 2411238)
…rious empty macro

If SYS_CLOCK_EXISTS is not enabled, then the SYS_CLOCK_HW_CYCLES_PER_SEC
still gets created, but with no value. This causes the code generation
in misc/generated/CMakeLists.txt to create an empty assembly macro:

`.equ  CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC,`

which then causes a build error.

Disable SYS_CLOCK_HW_CYCLES_PER_SEC entirely when SYS_CLOCK_EXISTS is
disabled to fix this.

This is a follow-up to 03f46db.

Signed-off-by: Carles Cufi <[email protected]>
(cherry picked from commit 61cdcb3)
The help message for the wifi mode -s command indicates it sets
the Wi-Fi mode to station. However, the Zephyr Wi-Fi shell subsystem
was incorrectly using a get operation instead of set.

This commit corrects the behavior to properly set the Wi-Fi mode,
aligning the implementation with the help message.

Signed-off-by: Arunmani Alagarsamy <[email protected]>
(cherry picked from commit 0faba15)
Include nordic,nrf-nfct-v2 compatible in the option.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 2d82970)
Use nordic,nrf-nfct-v2 compatible in the main nrf54h20 devicetree
description.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit b84dd5b)
… cpurad

NFCT is by default assigned to application so DT node does
not need to be enabled or reserved in DT to have access to
NFCT registers. On cpurad NFCT must be reserved to enable
register access and then antenna pins can be configured as
gpios.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 1dc42fc)
Add information about nfct node status. For cpuapp status is irrelevant
because NFCT is by default assigned to cpuapp but for cpurad node needs
to have reserved status.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 9caab5b)
Add a new "if_name" pointer to the transport configuration structure,
allowing the application to bind MQTT client to a specific network
interface.

Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit 35af68b)
…oad at runtime

Add new socket offloading functions, allowing to enable/disable
offloaded DNS implementation at runtime. This may be useful if there is
a mix of offloaded/native network interfaces in the system, so the
application can choose which DNS backend to use.

Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit b18bc7c)
Add support for sysbuild 54h20 building
added nrf54h20 cpurad configuration to hci_ipc sample.

Signed-off-by: Aytürk Düzen <[email protected]>
Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
(cherry picked from commit d2f19a2)
@rlubos rlubos force-pushed the meta-upmerge branch 5 times, most recently from 262303b to 47096a4 Compare June 16, 2025 09:02
@cvinayak cvinayak closed this Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.