Home
last modified time | relevance | path

Searched full:zephyr (Results 1 – 25 of 29) sorted by relevance

12

/uoscore-uedhoc-latest/.github/workflows/
Dci.yml13 - name: Install Zephyr tools
32 west zephyr-export
34 pip install -r ~/zephyrproject/zephyr/scripts/requirements.txt
38 …wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/zephyr-sdk-0.16.3_linu…
41 tar xvf zephyr-sdk-0.16.3_linux-x86_64.tar.xz
42 cd zephyr-sdk-0.16.3
54 source ~/zephyrproject/zephyr/zephyr-env.sh
68 source ~/zephyrproject/zephyr/zephyr-env.sh
85 source ~/zephyrproject/zephyr/zephyr-env.sh
105 source ~/zephyrproject/zephyr/zephyr-env.sh
[all …]
/uoscore-uedhoc-latest/samples/common/
Dsock_ipv6.c20 #include <zephyr/net/net_pkt.h>
21 #include <zephyr/net/net_if.h>
22 #include <zephyr/net/net_core.h>
23 #include <zephyr/net/net_context.h>
24 #include <zephyr/net/udp.h>
25 #include <zephyr/net/socket.h>
Dsock.h21 #include <zephyr/net/net_pkt.h>
22 #include <zephyr/net/net_if.h>
23 #include <zephyr/net/net_core.h>
24 #include <zephyr/net/net_context.h>
25 #include <zephyr/net/udp.h>
26 #include <zephyr/net/socket.h>
/uoscore-uedhoc-latest/test/
DREADME.MD3 …ted on an embedded board, e.g., nrf51dk and/or a Linux host. The tests use Zephyr OS for building.
10 source <path>/zephyr-env.sh
18 source <path>/zephyr-env.sh
Dentropy.c1 #include <zephyr/kernel.h>
2 #include <zephyr/device.h>
3 #include <zephyr/drivers/entropy.h>
Dlatency.h10 #include <zephyr/kernel.h>
11 #include <zephyr/sys/time_units.h>
Dmain.c12 #include <zephyr/kernel.h>
13 #include <zephyr/ztest.h>
327 * by Zephyr OS, see https://docs.zephyrproject.org/latest/boards/index.html
DCMakeLists.txt4 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
49 # this zephyr build to the external build system.
/uoscore-uedhoc-latest/samples/zephyr_edhoc/
DREADME.MD15 * Zephyr OS is needed for building these samples.
34 uart:~$ *** Booting Zephyr OS build zephyr-v3.1.0-4283-g5108c4f21d3d ***
/uoscore-uedhoc-latest/test/edhoc_integration_tests/
Dexporter_tests.c2 #include <zephyr/ztest.h>
3 #include <zephyr/debug/thread_analyzer.h>
Dedhoc_tests_rfc9529.c13 #include <zephyr/kernel.h>
14 #include <zephyr/ztest.h>
Dinitiator_responder_interaction.c7 #include <zephyr/kernel.h>
8 #include <zephyr/ztest.h>
9 #include <zephyr/debug/thread_analyzer.h>
/uoscore-uedhoc-latest/test/ci_scripts/
Dstack_watch.py87 gdb.execute("file " + "build/zephyr/zephyr.elf")
Dtest_build_options.sh3 # run this script in an initialized zephyr environment
Dstack_report_gen.sh3 # run this script from the "test" directory after Zephyr is initialized with:
Dflash_report_gen.sh4 # run this script from the "test" directory after Zephyr is initialized with:
/uoscore-uedhoc-latest/samples/zephyr_edhoc/initiator/
DCMakeLists.txt4 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
37 # this zephyr build to the external build system.
/uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/
DCMakeLists.txt4 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
38 # this zephyr build to the external build system.
/uoscore-uedhoc-latest/test/oscore_unit_tests/
Dunit_test_security_context.c12 #include <zephyr/kernel.h>
13 #include <zephyr/ztest.h>
Dunit_test_oscore2coap.c14 #include <zephyr/kernel.h>
15 #include <zephyr/ztest.h>
Dunit_test_option.c12 #include <zephyr/kernel.h>
13 #include <zephyr/ztest.h>
Dunit_test_coap2oscore.c11 #include <zephyr/kernel.h>
12 #include <zephyr/ztest.h>
Dunit_test_oscore_coap.c14 #include <zephyr/kernel.h>
15 #include <zephyr/ztest.h>
/uoscore-uedhoc-latest/samples/zephyr_edhoc/initiator/src/
Dmain.c13 #include <zephyr/net/coap.h>
/uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/src/
Dmain.c14 #include <zephyr/net/coap.h>

12