Feature/structured view object subordinate list add remove (#1283)

This commit is contained in:
Steve Karg
2026-03-27 15:08:37 -05:00
committed by GitHub
parent 6f3d25b5ba
commit b8dd89b879
4 changed files with 1121 additions and 58 deletions
+3 -1
View File
@@ -13,7 +13,7 @@ The git repositories are hosted at the following sites:
* <https://bacnet.sourceforge.net/>
* <https://github.com/bacnet-stack/bacnet-stack/>
## [Unreleased] - 2026-03-25
## [Unreleased] - 2026-03-27
### Security
@@ -53,6 +53,8 @@ The git repositories are hosted at the following sites:
### Added
* Added structured-view object subordinate-list add, remove, exist, same
API for interfacing as a list. Added purge API for unit testing. (#1283)
* Added ports/pico for Raspberry Pi Pico port of the BACnet stack
supporting both BACnet/IP and BACnet MS/TP. (#1232)
* Added new functions for duplicating and copying octet string buffers.