Searched refs:zephyr (Results 1 – 25 of 35) sorted by relevance
12
4 vendor: zephyr8 vendor: zephyr12 vendor: zephyr
6 - zephyr
43 # zephyr-keep-sorted-start67 - include/zephyr/mgmt/mcumgr/72 - include/zephyr/net/95 - include/zephyr/net/wifi.h96 - include/zephyr/net/wifi_mgmt.h97 - include/zephyr/net/wifi_nm.h98 - include/zephyr/net/wifi_utils.h100 # zephyr-keep-sorted-stop
4 # zephyr-keep-sorted-start18 # zephyr-keep-sorted-stop
1 # zephyr-keep-sorted-start41 # zephyr-keep-sorted-stop
1 # BUILD-TEST: required to do build tests of zephyr
1 # RUN-TEST: required to do run time tests of zephyr
1 # BASE: required to build or create images with zephyr
75 --index zephyr-test-example \82 --index zephyr-test-example \90 [Kernel Timer Behavior](https://github.com/zephyrproject-rtos/zephyr/tree/main/tests/kernel/timer/t…96 --index zephyr-test-recording-example-1 \103 --index zephyr-test-recording-example-1 \114 [Kernel Latency Benchmarks](https://github.com/zephyrproject-rtos/zephyr/tree/main/tests/benchmarks…120 --index zephyr-test-recording-example-2 \128 --index zephyr-test-recording-example-2 \143 --index zephyr-memory-footprint-example \150 --index zephyr-memory-footprint-example \
166 build/zephyr/zephyr.exe &286 $BASENAME [-Z <zephyr base directory>] [-N <net-tools base directory>] [<list of test directories>]291 -Z|--zephyr-dir <dir>328 -Z|--zephyr-dir)
35 'zephyr-export[export Zephyr installation as a CMake config package]'66 '(-z --zephyr-base)'{-z,--zephyr-base}'[zephyr base folder]:zephyr base folder:_directories'100 [[ -v _opt_args[--zephyr-base] ]] && extra_args="-z $_opt_args[--zephyr-base]"299 '--elf-file[path to zephyr.elf]:path to zephyr.elf:_files'300 '--hex-file[path to zephyr.hex]:path to zephyr.hex:_files'301 '--bin-file[path to zephyr.bin]:path to zephyr.bin:_files'
103 case '-z' '--zephyr-base'141 if test \("$tokens[$idx]" = "-z"\) -o \("$tokens[$idx]" = "--zephyr-base"\)180 "zephyr-export" "export Zephyr installation as a CMake config package" \343 …ude -z --zephyr-base; or __zephyr_west_is_last_token -z --zephyr-base" -o z -l zephyr-base -xa "(_…481 … debug debugserver attach" -l elf-file -rka "(__fish_complete_suffix .elf)" -d "path to zephyr.elf"482 … debug debugserver attach" -l hex-file -rka "(__fish_complete_suffix .hex)" -d "path to zephyr.hex"483 … debug debugserver attach" -l bin-file -rka "(__fish_complete_suffix .bin)" -d "path to zephyr.bin"488 # zephyr-export489 …zephyr_west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra zephyr-export -d "export …
7 source "Kconfig.zephyr"
3 filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
15 # E.g. zephyr/kernel-pipe-fix-not-k-no-wait-and-ge-min-xfer-bytes.patch28 # e.g. zephyr, or bootloader/mcuboot56 # e.g. https://github.com/zephyrproject-rtos/zephyr/pull/2448662 # or bug report, e.g. https://github.com/zephyrproject-rtos/zephyr/issues/24485
109 zephyr:112 zephyr-base:
7 A plan to be used verifying basic zephyr features on hardware.
145 zephyr = tmp_path / 'zephyr'146 zephyr.mkdir()147 dotconfig = zephyr / '.config'
141 zephyr = tmpdir / 'zephyr'142 zephyr.mkdir()143 with open(zephyr / '.config', 'w') as f:
145 zephyr = tmpdir / 'zephyr'146 zephyr.mkdir()147 with open(zephyr / '.config', 'w') as f:
362 zephyr = tmpdir / 'zephyr'363 zephyr.mkdir()364 dotconfig = os.fspath(zephyr / '.config')
22 For now, the 'main' copy will continue to be hosted here in the zephyr26 Code in the zephyr repository which needs these libraries will import
2 tightly coupled to the zephyr tree. This includes the build, flash,
Completed in 91 milliseconds