Home
last modified time | relevance | path

Searched refs:other (Results 176 – 200 of 808) sorted by relevance

12345678910>>...33

/Zephyr-latest/arch/arm/core/cortex_m/
DCMakeLists.txt45 # at the beginning of ROM_START (i.e before other sections in ROM_START);
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst127 it may cause an unacceptable delay in the scheduling of other threads,
135 the CPU from time to time to permit other threads to execute.
158 it may cause an unacceptable delay in the scheduling of other threads,
167 can be used to allow other threads of the same priority to execute.
178 on behalf of the thread. This gives other ready threads of the same priority
201 other threads from interfering while the critical operation is being performed.
208 and allow other threads to execute. When the locking thread again
223 the CPU is relinquished to allow other ready threads to execute.
250 Use cooperative threads for device drivers and other performance-critical work.
/Zephyr-latest/drivers/serial/
DKconfig.native_posix25 Moreover this option does not conflict with any other native
34 Note that other, non UART messages, will also be printed to the
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc_espi_saf_v2.h48 #define MCHP_SAF_CS_CLK_DIV(read, other) \ argument
49 (((uint32_t)(read) & 0xffffu) | (((uint32_t)(other) & 0xffffu) << 16))
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst31 This thread executes when there is no other work for the system to do.
39 yields the CPU to allow the application's other threads to run when
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/
DREADME.rst83 - Ensure no other oscillators are enabled (disable HSI, ...)
84 - Provide "sleep" pinctrl configuration to other uart nodes.
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_s32_gmac76 is more work to do. This is to prevent the RX thread to starve other
95 in the multicast table will be received and all other multicast is
/Zephyr-latest/kernel/
DKconfig.smp53 to broadcast an interrupt that will call z_sched_ipi() on other CPUs
55 reasonable latency (otherwise we might have to wait for the other
96 lower priority than all the threads currently executing on other CPUs.
/Zephyr-latest/doc/develop/west/
Dconfig.rst71 To set ``manifest.path`` to :file:`some-other-manifest`:
75 west config manifest.path some-other-manifest
78 :term:`west manifest` inside the :file:`some-other-manifest` directory
94 west config zephyr.base some-other-zephyr
161 root directory to the manifest file used by ``west init`` and other
171 to the manifest repository used by ``west update`` and other commands
/Zephyr-latest/doc/contribute/
Dexternal.rst8 available in other open source projects.
31 Integrating code into the Zephyr Project from other projects that use a license
32 other than the Apache 2.0 license needs to be fully understood in
54 Just like with any other regular contribution, one that contains external code
68 Are there other open source project that implement the same functionality?
189 If, however, the external source code uses a license other than Apache-2.0,
203 TSC approval or identify other approaches that can resolve the
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst128 To interact with each other, C and C++ must share code through header
133 inspired by and copied from the other language but many years later and
143 because they end up being compiled in a surprisingly high number of other
156 substitute for knowledge of C/C++ standards, textbooks and other
182 error-prone, more readable and more flexible. On the other hand, C99
185 various other braces can be omitted, designated initializers and not can
230 expressions with (other) designated initializers and fails to compile.
/Zephyr-latest/drivers/flash/
DKconfig.at4515 property set to "atmel,at45" and other required properties like
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig14 features that are available may depend on other features
/Zephyr-latest/doc/hardware/peripherals/
Dgnss.rst29 Adding support for GNSS modems which use other protocols and/or
/Zephyr-latest/samples/subsys/debug/debugmon/
DREADME.rst42 interrupt, other higher priority interrupts continue to execute.
/Zephyr-latest/cmake/toolchain/oneApi/
Dgeneric.cmake37 # compiling target variables of cmake, so used other
/Zephyr-latest/doc/_doxygen/
Dmainpage.md26 use other licensing, as described in [Licensing of Zephyr Project
/Zephyr-latest/samples/subsys/task_wdt/
DREADME.rst30 For other boards just replace the board name.
/Zephyr-latest/drivers/dai/nxp/sai/
DKconfig.sai38 is SYNC with the other, and the ASYNC direction has
/Zephyr-latest/arch/arc/core/mpu/
DKconfig12 For other versions, the minimum region is 32 bytes; v4 has secure features,
/Zephyr-latest/doc/
Dindex.rst91 imports or reuses packages, scripts, and other files that use other
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake23 # for Makefile generators and will be ignored by other generators.
26 # Using DEPFILE with other generators than Ninja is an error.
/Zephyr-latest/cmake/sca/eclair/ECL/
Dcall_properties.ecl73 -doc="__builtin_alloca cannot interfere with other effects."
76 -doc="log_strdup cannot interfere with other effects."
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/doc/
Dindex.rst36 - DIL24 socket for additional MEMS adapters and other sensors
72 All the other devices are connected to LSM6DSL master through I2C1.
/Zephyr-latest/boards/shields/x_nucleo_iks01a3/doc/
Dindex.rst36 - DIL24 socket for additional MEMS adapters and other sensors (configurable in I2C or SPI)
70 All the other devices are connected to LSM6DSO master through I2C1.

12345678910>>...33