Home
last modified time | relevance | path

Searched refs:scope (Results 26 – 50 of 95) sorted by relevance

1234

/Zephyr-latest/doc/safety/
Dsafety_requirements.rst10 …route 3s <https://docs.zephyrproject.org/latest/safety/safety_overview.html#general-safety-scope>`_
27 The scope of the requirements covers the KERNEL functionalities.
/Zephyr-latest/cmake/modules/
Dsnippets.cmake43 # parent scope. We'll set our outcome variables in the parent scope of
Dpre_dt.cmake31 # Using a function avoids polluting the parent scope unnecessarily.
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_images.cmake9 # Main reason for using an internal function is to properly scope variable usage.
/Zephyr-latest/doc/contribute/
Dreviewer_expectations.rst33 - Avoid increasing scope of the PR by requesting new features, especially when
58 "Request Changes" option is used. Requested changes shall be in the scope of
Dbin_blobs.rst167 Limited scope
175 To mitigate this risk, the scope of upstream library blobs is limited. The
184 The scope of this test suite may grow over time. The goal is to specify
200 - Such issues may be closed as out of scope of the Zephyr project
/Zephyr-latest/include/zephyr/acpi/
Dacpi.h265 int acpi_drhd_get(enum AcpiDmarScopeType scope, ACPI_DMAR_DEVICE_SCOPE *dev_scope,
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst11 Samples should be limited in scope and should focus only on demonstrating non-trivial or
79 * Make use of ``integration_platforms`` to limit the scope when there are timing or
/Zephyr-latest/doc/build/dts/
Dintro-scope-purpose.rst1 .. _devicetree-scope-purpose:
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/
DKconfig68 # The scope of these options is limited to USB samples in project tree,
/Zephyr-latest/doc/build/signing/
Dindex.rst77 the signed images. The file used for signing can be replaced from a sysbuild scope (if being used)
78 or from a zephyr/zephyr module scope, the priority of which is:
/Zephyr-latest/doc/develop/west/
Dwhy.rst19 repositories is outside of the scope of this page, the fundamental requirements,
75 * Reduction in size and scope of the core Zephyr codebase, with additional
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig24 physical interfaces outside of the scope of the user.
/Zephyr-latest/doc/connectivity/networking/api/
Dsocket_service.rst33 scope so it can be used from multiple C source files.
37 Define a network socket service with static scope. This socket service can only
/Zephyr-latest/doc/develop/test/
Dtwister.rst303 must be unique for the Twister execution scope.
487 This option limits the scope to the listed platforms when twister is
489 platform_allow if the goal is to limit scope due to timing or
493 This option expands the scope to all the listed toolchains variants and
843 The scope for which ``dut`` and ``shell`` pytest fixtures are shared.
844 If the scope is set to ``function``, DUT is launched for every test case
845 in python script. For ``session`` scope, DUT is launched only once.
1030 Selecting platform scope
1036 tests, the testing tools should be able to adapt the scope and select/filter out what
1039 Twister always prepares an initial list of platforms in scope for a given test,
[all …]
/Zephyr-latest/doc/kernel/services/threads/
Dnothread.rst82 threading is disabled, but are within scope based on their subsystem, or
/Zephyr-latest/samples/net/sockets/echo_server/
DKconfig109 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst42 gateway or some sort of border router. It is out of scope provide such
165 It is out of scope at this moment provide support for experimental
207 validation needs a Linux kernel >= 4.9 with all 6loWPAN support. It is out of scope
235 out of scope at this moment provide support since it is experimental. The
/Zephyr-latest/cmake/ide/
Declipse_cdt4_generator_amendment.cmake132 file(APPEND ${OUTPUT_FILE} "\t\t\t\t<language-scope id=\"org.eclipse.cdt.core.gcc\"/>\n")
133 file(APPEND ${OUTPUT_FILE} "\t\t\t\t<language-scope id=\"org.eclipse.cdt.core.g++\"/>\n")
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1320 size_t size, scope = get_entry_scope(level); in identity_map_remove() local
1329 (size_t)CONFIG_SRAM_SIZE * 1024U, scope); in identity_map_remove()
1343 pos += scope; in identity_map_remove()
1344 size -= scope; in identity_map_remove()
/Zephyr-latest/samples/net/telnet/
DREADME.rst78 DHCP server on a local network is not in the scope of this README.
/Zephyr-latest/doc/services/portability/posix/conformance/
Dindex.rst146 Some features may exhibit undefined behaviour as they fall beyond the scope of Zephyr's current
/Zephyr-latest/lib/acpi/
Dacpi.c836 int acpi_drhd_get(enum AcpiDmarScopeType scope, ACPI_DMAR_DEVICE_SCOPE *dev_scope, in acpi_drhd_get() argument
868 if (scope == subtable->EntryType) { in acpi_drhd_get()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h1181 int scope) in net_ipv6_is_addr_mcast_scope() argument
1183 return (addr->s6_addr[0] == 0xff) && ((addr->s6_addr[1] & 0xF) == scope); in net_ipv6_is_addr_mcast_scope()
/Zephyr-latest/cmake/sca/eclair/ECL/
Dzephyr_common_config.ecl6 -doc="Hides all reports that have all areas out of scope."

1234