Home
last modified time | relevance | path

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

1234

/Zephyr-latest/tests/lib/spsc_pbuf/
Dtestcase.yaml5 # Exclude platform which does not link with cache functions
22 # Exclude platform which does not link with cache functions
31 # Exclude platform which does not link with cache functions
/Zephyr-latest/tests/drivers/gpio/gpio_get_direction/
Dtestcase.yaml8 # Fix exclude when we can exclude just sim run
/Zephyr-latest/tests/lib/acpi/unit/src/
Dmock.h9 /* Exclude PCIE header */
12 /* Exclude Logging macrobatic */
/Zephyr-latest/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-latest/tests/drivers/gpio/gpio_api_1pin/
Dtestcase.yaml12 # Fix exclude when we can exclude just sim run
/Zephyr-latest/tests/lib/cpp/cxx/
Dtestcase.yaml29 # Note: the -std= variants below exclude the host compilers, which
37 # Exclude nRF54L series, nRF54H20 and nRF9280 as Nordic HAL is not compatible with C++98.
38 # Exclude CONFIG_HAS_RENESAS_RA_FSP and CONFIG_HAS_RENESAS_RZ_FSP as Renesas HALs are not
/Zephyr-latest/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-latest/scripts/ci/es_upload/
DREADME.md45 exclude excess data, extract substrings by regular expressions, change data structure
49 * `--exclude` removes excess testsuite properties not needed to store them
104 --exclude path run_id \
129 --exclude path run_id \
151 --exclude path run_id \
/Zephyr-latest/.github/
Dlicense_config.yml7 exclude:
/Zephyr-latest/tests/kernel/workq/work/
Dtestcase.yaml6 # the related CI checks got blocked, so exclude it.
/Zephyr-latest/tests/drivers/console/line_splitting/
Dtestcase.yaml17 robot_option: --exclude some_flag
/Zephyr-latest/samples/net/prometheus/
Dsample.yaml16 # Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL has build error with mbedtls Socket
/Zephyr-latest/samples/net/sockets/echo_service/
Dsample.yaml8 # eventfd does not work properly with native_posix so exclude it here
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_echo/
Dtestcase.yaml8 # FIXME: Exclude architectures that lack a reboot handler function
/Zephyr-latest/tests/drivers/build_all/sensor/
DCMakeLists.txt7 # Exclude main when running the generic test because ztest supplies its own
/Zephyr-latest/tests/net/dhcpv4/server/
Dtestcase.yaml4 # eventfd API does not work with native_posix so exclude it here
/Zephyr-latest/tests/net/socket/service/
Dtestcase.yaml6 # eventfd API does not work with native_posix so exclude it here
/Zephyr-latest/scripts/ruff/
Dgen_format_exclude.py14 sys.stdout.write("exclude = [\n")
/Zephyr-latest/tests/subsys/zbus/hlp_priority_boost/
Dtestcase.yaml10 # memcpy(). So exclude these platforms from running in
/Zephyr-latest/scripts/ci/
Dtags.yaml30 # files-exclude:
33 # files-regex-exclude:
Dtest_plan.py337 tag.exclude = True
344 # Like tag._match_fn(path), but for files-exclude and
345 # files-regex-exclude
347 _get_match_fn(x.get("files-exclude"), x.get("files-regex-exclude"))
354 t.exclude = False
358 if t.exclude:
/Zephyr-latest/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"
1065 --exclude-platform -P
[all …]
/Zephyr-latest/scripts/
Dget_maintainer.py204 # Like area._match_fn(path), but for files-exclude and
205 # files-regex-exclude
207 _get_match_fn(area_dict.get("files-exclude"),
208 area_dict.get("files-regex-exclude"))
487 "files-exclude", "files-regex", "files-regex-exclude",
524 for files_key in "files", "files-exclude":
543 for files_regex_key in "files-regex", "files-regex-exclude":
/Zephyr-latest/tests/ztest/fail/
DCMakeLists.txt30 list(FILTER fail_test_config EXCLUDE REGEX "^$")
/Zephyr-latest/include/zephyr/net/
Digmp.h34 struct in_addr *source_list; /**< List of sources to include or exclude */

1234