Lines Matching +full:zephyr +full:- +full:env
1 # SPDX-License-Identifier: Apache-2.0
4 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
9 target_compile_options(app PRIVATE -fsanitize=address -fomit-frame-pointer)
39 -DMBEDTLS_CONFIG_FILE="mbedtls_config_uoscore_uedhoc.h"
40 -DUNIT_TEST
41 -DDEBUG_PRINT
42 -DZCBOR_CANONICAL
43 #-DMEASURE_LATENCY_ON
44 #-DREPORT_STACK_USAGE
49 # this zephyr build to the external build system.
61 # west build -b native_posix -- -DCOMMAND_LINE_FLAGS="-DVLA"
78 # https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html
103 BUILD_BYPRODUCTS ${build_dir}/libuoscore-uedhoc.a
112 set_target_properties(test PROPERTIES IMPORTED_LOCATION ${build_dir}/libuoscore-uedhoc.a)