/Zephyr-latest/cmake/ |
D | verify-toolchain.cmake | 5 # other tools, such as twister / python scripts. 23 # all other messages as only the specified output should be printed.
|
/Zephyr-latest/include/zephyr/linker/ |
D | intlist.ld | 25 * shouldn't overlap any other regions. On most arches the following should be 29 * .. other regions ..
|
/Zephyr-latest/doc/project/ |
D | modifying_contributions.rst | 3 Modifying Contributions made by other developers 16 included in pull requests that are submitted by other Zephyr contributors. 19 * a developer cherry-picks commits submitted by other contributors into their 70 inside their original branch or pull request, by other Zephyr developers.
|
/Zephyr-latest/tests/bsim/babblekit/ |
D | CMakeLists.txt | 4 # Helpers that can be used on bsim targets but don't have other
|
/Zephyr-latest/tests/lib/cpp/cxx/ |
D | app.overlay | 7 * test. Subset of tests/kernel/device/app.overlay and other app.overlay
|
/Zephyr-latest/doc/kernel/usermode/ |
D | overview.rst | 10 isolated from other user mode threads and from the kernel. A flawed or 22 cannot compromise the kernel or other threads. 26 isolated from each other if one crashes or is otherwise compromised. 51 - A user thread may have read/write access to the stacks of other user 120 particular priority can starve all threads of lower priority, and also other 137 configured in the :ref:`memory_domain` it belongs to. Access to any other RAM 141 communicate with each other by having shared membership of the same memory 152 driver other than their own thread object. Such access must be granted by 163 the object, check the validity of other parameters through bounds checking or 164 other means, and verify proper read/write access to any memory buffers
|
/Zephyr-latest/scripts/ |
D | requirements-build-test.txt | 3 # things used by twister or other things like code coverage or python
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mbox.rst | 11 is providing one or more channels, each one targeting one other CPU cluster
|
/Zephyr-latest/samples/sensor/lps22hh_i3c/boards/ |
D | mimxrt685_evk_mimxrt685s_cm33.overlay | 5 * There might be other connected I2C devices
|
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/boards/ |
D | mimxrt685_evk_mimxrt685s_cm33.overlay | 5 * There might be other connected I2C devices
|
/Zephyr-latest/tests/subsys/modem/backends/uart/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 4 * Pins P0.4 and P0.5 must be connected to each other to loopback RX/TX.
|
/Zephyr-latest/doc/build/dts/ |
D | macros.bnf | 13 ; - some <other-macro>, a catch-all for other types of macros 14 dt-macro = node-macro / other-macro 324 ; other-macro: grab bag for everything that isn't a node-macro. 327 other-macro = %s"DT_N_" alternate-id 329 other-macro =/ %s"DT_N_INST_" dt-name %s"_NUM_OKAY" 332 other-macro =/ %s"DT_FOREACH_HELPER" 333 other-macro =/ %s"DT_FOREACH_OKAY_HELPER" 336 other-macro =/ %s"DT_FOREACH_OKAY_" dt-name 337 other-macro =/ %s"DT_FOREACH_OKAY_VARGS_" dt-name 340 other-macro =/ %s"DT_FOREACH_OKAY_INST_" dt-name [all …]
|
/Zephyr-latest/soc/nordic/nrf92/ |
D | Kconfig.soc | 6 # Similarly to other nRF91 family products, the nRF9280 is a 19 # for other SiPs.
|
/Zephyr-latest/soc/snps/qemu_arc/ |
D | CMakeLists.txt | 16 message(WARNING "QEMU ARC platforms other than HS3X are not supported yet with MW toolchain")
|
/Zephyr-latest/tests/drivers/flash/common/ |
D | Kconfig | 5 # other ways.
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig.template.shell_log_queue_timeout | 11 other logger backends and must be used with care.
|
/Zephyr-latest/subsys/timing/ |
D | Kconfig | 18 To be selected by kernel and other subsystems which need
|
/Zephyr-latest/tests/drivers/flash_simulator/flash_sim_impl/src/ |
D | main.c | 530 struct device other; in ZTEST() local 533 memcpy(&other, flash_dev, sizeof(other)); in ZTEST() 534 other.api = &api; in ZTEST() 545 rc = flash_erase(&other, FLASH_SIMULATOR_BASE_OFFSET, in ZTEST() 549 rc = flash_flatten(&other, FLASH_SIMULATOR_BASE_OFFSET, in ZTEST()
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | CMakeLists.txt | 13 # Place MCUBoot first in list to ensure it is configured and flashed before other images.
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 003_rfc-proposal.md | 48 modifications in other areas), or other teams/projects.
|
/Zephyr-latest/soc/nxp/rw/ |
D | firmwares.ld | 9 * are placed next to each other, the firmware loader will detect the
|
/Zephyr-latest/samples/drivers/led/xec/ |
D | README.rst | 27 For each LEDs (one after the other): 54 to VTR or some other power source. 63 to VTR or some other power source.
|
/Zephyr-latest/scripts/build/ |
D | check_init_priorities.py | 78 def __lt__(self, other): argument 79 return self._level_priority < other._level_priority 81 def __eq__(self, other): argument 82 return self._level_priority == other._level_priority
|
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/ |
D | README.rst | 69 on the other terminal window do the same, that is it ``-d path/to/instance_2`` 92 go to the other terminal window and check with ``ivshmem`` command: 106 For example one of the instances has the peer-id 12, so go the other 122 Then go back to the other terminal window where user may see the reception
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.altera_avalon | 13 with Nios II and possibly other Altera soft CPUs. It provides the
|