Home
last modified time | relevance | path

Searched full:exclude (Results 1 – 25 of 63) sorted by relevance

123

/Zephyr-Core-3.5.0/tests/lib/spsc_pbuf/
Dtestcase.yaml5 # 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/
Dtestcase.yaml8 # Fix exclude when we can exclude just sim run
/Zephyr-Core-3.5.0/tests/drivers/gpio/gpio_api_1pin/
Dtestcase.yaml8 # Fix exclude when we can exclude just sim run
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/smp_version/
Dtestcase.yaml11 # 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/
Dtestcase.yaml10 # 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/
Dlicense_config.yml7 exclude:
/Zephyr-Core-3.5.0/samples/bluetooth/hci_usb_h4/
Dsample.yaml12 # FIXME: exclude due to build error
/Zephyr-Core-3.5.0/tests/kernel/workq/work/
Dtestcase.yaml6 # the related CI checks got blocked, so exclude it.
/Zephyr-Core-3.5.0/tests/drivers/build_all/sensor/
DCMakeLists.txt7 # Exclude main when running the generic test because ztest supplies its own
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/os_mgmt_echo/
Dtestcase.yaml8 # FIXME: Exclude architectures that lack a reboot handler function
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/
Dvcs_link.py50 for exclude in app.config.vcs_link_exclude:
51 if re.match(exclude, pagename):
/Zephyr-Core-3.5.0/samples/bluetooth/hci_usb/
Dsample.yaml12 # FIXME: exclude due to build error
/Zephyr-Core-3.5.0/scripts/ci/
Dtags.yaml30 # files-exclude:
33 # files-regex-exclude:
Dtest_plan.py275 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/
Dtestcase.yaml9 # Really want to exclude renode not the physical boards, but no good
/Zephyr-Core-3.5.0/scripts/
Dget_maintainer.py202 # 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/
Dwest-completion.bash51 # 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/
Dtestcase.yaml29 # Note: the -std= variants below exclude the host compilers, which
/Zephyr-Core-3.5.0/tests/ztest/fail/
DCMakeLists.txt32 list(FILTER fail_test_config EXCLUDE REGEX "^$")
/Zephyr-Core-3.5.0/.github/workflows/
Ddevicetree_checks.yml31 exclude:
Dwest_cmds.yml32 exclude:
/Zephyr-Core-3.5.0/scripts/tests/twister/
Dtest_testplan_class.py99 ("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/
DKconfig323 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/
DKconfig213 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/
Dnet_pkt_filter.h242 * @param _iface Interface to exclude
266 * @param _iface Interface to exclude
536 * @param _type Ethernet type to exclude

123