Searched full:exclude (Results 1 – 25 of 63) sorted by relevance
123
/Zephyr-Core-3.5.0/tests/lib/spsc_pbuf/ |
D | testcase.yaml | 5 # Exclude platform which does not link with cache functions 12 # Exclude platform which does not link with cache functions 21 # Exclude platform which does not link with cache functions 30 # Exclude platform which does not link with cache functions
|
/Zephyr-Core-3.5.0/tests/drivers/gpio/gpio_get_direction/ |
D | testcase.yaml | 8 # Fix exclude when we can exclude just sim run
|
/Zephyr-Core-3.5.0/tests/drivers/gpio/gpio_api_1pin/ |
D | testcase.yaml | 8 # Fix exclude when we can exclude just sim run
|
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/smp_version/ |
D | testcase.yaml | 11 # FIXME: Exclude systems whereby the processor type is not known and emits a warning 24 # FIXME: Exclude systems whereby the processor type is not known and emits a warning
|
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/os_mgmt_info/ |
D | testcase.yaml | 10 # FIXME: Exclude architectures that lack a reboot handler function 32 # FIXME: Exclude systems whereby the processor type is not known and emits a warning
|
/Zephyr-Core-3.5.0/.github/ |
D | license_config.yml | 7 exclude:
|
/Zephyr-Core-3.5.0/samples/bluetooth/hci_usb_h4/ |
D | sample.yaml | 12 # FIXME: exclude due to build error
|
/Zephyr-Core-3.5.0/tests/kernel/workq/work/ |
D | testcase.yaml | 6 # the related CI checks got blocked, so exclude it.
|
/Zephyr-Core-3.5.0/tests/drivers/build_all/sensor/ |
D | CMakeLists.txt | 7 # Exclude main when running the generic test because ztest supplies its own
|
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/os_mgmt_echo/ |
D | testcase.yaml | 8 # FIXME: Exclude architectures that lack a reboot handler function
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/ |
D | vcs_link.py | 50 for exclude in app.config.vcs_link_exclude: 51 if re.match(exclude, pagename):
|
/Zephyr-Core-3.5.0/samples/bluetooth/hci_usb/ |
D | sample.yaml | 12 # FIXME: exclude due to build error
|
/Zephyr-Core-3.5.0/scripts/ci/ |
D | tags.yaml | 30 # files-exclude: 33 # files-regex-exclude:
|
D | test_plan.py | 275 tag.exclude = True 282 # Like tag._match_fn(path), but for files-exclude and 283 # files-regex-exclude 285 _get_match_fn(x.get("files-exclude"), x.get("files-regex-exclude")) 292 t.exclude = False 296 if t.exclude:
|
/Zephyr-Core-3.5.0/tests/kernel/timer/timer_behavior/ |
D | testcase.yaml | 9 # Really want to exclude renode not the physical boards, but no good
|
/Zephyr-Core-3.5.0/scripts/ |
D | get_maintainer.py | 202 # Like area._match_fn(path), but for files-exclude and 203 # files-regex-exclude 205 _get_match_fn(area_dict.get("files-exclude"), 206 area_dict.get("files-regex-exclude")) 481 "files-exclude", "files-regex", "files-regex-exclude", 515 for files_key in "files", "files-exclude": 534 for files_regex_key in "files-regex", "files-regex-exclude":
|
/Zephyr-Core-3.5.0/scripts/west_commands/completion/ |
D | west-completion.bash | 51 # COMP_WORDBREAKS to exclude those characters. The intent is to 64 local exclude i j first 65 # Which word separators to exclude? 66 exclude="${1//[^$COMP_WORDBREAKS]}" 68 if [ -z "$exclude" ]; then 82 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ] 111 local exclude cur_ words_ cword_ 113 exclude=$2 116 __west_reassemble_comp_words_by_ref "$exclude"
|
/Zephyr-Core-3.5.0/tests/lib/cpp/cxx/ |
D | testcase.yaml | 29 # Note: the -std= variants below exclude the host compilers, which
|
/Zephyr-Core-3.5.0/tests/ztest/fail/ |
D | CMakeLists.txt | 32 list(FILTER fail_test_config EXCLUDE REGEX "^$")
|
/Zephyr-Core-3.5.0/.github/workflows/ |
D | devicetree_checks.yml | 31 exclude:
|
D | west_cmds.yml | 32 exclude:
|
/Zephyr-Core-3.5.0/scripts/tests/twister/ |
D | test_testplan_class.py | 99 ("toolchain_exclude", ['zephyr'], None, None, "In test case toolchain exclude"), 100 ("platform_exclude", ['demo_board_2'], None, None, "In test case platform exclude"), 101 ("arch_exclude", ['x86_demo'], None, None, "In test case arch exclude"), 182 ("exclude_tag", ['test_a'], "Command line testsuite exclude filter"),
|
/Zephyr-Core-3.5.0/arch/arc/ |
D | Kconfig | 323 secure mode, as well as to exclude code that is designed to 342 normal mode only, as well as to exclude code that is
|
/Zephyr-Core-3.5.0/arch/arm/core/ |
D | Kconfig | 213 Secure state, as well as to exclude code that is designed to 237 Non-Secure state only, as well as to exclude code that is
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | net_pkt_filter.h | 242 * @param _iface Interface to exclude 266 * @param _iface Interface to exclude 536 * @param _type Ethernet type to exclude
|
123