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
This commit is contained in:
Mikhail Antropov
2022-06-17 11:56:17 +03:00
parent 23fb2394c5
commit 1b147e2edc
41 changed files with 689 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
/*
* Copyright (c) 2022 Legrand North America, LLC.
*
* SPDX-License-Identifier: MIT
*/
#include "object.h"
#include "bacnet/basic/object/command.h"
OBJECT_FUNCTIONS(Command, COMMAND_DESCR);