Files
bacnet_stack/zephyr/subsys/object/Kconfig
T
Mikhail Antropov 1b147e2edc OSCBS-23 Scalable BACnet object arrays, part #2
Add processing object table as section iterable for zephyr
      - zephyr/subset/object/device.c
      - zephyr/subset/object/objects.ld
    Add object descriptor array as dynamic list
      - zephyr/subset/object/object.h
      - zephyr/subset/object/*.c
2022-06-17 11:56:17 +03:00

15 lines
329 B
Plaintext

# Feature configuration options for BACnet-Stack
# Copyright (c) 2022 Legrand North America, LLC.
# SPDX-License-Identifier: MIT
if BACNETSTACK
config BACNET_USE_DYNAMIC_DESCRIPTION
bool "Use dynalic allocate for objects descriptions"
default false
help
Use dynalic allocate for objects descriptions
endif # BACNETSTACK