Skip to content

Commit 0e28579

Browse files
committed
Merge branch 'default' into feature/add-lighting-supervisor-sample-profile
2 parents 9b36d60 + cf91f80 commit 0e28579

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ currently being supported with security updates.
77

88
| Zephyr-OS | BACnet-Stack | Supported |
99
| ---------- | ------------ | ------------------ |
10+
| 3.7.0 | 1.4.x | :white_check_mark: |
1011
| 3.6.0 | 1.3.x | :white_check_mark: |
1112

1213
## Reporting a Vulnerability

zephyr/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ if(NOT (CONFIG_BACDL_ETHERNET OR
3939
CONFIG_BACDL_ARCNET OR
4040
CONFIG_BACDL_BIP OR
4141
CONFIG_BACDL_BIP6 OR
42+
CONFIG_BACDL_CUSTOM OR
43+
CONFIG_BACDL_MULTIPLE OR
4244
CONFIG_BACDL_NONE OR
4345
CONFIG_BACAPP_ALL))
4446
set(CONFIG_BACDL_NONE YES)
@@ -49,6 +51,8 @@ message(STATUS "BACNETSTACK: BACDL_BIP \"${CONFIG_BACDL_BIP}\"")
4951
message(STATUS "BACNETSTACK: BACDL_ARCNET \"${CONFIG_BACDL_ARCNET}\"")
5052
message(STATUS "BACNETSTACK: BACDL_MSTP \"${CONFIG_BACDL_MSTP}\"")
5153
message(STATUS "BACNETSTACK: BACDL_ETHERNET \"${CONFIG_BACDL_ETHERNET}\"")
54+
message(STATUS "BACNETSTACK: BACDL_CUSTOM \"${CONFIG_BACDL_CUSTOM}\"")
55+
message(STATUS "BACNETSTACK: BACDL_MULTIPLE \"${CONFIG_BACDL_MULTIPLE}\"")
5256
message(STATUS "BACNETSTACK: BACDL_NONE \"${CONFIG_BACDL_NONE}\"")
5357
message(STATUS "BACNETSTACK: BACAPP_ALL \"${CONFIG_BACAPP_ALL}\"")
5458

zephyr/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ config BACDL_ALL
100100
help
101101
Enable BACnet with all datalinks enabled
102102

103+
config BACDL_MULTIPLE
104+
bool "BACnet with multiple datalinks enabled"
105+
help
106+
Enable BACnet with multiple datalinks enabled
107+
103108
config BACAPP_ALL
104109
bool "BACnet data types supported for WriteProperty: all = minimal + extra"
105110
default false

0 commit comments

Comments
 (0)