Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/Zephyr-latest/scripts/west_commands/
Drun_tests.py27 here = os.path.abspath(os.path.dirname(__file__)) variable
36 subprocess.run(mypy, check=True, cwd=here)
40 subprocess.run(pytest, check=True, cwd=here)
DREADME.txt5 Before adding more here, consider whether you might want to put new
7 on the multi-repo need to be in upstream west, not here. Try to limit
8 what goes in here to Zephyr-specific features.
/Zephyr-latest/lib/posix/options/
DKconfig.mem22 Select 'y' here and Zephyr will provide implementations of shm_open() and shm_unlink().
32 Select 'y' here and Zephyr will provide support for mmap(), msync(), and munmap().
43 Select 'y' here and Zephyr will provide support for mlockall() and munlockall().
54 Select 'y' here and Zephyr will provide support for mlock() and munlock().
65 Select 'y' here and Zephyr will provide support for mprotect().
DKconfig.sync_io10 Select 'y' here and Zephyr will provide an implementation of fsync().
20 Select 'y' here and Zephyr will provide an implementation of fdatasync(), fsync(),
35 Select 'y' here and Zephyr will provide an alias for fsync() as _fsync().
DKconfig.barrier10 Select 'y' here to enable POSIX barriers.
33 On such systems, say Y here to introduce explicit serialization
/Zephyr-latest/arch/common/
Drom_start_offset.ld12 * is absolute, so assigning offset here results in moving location counter
15 * We can't use '. += CONFIG_ROM_START_OFFSET' here because there might be some
/Zephyr-latest/doc/
Dsubstitutions.txt1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here)
5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here)
/Zephyr-latest/drivers/pm_cpu_ops/
DKconfig27 Say Y here if you want Zephyr to communicate with system firmware
37 Say Y here if you need to enable PSCI interface shell commands
/Zephyr-latest/soc/nxp/imx/
DKconfig.defconfig7 # can override the defaults given here
DKconfig10 # can override the defaults given here
/Zephyr-latest/tests/boot/with_mcumgr/
DREADME.rst6 (more information can be found :ref:`here <integration_with_pytest>`)
11 More information about MCUmgr can be found here :ref:`mcu_mgr`.
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/
Dapp.overlay8 * Sensors declared here are possibly present on DIL24
/Zephyr-latest/include/zephyr/arch/x86/ia32/scripts/
Dshared_kernel_pages.ld12 * any LDT must go here as they always must live in a page that is
14 * no sensitive data should be here as Meltdown exploits may read it.
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dnucleo_u575zi_q.overlay15 /* NOTE: enable here because it is disabled by default */
Dnucleo_f091rc.overlay15 /* NOTE: enable here because it is disabled by default */
Dnucleo_l073rz.overlay15 /* NOTE: enable here because it is disabled by default */
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dbootstrap.ld43 *memcpy*.* (.text*) /* add memcpy from the NewLib library here*/
44 *memset*.* (.text*) /* add memcpy from the NewLib library here*/
45 *memmove*.* (.text*) /* add memcpy from the NewLib library here*/
/Zephyr-latest/doc/kernel/services/threads/
Dnothread.rst78 disabled. Subsystems that are not listed here should not be expected to
95 *List/table of supported drivers to go here*
103 *List/table of supported drivers to go here*
120 *List/table of supported drivers to go here, including which API options
/Zephyr-latest/tests/bluetooth/controller/common/
DKconfig6 # so we add it here.
/Zephyr-latest/tests/drivers/gpio/gpio_nrf/
DREADME.txt3 The suite specified here tests NRF specific
/Zephyr-latest/subsys/shell/modules/kernel_service/
DCMakeLists.txt7 # Subcommand starts here
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dnoinit.ld7 * so they don't have to be specified here.
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/
Dirq-vector-table.ld7 * table (like STM32F0). The symbol defined here is overriding the one in
/Zephyr-latest/dts/arm/st/f4/
Dstm32f437vX.dtsi11 * here.
/Zephyr-latest/doc/releases/
Deol_releases.rst6 Release notes and migration guides for end-of-life releases of Zephyr RTOS are kept here for

12345678910>>...20