Home
last modified time | relevance | path

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

12

/zcbor-latest/.github/actions/prepare_and_run_tests/
Daction.yaml7 description: 'Which zephyr toolchain to use.'
24 - name: Clone zephyr
27 mkdir zephyr-clone
28 cd zephyr-clone
30 git remote add origin https://github.com/zephyrproject-rtos/zephyr
37 export ZEPHYR_BASE=$(pwd)/zephyr-clone
46 export ZEPHYR_BASE=$(pwd)/../zephyr-clone
50 - name: Install Zephyr SDK
51 if: ${{ inputs.zephyr_toolchain == 'zephyr' }}
54 …hub.com/zephyrproject-rtos/sdk-ng/releases/download/v$ZEPHYR_SDK_VERSION/zephyr-sdk-${ZEPHYR_SDK_V…
[all …]
/zcbor-latest/.github/workflows/
Drun-tests.yaml32 zephyr_toolchain: ${{ matrix.platform == 'mps2/an521/cpu0' && 'zephyr' || 'host'}}
46 - name: Checkout Zephyr
48 git init zephyr-clone
49 cd zephyr-clone
50 git remote add origin https://github.com/zephyrproject-rtos/zephyr
57 …pts\requirements.txt -r zephyr-clone\scripts\requirements-base.txt -r zephyr-clone\scripts\require…
68 west init -l zephyr-clone; if($LastExitCode -ne 0) {Write-Error "$LastExitCode"};
71 - name: Install Zephyr SDK (ARM)
74 …ses/download/v$env:ZEPHYR_SDK_VERSION/zephyr-sdk-${env:ZEPHYR_SDK_VERSION}_windows-x86_64_minimal.…
75 7z x $pwd\zephyr-sdk-${env:ZEPHYR_SDK_VERSION}_windows-x86_64_minimal.7z
[all …]
/zcbor-latest/
DMIGRATION_GUIDE.md19 (copied after the fact from [Zephyr 3.6.0 migration guide](https://github.com/zephyrproject-rtos/ze…
21 * If you have zcbor-generated code that relies on the zcbor libraries through Zephyr, you must
DREADME.md43 …nit](tests/unit) tests run using [Zephyr](https://github.com/zephyrproject-rtos/zephyr) (the sampl…
58 If using zcbor with Zephyr, the library will be available when the [CONFIG_ZCBOR](https://docs.zeph…
96 If using zcbor with Zephyr, use the [Kconfig options](https://github.com/zephyrproject-rtos/zephyr/…
195 The tests require [Zephyr](https://github.com/zephyrproject-rtos/zephyr) (if your system is set up …
263 The tests for the generated code are based on the Zephyr ztest library.
265 To set up the environment to run the ztest tests, follow [Zephyr's Getting Started Guide](https://d…
405 - [Zephyr's mcumgr](https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/mgmt/mcumgr/grp/i…
406 - [Zephyr's LwM2M SenML](https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/net/lib/lwm2…
Dpypi_README.md17 The C library also functions as a standalone CBOR C library, and is used in the [Zephyr RTOS](https…
/zcbor-latest/tests/
Dbe_test.sh9 ZEPHYR_BASE=$(west topdir)/zephyr
Dtest.sh14 ZEPHYR_BASE=$(west topdir)/zephyr
/zcbor-latest/tests/encode/test1_suit/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/decode/test8_suit12/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/encode/test2_simple/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/encode/test4_senml/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/decode/test7_suit9_simple/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/decode/test2_suit/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/encode/test3_corner_cases/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/unit/test2_cpp/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/unit/test1_unit_tests/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/decode/test1_suit_old_formats/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/encode/test4_senml/src/
Dmain.c7 #include <zephyr/ztest.h>
/zcbor-latest/tests/decode/test5_corner_cases/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/decode/test3_simple/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/decode/test9_manifest14/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/unit/test3_float16/
DCMakeLists.txt9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/zcbor-latest/tests/unit/test3_float16/src/
Dmain.c9 #include <zephyr/ztest.h>
18 #include <zephyr/ztest.h>
/zcbor-latest/tests/encode/test2_simple/src/
Dmain.c7 #include <zephyr/ztest.h>
/zcbor-latest/tests/decode/test2_suit/src/
Dmain.c7 #include <zephyr/ztest.h>

12