Skip to content
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

manifest: sdk-connectedhomeip: Update revision #19962

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#532

m-alperen-sener and others added 30 commits December 19, 2024 15:52
Updating composition data page 2 records with supported latest NLC
profile version.

Signed-off-by: alperen sener <[email protected]>
- Added psa_tls sample support for nrf54h20dk/nrf54h20/cpuapp
  and nrf54h20dk/nrf54h20/cpurad.
- Added DTLS support for nrf54l15 and nrf54h20.
- Cleaned up build names in sample.yaml

Signed-off-by: Magne Værnes <[email protected]>
Running tests with UBSAN identified unaligned memory access
of the ranging counter. Fix this by using net_buf_simple.

Signed-off-by: Sean Madigan <[email protected]>
This removes repetation of KRKNWK-18776 (sidewalk issue - fixed) by
more generic NCSDK-31066.
Workaround was added.

Signed-off-by: Andrzej Puzdrowski <[email protected]>
As in the topic

Signed-off-by: Maciej Perkowski <[email protected]>
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
Implement LE Set Extended Advertising Parameters [v2] command as per
bluetooth spec v6.0 (Vol 4 Part E Section 7.8.53).
Advertising Coding Selection is marked as supported.

Signed-off-by: Thomas Deppe <[email protected]>
Adding ED25519PH to the supported algorithms for cracen
Updated logic for selecting which algorithm to use cracen
key_management.c to handle different algorithms using
same curve and key_bits

Signed-off-by: Dag Erik Gjørvad <[email protected]>
Removing setuptool, wheel and pip as they are most likely redundant

Signed-off-by: Kari Hamalainen <[email protected]>
The `multiprotocol_rpmsg` sample for the nrf5340 is removed.
The functionality is taken over by the `ipc_radio` application.

Signed-off-by: Andrzej Kuros <[email protected]>
The samples/nrf5340/multiprotocol_rpmsg is removed.
Add changelog entry.

Signed-off-by: Andrzej Kuros <[email protected]>
Replaced obsolete multiprotocol_rpmsg and hci_ipc names
with ipc_radio.

Signed-off-by: Kamil Kasperczyk <[email protected]>
The samples/nrf5340/multiprotocol_rpmsg sample is removed.
References to it in historical files are changed to text
``nRF5340: Multiprotocol RPMsg``.

Signed-off-by: Andrzej Kuros <[email protected]>
Added handling for %NCELLMEAS notification with status 2 (measurement
interrupted), but no cells.

NRF91-2269

Signed-off-by: Tommi Kangas <[email protected]>
According to Matter 1.4 certification IDM-10.5 test case the
device should contain OTA requestor device type on endpoint 0.

In all Matter samples there is no such as device type.
We need to fix it to pass the certification test case.

Signed-off-by: Arkadiusz Balys <[email protected]>
… build

The description was outdated after introduction of sysbuild. Updating
the text to reflect the current status of the build system.

Additionally fix the configuration description of the internal module:
ei_data_forwarder_bt_nus.

Signed-off-by: Michał Grochala <[email protected]>
Standard revert of release doc updates.

Signed-off-by: Bartosz Gentkowski <[email protected]>
Change adds a known issue related to retransmission in the ESB.

Signed-off-by: Marcin Jelinski <[email protected]>
Use default heap size on nRF54L15.

Signed-off-by: Adrian Gielniewski <[email protected]>
* Add Kconfig for packet buffer pool size.
* Reduce packet buffer pool size to 11.
* Fix release tools workflow.

Signed-off-by: Adrian Gielniewski <[email protected]>
Mention `CONFIG_CHIP_SYSTEM_PACKETBUFFER_POOL_SIZE` Kconfig option.

Signed-off-by: Adrian Gielniewski <[email protected]>
See the following PR for more info on what changed since v1.6.0:
zephyrproject-rtos/action-manifest#16

Signed-off-by: Carles Cufi <[email protected]>
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
This commit adds new helper function nrf_rpc_decode_str_ptr_and_len()
that decodes CBOR string without copying it to a buffer. It allows to
get string length before buffer allocation.

Signed-off-by: Konrad Derda <[email protected]>
CLI commands may require large buffer for command strings. This commit
introduces usage of dynamic allocation to avoid usage of huge static
buffer.

Signed-off-by: Konrad Derda <[email protected]>
This commit adds RPC client and server for DNS client API.

Signed-off-by: Konrad Derda <[email protected]>
Add new 'ot test_*' commands for DNS client.

Signed-off-by: Konrad Derda <[email protected]>
This commit add tests suite for OpenThread RPC DNS client

Signed-off-by: Konrad Derda <[email protected]>
This commit adds DNS client API functions to the list.

Signed-off-by: Konrad Derda <[email protected]>
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 manifest manifest-matter
Projects
None yet
Development

Successfully merging this pull request may close these issues.