Searched refs:here (Results 1 – 25 of 500) sorted by relevance
12345678910>>...20
/Zephyr-latest/scripts/west_commands/ |
D | run_tests.py | 27 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)
|
D | README.txt | 5 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/ |
D | Kconfig.mem | 22 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().
|
D | Kconfig.sync_io | 10 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().
|
D | Kconfig.barrier | 10 Select 'y' here to enable POSIX barriers. 33 On such systems, say Y here to introduce explicit serialization
|
/Zephyr-latest/arch/common/ |
D | rom_start_offset.ld | 12 * 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/ |
D | substitutions.txt | 1 .. |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/ |
D | Kconfig | 27 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/ |
D | Kconfig.defconfig | 7 # can override the defaults given here
|
D | Kconfig | 10 # can override the defaults given here
|
/Zephyr-latest/tests/boot/with_mcumgr/ |
D | README.rst | 6 (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/ |
D | app.overlay | 8 * Sensors declared here are possibly present on DIL24
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/scripts/ |
D | shared_kernel_pages.ld | 12 * 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/ |
D | nucleo_u575zi_q.overlay | 15 /* NOTE: enable here because it is disabled by default */
|
D | nucleo_f091rc.overlay | 15 /* NOTE: enable here because it is disabled by default */
|
D | nucleo_l073rz.overlay | 15 /* NOTE: enable here because it is disabled by default */
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | bootstrap.ld | 43 *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/ |
D | nothread.rst | 78 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/ |
D | Kconfig | 6 # so we add it here.
|
/Zephyr-latest/tests/drivers/gpio/gpio_nrf/ |
D | README.txt | 3 The suite specified here tests NRF specific
|
/Zephyr-latest/subsys/shell/modules/kernel_service/ |
D | CMakeLists.txt | 7 # Subcommand starts here
|
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/ |
D | noinit.ld | 7 * so they don't have to be specified here.
|
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/ |
D | irq-vector-table.ld | 7 * table (like STM32F0). The symbol defined here is overriding the one in
|
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f437vX.dtsi | 11 * here.
|
/Zephyr-latest/doc/releases/ |
D | eol_releases.rst | 6 Release notes and migration guides for end-of-life releases of Zephyr RTOS are kept here for
|
12345678910>>...20