Home
last modified time | relevance | path

Searched +full:- +full:- +full:legend (Results 1 – 3 of 3) sorted by relevance

/uoscore-uedhoc-3.6.0/scripts/
Dgen_coverage_report.sh4 # file at the top-level directory of this distribution.
6 # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7 # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8 # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
13 …ocs.zephyrproject.org/latest/develop/test/coverage.html#coverage-reports-using-the-posix-architect…
16 rm -rf build/
17 rm -rf ../build/
18 rm -rf ../report_coverage/
20 west build -b native_posix -- -DCONFIG_COVERAGE=y
21 west build -t run
[all …]
/uoscore-uedhoc-3.6.0/.github/workflows/
Dci.yml9 name: Build uoscore-uedhoc
10 runs-on: ubuntu-latest
13 - name: Install Zephyr tools
15 wget https://apt.kitware.com/kitware-archive.sh
16 sudo bash kitware-archive.sh
17--no-install-recommends git cmake ninja-build gperf ccache dfu-util device-tree-compiler wget pyth…
18 cmake --version
19 python3 --version
20 dtc --version
23 sudo apt install python3-venv
[all …]
/uoscore-uedhoc-3.6.0/
DDoxyfile16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # file that follow. The default is UTF-8 which is also the encoding used for all
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
61 OUTPUT_DIRECTORY = /home/stefan/workspaces/github/uoscore-uedhoc/doxygen
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
[all …]