Skip to content

Releases: ArekBalysNordic/sdk-connectedhomeip

v2.5.1_test

23 Nov 11:14
Compare
Choose a tag to compare
[nrf fromtree][nrfconnect] Removed overwriting mbedTLS configs handle…

v2.4.1

11 Jul 07:15
Compare
Choose a tag to compare
[nrf noup] [nrfconnect] Fix release tools workflow

Linux CHIP-Tool test

16 Feb 12:11
Compare
Choose a tag to compare
[nrf noup] Remove dependency to openssl from CHIP tool build for linux

Currently the chip-tool that is released as a part of
sdk-connectedhomeip has dependency to openssl.
The issue is that Ubuntu 20.04 and Ubuntu 22.04 use different version
of OpenSSL and version built under 20.04 does not work under
22.04 (without some hacks to install the old openssl version)
and vice-verse.

- Removed the dependency to the dynamic library (OpenSSL) to build
Chip-Tool with the mbedTLS.

Linux CHIP-Tool test + OTA Provider with crypto mbedtls

16 Feb 15:04
Compare
Choose a tag to compare
[nrf noup] Update required MCUmgr config

Updates required MCUmgr configuration for zephyr upmerge changes.

Signed-off-by: Jamie McCrae <[email protected]>