Home
last modified time | relevance | path

Searched refs:other (Results 51 – 75 of 808) sorted by relevance

12345678910>>...33

/Zephyr-latest/cmake/
Dverify-toolchain.cmake5 # other tools, such as twister / python scripts.
23 # all other messages as only the specified output should be printed.
/Zephyr-latest/include/zephyr/linker/
Dintlist.ld25 * shouldn't overlap any other regions. On most arches the following should be
29 * .. other regions ..
/Zephyr-latest/doc/project/
Dmodifying_contributions.rst3 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/
DCMakeLists.txt4 # Helpers that can be used on bsim targets but don't have other
/Zephyr-latest/tests/lib/cpp/cxx/
Dapp.overlay7 * test. Subset of tests/kernel/device/app.overlay and other app.overlay
/Zephyr-latest/doc/kernel/usermode/
Doverview.rst10 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/
Drequirements-build-test.txt3 # things used by twister or other things like code coverage or python
/Zephyr-latest/doc/hardware/peripherals/
Dmbox.rst11 is providing one or more channels, each one targeting one other CPU cluster
/Zephyr-latest/samples/sensor/lps22hh_i3c/boards/
Dmimxrt685_evk_mimxrt685s_cm33.overlay5 * There might be other connected I2C devices
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/boards/
Dmimxrt685_evk_mimxrt685s_cm33.overlay5 * There might be other connected I2C devices
/Zephyr-latest/tests/subsys/modem/backends/uart/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay4 * Pins P0.4 and P0.5 must be connected to each other to loopback RX/TX.
/Zephyr-latest/doc/build/dts/
Dmacros.bnf13 ; - 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/
DKconfig.soc6 # Similarly to other nRF91 family products, the nRF9280 is a
19 # for other SiPs.
/Zephyr-latest/soc/snps/qemu_arc/
DCMakeLists.txt16 message(WARNING "QEMU ARC platforms other than HS3X are not supported yet with MW toolchain")
/Zephyr-latest/tests/drivers/flash/common/
DKconfig5 # other ways.
/Zephyr-latest/subsys/shell/
DKconfig.template.shell_log_queue_timeout11 other logger backends and must be used with care.
/Zephyr-latest/subsys/timing/
DKconfig18 To be selected by kernel and other subsystems which need
/Zephyr-latest/tests/drivers/flash_simulator/flash_sim_impl/src/
Dmain.c530 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/
DCMakeLists.txt13 # Place MCUBoot first in list to ensure it is configured and flashed before other images.
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md48 modifications in other areas), or other teams/projects.
/Zephyr-latest/soc/nxp/rw/
Dfirmwares.ld9 * are placed next to each other, the firmware loader will detect the
/Zephyr-latest/samples/drivers/led/xec/
DREADME.rst27 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/
Dcheck_init_priorities.py78 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/
DREADME.rst69 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/
DKconfig.altera_avalon13 with Nios II and possibly other Altera soft CPUs. It provides the

12345678910>>...33