Home
last modified time | relevance | path

Searched full:build (Results 1 – 25 of 51) sorted by relevance

123

/uoscore-uedhoc-latest/test/ci_scripts/
Dtest_build_options.sh9 rm -rf build
10 west build -b native_posix -- -DCOMMAND_LINE_FLAGS="-DVLA -DASAN -DMESSAGE_4" -DCONFIG_ASAN=y
11 west build -t run
16 rm -rf build
17 west build -b native_posix -- -DCOMMAND_LINE_FLAGS="-DVLA -DASAN " -DCONFIG_ASAN=y
18 west build -t run
23 rm -rf build
24 west build -b native_posix -- -DCOMMAND_LINE_FLAGS="-DASAN -DMESSAGE_4" -DCONFIG_ASAN=y
25 west build -t run
30 rm -rf build
[all …]
Dstack_report_gen.sh15 rm -rf build
16 west build -b native_posix -- -DCOMMAND_LINE_FLAGS="-DVLA -DMESSAGE_4 -DTINYCRYPT"
23 rm -rf build
24 west build -b native_posix -- -DCOMMAND_LINE_FLAGS="-DVLA -DMESSAGE_4 -DMBEDTLS"
31 rm -rf build
32 west build -b native_posix -- -DCOMMAND_LINE_FLAGS="-DMESSAGE_4 -DTINYCRYPT"
38 rm -rf build
39 west build -b native_posix -- -DCOMMAND_LINE_FLAGS="-DMESSAGE_4 -DMBEDTLS"
Dflash_report_gen.sh20 rm -rf build
21 west build -b nrf9160dk_nrf9160 -- -DCOMMAND_LINE_FLAGS="-DMESSAGE_4 -DTINYCRYPT"
22 west build -t rom_report > build_reports/rom_report_nrf91_with_tinycrypt.txt
28 rm -rf build
29 west build -b nrf9160dk_nrf9160 -- -DCOMMAND_LINE_FLAGS="-DMESSAGE_4 -DMBEDTLS"
30 west build -t rom_report > build_reports/rom_report_nrf91_with_mbedtls.txt
/uoscore-uedhoc-latest/.github/workflows/
Dci.yml1 name: build & test
6 # This workflow contains 2 jobs build and test
8 build:
9 name: Build uoscore-uedhoc
17 …sudo apt install --no-install-recommends git cmake ninja-build gperf ccache dfu-util device-tree-c…
50 ### build, test and archive
52 - name: Build native_posix
63 path: test/build/uoscore_uedhoc/libuoscore-uedhoc.a
66 - name: Build native_posix_64
71 rm -rf build
[all …]
/uoscore-uedhoc-latest/samples/zephyr_edhoc/
DREADME.MD21 * In the directory `samples/zephyr_edhoc/responder` build and flash the sample:
23 west build -b=nrf52840dk_nrf52840
34 uart:~$ *** Booting Zephyr OS build zephyr-v3.1.0-4283-g5108c4f21d3d ***
37 …:00.264,770] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 3.1 Build 99
45 * On the Linux host in the folder `samples/linux_edhoc/initiator` build and run the initiator:
48 ./build/initiator
86 * On the Linux host in the folder `samples/linux_edhoc/responder` build and run the responder:
89 ./build/responder
93 * In the directory `samples/zephyr_edhoc/initiator` build and flash the sample:
95 west build -b=nrf52840dk_nrf52840
/uoscore-uedhoc-latest/test/
DREADME.MD11 rm -rf build/; west build -b=native_posix
12 west build -t run
19 rm -rf build/; west build -b=<board_name>
DCMakeLists.txt48 # how to build for this platform so we export all the flags used in
49 # this zephyr build to the external build system.
61 # west build -b native_posix -- -DCOMMAND_LINE_FLAGS="-DVLA"
68 # Add an external project to be able download and build the third
74 set(LIB_TEST_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../build)
94 BINARY_DIR ${src_dir} # This particular build system is invoked from the root
102 INSTALL_COMMAND "" # This particular build system has no install command
/uoscore-uedhoc-latest/samples/zephyr_edhoc/initiator/
DCMakeLists.txt36 # how to build for this platform so we export all the flags used in
37 # this zephyr build to the external build system.
49 # Add an external project to be able download and build the third
55 set(LIB_TEST_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../build)
78 BINARY_DIR ${src_dir} # This particular build system is invoked from the root
86 INSTALL_COMMAND "" # This particular build system has no install command
/uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/
DCMakeLists.txt37 # how to build for this platform so we export all the flags used in
38 # this zephyr build to the external build system.
50 # Add an external project to be able download and build the third
56 set(LIB_TEST_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../build)
79 BINARY_DIR ${src_dir} # This particular build system is invoked from the root
87 INSTALL_COMMAND "" # This particular build system has no install command
/uoscore-uedhoc-latest/scripts/
Dgen_coverage_report.sh16 rm -rf build/
17 rm -rf ../build/
20 west build -b native_posix -- -DCONFIG_COVERAGE=y
21 west build -t run
/uoscore-uedhoc-latest/samples/linux_edhoc/responder/
DREADME.md18 ## Build and Run
24 Then build and run:
28 ./build/linux_coap_client
DMakefile23 # build path
24 BUILD_DIR = build
28 USOCORE_UEDHOC_BUILD_PATH = $(USOCORE_UEDHOC_PATH)build
31 # build for 32 bit x68
37 # debug build?
147 # default action: build all
/uoscore-uedhoc-latest/samples/linux_edhoc/initiator/
DREADME.md18 ## Build and Run
24 Then build and run:
28 ./build/linux_coap_client
DMakefile24 # build path
25 BUILD_DIR = build
29 USOCORE_UEDHOC_BUILD_PATH = $(USOCORE_UEDHOC_PATH)/build
32 # build for 32 bit x68
38 # debug build?
135 # default action: build all
/uoscore-uedhoc-latest/samples/linux_oscore/client/
DMakefile21 # build path
22 BUILD_DIR = build
26 USOCORE_UEDHOC_BUILD_PATH = $(USOCORE_UEDHOC_PATH)build
28 # build for 32 bit x68
33 # debug build?
131 # default action: build all
/uoscore-uedhoc-latest/samples/linux_oscore/server/
DMakefile24 # build path
25 BUILD_DIR = build
29 USOCORE_UEDHOC_BUILD_PATH = $(USOCORE_UEDHOC_PATH)build
31 # build for 32 bit x68
36 # debug build?
133 # default action: build all
/uoscore-uedhoc-latest/samples/linux_edhoc_oscore/initiator_client/
DMakefile24 # build path
25 BUILD_DIR = build
29 USOCORE_UEDHOC_BUILD_PATH = $(USOCORE_UEDHOC_PATH)build
32 # build for 32 bit x68
38 # debug build?
137 # default action: build all
/uoscore-uedhoc-latest/samples/linux_edhoc_oscore/responder_server/
DMakefile24 # build path
25 BUILD_DIR = build
29 USOCORE_UEDHOC_BUILD_PATH = $(USOCORE_UEDHOC_PATH)build
32 # build for 32 bit x68
38 # debug build?
139 # default action: build all
/uoscore-uedhoc-latest/
D.gitignore2 build
DMakefile24 # Build directory
25 PREFIX ?= build
165 # build the library
DREADME.MD20 ## How to Build and Link
24 * link the static library `build/libuoscore-uedhoc.a` in your project
172 The build configuration can be adjusted in the [makefile_config.mk](makefile_config.mk).
/uoscore-uedhoc-latest/zephyr/
Dmodule.yml2 build:
/uoscore-uedhoc-latest/inc/cbor/
Dedhoc_encode_int_type_types.h21 * The define is used in the other generated file to do a build-time
Dedhoc_encode_bstr_type_types.h21 * The define is used in the other generated file to do a build-time
Dedhoc_decode_int_type_types.h21 * The define is used in the other generated file to do a build-time

123