Searched full:zephyr (Results 1 – 25 of 35) sorted by relevance
12
7 description: 'Which zephyr toolchain to use.'24 - name: Clone zephyr27 mkdir zephyr-clone28 cd zephyr-clone30 git remote add origin https://github.com/zephyrproject-rtos/zephyr37 export ZEPHYR_BASE=$(pwd)/zephyr-clone46 export ZEPHYR_BASE=$(pwd)/../zephyr-clone50 - name: Install Zephyr SDK51 if: ${{ inputs.zephyr_toolchain == 'zephyr' }}54 …hub.com/zephyrproject-rtos/sdk-ng/releases/download/v$ZEPHYR_SDK_VERSION/zephyr-sdk-${ZEPHYR_SDK_V…[all …]
32 zephyr_toolchain: ${{ matrix.platform == 'mps2/an521/cpu0' && 'zephyr' || 'host'}}46 - name: Checkout Zephyr48 git init zephyr-clone49 cd zephyr-clone50 git remote add origin https://github.com/zephyrproject-rtos/zephyr57 …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 …]
19 (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
43 …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…
17 The C library also functions as a standalone CBOR C library, and is used in the [Zephyr RTOS](https…
9 ZEPHYR_BASE=$(west topdir)/zephyr
14 ZEPHYR_BASE=$(west topdir)/zephyr
9 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
7 #include <zephyr/ztest.h>
9 #include <zephyr/ztest.h>18 #include <zephyr/ztest.h>