@@ -15,10 +15,18 @@ The git repository is hosted at the following site:
1515### Security
1616
1717### Removed
18- * Removed BACnet basic objects and server framework into BACnet libraray
19- and removed zephyr version .
18+ * Removed zephyr version of the BACnet basic objects and server framework
19+ and placed them into BACnet Protocol Stack library .
2020
2121### Fixed
22+ * Fixed compile in BACnet/IP subsys using CONFIG_POSIX_API=y. (#47 )
23+ * Fixed missing const in bip6-init.c and used zsock API.
24+ Replaced inet_ntoa with net_addr_ntop. Removed unnecessary select NET_SOCKETS_POSIX_NAMES. (#46 )
25+ * Fixed the BACnet light override clear shell command. (#44 )
26+ * Fixed our interface to Zephyr net manager API changes in v4.2.0. (#40 )
27+ * Fixed samples: subsys: nvs: stm32 overlays fixup.
28+ Don't try to delete storage partitions that doesn't exist anymore. (#39 )
29+ * Fixed warning from using FD_ISSET instead of ZSOCK_FD_ISSET. (#37 )
2230* Fixed readme for sample projects. Fixed JSON for bacnet objects
2331 sub command in shell. (#31 )
2432* Fixed network port object all datalink builds. (#26 )
@@ -28,6 +36,8 @@ The git repository is hosted at the following site:
2836 to avoid stack overflow.
2937
3038### Changed
39+ * Change the settings restore to load only BACnet settings by using
40+ bacnet_storage_handler.name feature.
3141* Changed the number of sample board builds for twister to reduce minutes.
3242* Changed pipeline to use container ghcr.io/zephyrproject-rtos/ci: v0 .26-branch
3343 and build tests and samples using twister for Zephyr OS version 3.7 LTS
@@ -38,8 +48,14 @@ The git repository is hosted at the following site:
3848* Changed gitignore to ignore the build folder.
3949
4050### Added
51+ * Added BACnet Application Specific Control (B-ASC) sample. (#51 )
52+ * Added timer and audit-log objects to basic server. (#51 )
53+ * Added Model_Name config to the Kconfig for basic BACnet device. (#50 )
4154* Added KERNEL_VERSION_MAJOR check in samples DTS overlay files to handle
42- changes in Zephyr OS version 4
55+ changes in Zephyr OS version 4. (#48 )
56+ * Added shell command for lighting output overridden and tracking value. (#41 )
57+ * Added BACnet zephyr shell for device date, time, and lighting
58+ output object. (#36 )
4359* Added BACDL ZIGBEE and BSC datalink defines to Kconfig & CMakeLists.txt (#35 )
4460* Added baclog, you-are, who-am-i, create-object, delete-object, write-group,
4561 bramfs, bsramfs, and color-rgb modules to cmake. (#35 )
0 commit comments