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
13 lines
257 B
C
13 lines
257 B
C
/*
|
|
* Copyright (c) 2022 Legrand North America, LLC.
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include "object.h"
|
|
#include "bacnet/basic/object/nc.h"
|
|
|
|
#if defined(INTRINSIC_REPORTING)
|
|
OBJECT_FUNCTIONS(Notification_Class, NOTIFICATION_CLASS_INFO);
|
|
#endif
|