Added Zephyr settings and basic device in subsys. (#697)

* Added Zephyr settings subsys to enable storing of BACnet values according to BACnet object property value path.

* Added BACnet Basic features to enable basic samples. Refactored the zephyr BACnet profile B-SS sample to use BACnet basic subsys.
This commit is contained in:
Steve Karg
2024-07-19 17:12:20 -05:00
committed by GitHub
parent 90714c094c
commit 1e889b633c
33 changed files with 3400 additions and 213 deletions
+2 -1
View File
@@ -46,6 +46,7 @@ config BACNET_PROPERTY_LISTS
config BACNET_PROPERTY_ARRAY_LISTS
bool "BACnetARRAY Property Lists"
default true
help
Enable BACnetARRAY Property Lists
@@ -321,7 +322,7 @@ config BACDL_BIP6_ADDRESS_INDEX
config BACDL_BIP6_MCAST_ADDRESS
string "IPv6 multicast destination"
default "FF0E::BAC0"
default "FF02::BAC0"
depends on BACDL_BIP6
help
IPv6 multicast group address for BACNET.