Oscbs 33 ci zephyr port (#375)
* zephyr: twister build fixes/patches * zephyr: hack: suppress bvlc test (build failures) Co-authored-by: Gregory Shue <gregory.shue@legrand.com>
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
zephyr_compile_definitions(
|
||||
_POSIX_C_SOURCE=200809 # Expose `strdup()` for bacfile, ao, bo, mso
|
||||
CONFIG_NEWLIB_LIBC # Choose library providing `strdup()` impl.
|
||||
)
|
||||
|
||||
zephyr_sources(device.c)
|
||||
|
||||
if(CONFIG_BACNET_USE_DYNAMIC_DESCRIPTION)
|
||||
|
||||
Reference in New Issue
Block a user