Skip to content

Commit

Permalink
SWPROT-8953: Release 1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
  • Loading branch information
rzr committed Feb 12, 2025
1 parent b0bbefa commit 6c277b7
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 5 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@ All notable changes to this project will be documented in this file.
**Full Changelog**:
https://github.com/SiliconLabsSoftware/z-wave-protocol-controller/commits

## ver_1.7.0

**Full Changelog**:
https://github.com/SiliconLabsSoftware/z-wave-protocol-controller/commits/ver_1.7.0

Refer to documentation for release highlights:

- [applications/zpc/release_notes.md](applications/zpc/release_notes.md)


## ver_1.6.1-RC0

Integrate internal changes progressively:

```
applications/zpc: uic#ver_1.7.0-unstable-84-gcb000bc912
applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2: zw-libs2#zwave-sdk-7.21.0-ga-65-g3b7dcd7
```

## ver_1.6.0-RC4

Expand Down
24 changes: 24 additions & 0 deletions applications/zpc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# ZPC Release Notes

## [1.7.0] - Feb 2025

**BREAKING**: ZPC has been relocated outside UnifySDK (it depends on it).

### Added (1.7.0)

* Z-Wave S2v2 related changes (not yet supported with public firmwares)
* Added unknown type support to Notification CC

### Changes (1.7.0)

* User credentials Experimental support

### Fixed (1.7.0)

* Updated Notification CC to support Alarm CC v1 and v2
* Time Parameters CC
* Add failsafe to tx queue so it doesn't get blocked
* Notification CC fixes to pass CTT

### Known issues (1.7.0)

* ZPC's UnifySDK related documentation may be inconsistent.

## [1.6.0] - Aug 2024

**BREAKING** : ZPC database version bumped from 2 to 3.
Expand Down
8 changes: 3 additions & 5 deletions cmake/modules/FindUnifySDK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,15 @@ endif()
if(NOT DEFINED UNIFYSDK_GIT_TAG)
if(DEFINED ENV{UNIFYSDK_GIT_TAG})
set(UNIFYSDK_GIT_TAG $ENV{UNIFYSDK_GIT_TAG})
else()
set(UNIFYSDK_GIT_TAG "ver_1.7.0")
endif()
endif()
if("${UNIFYSDK_GIT_TAG}" STREQUAL "")
set(UNIFYSDK_GIT_TAG "main") # Override CMake default ("master")
endif()

if(${GIT_EXECUTABLE})
else()
set(GIT_EXECUTABLE git)
endif()

find_package(Git)
FetchContent_Declare(
UnifySDK
GIT_REPOSITORY ${UNIFYSDK_GIT_REPOSITORY}
Expand Down

0 comments on commit 6c277b7

Please sign in to comment.