Added some dependency into zephyr kconfig for BACnet/IP builds. Updated simple sensor sample.

This commit is contained in:
Steve Karg
2024-07-24 10:38:24 -05:00
parent 4694b9b2eb
commit 923eaf2313
5 changed files with 52 additions and 0 deletions
+15
View File
@@ -9,3 +9,18 @@ rsource "bacnet_settings/Kconfig"
rsource "bacnet_basic/Kconfig"
rsource "object/Kconfig"
rsource "server/Kconfig"
config BACNET_SHELL
bool "BACnet Shell"
default n
select SHELL
select CONSOLE
select KERNEL_SHELL
select THREAD_MONITOR
select THREAD_NAME
select DEVICE_SHELL
select LOG
help
Enable BACnet Shell support