1b147e2edc
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
15 lines
329 B
Plaintext
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
|