We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a497df + 8bbab23 commit 03f058bCopy full SHA for 03f058b
CHANGELOG.md
@@ -17,3 +17,6 @@ The git repository is hosted at the following site:
17
### Changed
18
### Fixed
19
### Removed
20
+
21
+## [1.4.0] - 2024-11-11
22
+* Initial release of BACnet Stack v1.4 on Zephyr v3.7.0
west.yml
@@ -38,7 +38,7 @@ manifest:
38
projects:
39
- name: bacnet-stack
40
path: bacnet/stack # Hidden by bacnet/.gitignore
41
- revision: master
+ revision: bacnet-stack-1.4 # Long-lived release branch
42
- name: zephyr
43
path: zephyr
44
revision: v3.7.0
0 commit comments