Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 74) sorted by relevance

123

/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py20 @pytest.fixture(scope='session')
27 @pytest.fixture(scope='session')
46 @pytest.fixture(scope=determine_scope)
57 @pytest.fixture(scope=determine_scope)
72 @pytest.fixture(scope='session')
/Zephyr-Core-3.6.0/tests/net/lib/lwm2m/interop/pytest/
Dconftest.py49 @pytest.fixture(scope='session')
62 @pytest.fixture(scope='session')
75 @pytest.fixture(scope='module')
90 @pytest.fixture(scope='module')
118 @pytest.fixture(scope='module')
157 @pytest.fixture(scope='module')
166 @pytest.fixture(scope='function')
/Zephyr-Core-3.6.0/arch/x86/
Dgen_mmu.py133 def align_check(base, size, scope=4096): argument
135 if (base % scope) != 0:
137 if (size % scope) != 0:
441 scope = 1 << self.levels[PD_LEVEL].addr_shift
443 if virt_base % scope != 0:
445 (virt_base, scope))
447 for addr in range(virt_base, virt_base + size, scope):
453 scope = 1 << self.levels[PD_LEVEL].addr_shift
455 mem_start = round_down(virt_base, scope)
456 mem_end = round_up(virt_base + size, scope)
[all …]
/Zephyr-Core-3.6.0/tests/subsys/debug/gdbstub/pytest/
Dtest_gdbstub.py44 @pytest.fixture(scope="module")
52 @pytest.fixture(scope="module")
64 @pytest.fixture(scope="module")
71 @pytest.fixture(scope="module")
/Zephyr-Core-3.6.0/tests/drivers/interrupt_controller/intc_plic/
DKconfig8 Declare some intc_plic.c functions in the global scope for verification.
/Zephyr-Core-3.6.0/samples/subsys/usb/cdc_acm/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-Core-3.6.0/samples/subsys/usb/console/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-Core-3.6.0/doc/build/dts/
Dintro.rst17 intro-scope-purpose.rst
Dintro-scope-purpose.rst1 .. _devicetree-scope-purpose:
/Zephyr-Core-3.6.0/samples/subsys/usb/uac2_explicit_feedback/
DKconfig15 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-Core-3.6.0/samples/
Dsample_definition_and_criteria.rst11 Samples should be limited in scope and should focus only on demonstrating non-trivial or
63 * Minimize the use of ``platform_allow`` and architecture filters as it limits the scope
66 * Make use of ``integration_platforms`` to limit the scope when there are timing or
/Zephyr-Core-3.6.0/tests/kernel/mem_protect/demand_paging/src/
Dmain.c99 static void print_paging_stats(struct k_mem_paging_stats_t *stats, const char *scope) in print_paging_stats() argument
101 printk("* Page Faults (%s):\n", scope); in print_paging_stats()
109 printk("* Eviction (%s):\n", scope); in print_paging_stats()
/Zephyr-Core-3.6.0/cmake/modules/
Dextensions.cmake350 # Set the output variable in the parent scope
423 # within the scope of the caller.
461 # following zephyr_library_* calls are executed within the scope of the
739 # This is a macro because set_ifndef() works at parent scope.
740 # If this were a function, that would be this function's scope,
1564 # This updates the provided outvar in parent scope (callers scope)
1809 function(target_sources_ifdef feature_toggle target scope item)
1811 target_sources(${target} ${scope} ${item} ${ARGN})
1815 function(target_compile_definitions_ifdef feature_toggle target scope item)
1817 target_compile_definitions(${target} ${scope} ${item} ${ARGN})
[all …]
Dsnippets.cmake43 # parent scope. We'll set our outcome variables in the parent scope of
Dpre_dt.cmake33 # Using a function avoids polluting the parent scope unnecessarily.
/Zephyr-Core-3.6.0/doc/safety/
Dsafety_overview.rst37 General safety scope
40 The general scope of the Safety Committee is to achieve a certification for the `IEC 61508
42 Systematic Capability (SC) 3 for a limited source scope (see certification scope TBD). Since the
219 #. On the main branch, the safety scope of the project should be identified, which typically
222 (`Quality`_) and safety processes within this scope. The Safety Architect works alongside the
227 fall within the safety scope, the safety architect should ideally be involved in the discussions
228 and decisions of minor changes in the safety scope to be able to react to safety-relevant
238 important change is found or implemented on the main branch in the safety scope, after the LTS
/Zephyr-Core-3.6.0/samples/subsys/usb/common/
DKconfig.sample_usbd5 # using the new experimental USB device support. The scope of these options is
/Zephyr-Core-3.6.0/samples/subsys/usb/mass/
DKconfig73 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-Core-3.6.0/include/zephyr/acpi/
Dacpi.h265 int acpi_drhd_get(enum AcpiDmarScopeType scope, ACPI_DMAR_DEVICE_SCOPE *dev_scope,
/Zephyr-Core-3.6.0/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-Core-3.6.0/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig24 physical interfaces outside of the scope of the user.
/Zephyr-Core-3.6.0/doc/contribute/
Dbin_blobs.rst166 Limited scope
174 To mitigate this risk, the scope of upstream library blobs is limited. The
183 The scope of this test suite may grow over time. The goal is to specify
199 - Such issues may be closed as out of scope of the Zephyr project
/Zephyr-Core-3.6.0/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
224 point is try reproduce the Zephyr :zephyr:code-sample:`wpan-usb`. It is out of scope
252 reproduce the Zephyr :ref:`bluetooth-ipsp-sample`. It is out of scope
271 out of scope at this moment provide support since it is experimental. The
/Zephyr-Core-3.6.0/doc/kernel/services/threads/
Dnothread.rst82 threading is disabled, but are within scope based on their subsystem, or
/Zephyr-Core-3.6.0/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")

123