Home
last modified time | relevance | path

Searched refs:essential (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/kernel/
Dsystem_work_q.c27 .essential = true, in k_sys_work_q_init()
Dsched.c1322 bool essential = z_is_thread_essential(thread); in z_thread_abort() local
1332 if (essential) { in z_thread_abort()
1333 __ASSERT(!essential, "aborted essential thread %p", thread); in z_thread_abort()
Dwork.c760 if ((cfg != NULL) && (cfg->essential)) { in k_work_queue_start()
/Zephyr-latest/tests/kernel/fatal/exception/
DREADME3 If a thread causes a CPU exception, and it is not in an ISR or "essential"
/Zephyr-latest/cmake/sca/eclair/ECL/
Danalysis_first_analysis.ecl6 # The essential portions of this file are marked with "# NEEDED":
Danalysis_heavy_STU.ecl6 # The essential portions of this file are marked with "# NEEDED":
Danalysis_HIS.ecl6 # The essential portions of this file are marked with "# NEEDED":
Danalysis_std_lib.ecl6 # The essential portions of this file are marked with "# NEEDED":
Danalysis_WP.ecl6 # The essential portions of this file are marked with "# NEEDED":
Danalysis_STU.ecl6 # The essential portions of this file are marked with "# NEEDED":
/Zephyr-latest/tests/kernel/common/
Dmultilib.txt19 Fatal fault in essential task ! Spinning...
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst24 The main thread is an essential thread while it is performing kernel
39 The idle thread is an essential thread, which means a fatal system error
Dindex.rst323 This option tags the thread as an :dfn:`essential thread`. This instructs
327 By default, the thread is not considered to be an essential thread.
494 considered essential threads.
506 as non-essential.
/Zephyr-latest/tests/drivers/i2s/i2s_api/
DKconfig22 is essential for devices that cannot independently start and stop
/Zephyr-latest/drivers/w1/
DKconfig66 this option is not needed, yet it is essential
/Zephyr-latest/doc/develop/manifest/
Dindex.rst16 essential for building generic Zephyr application and include among others
/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DKconfig22 is essential for devices that cannot independently start and stop
/Zephyr-latest/doc/project/
Ddocumentation.rst9 Well documented APIs enhance the experience for developers and are an essential
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst12 essential aspects of the subsystem(s) or module(s) being highlighted.
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst449 - Operands shall not be of an inappropriate essential type
463 …ion shall not be assigned to an object with a narrower essential type or of a different essential
470 …in which the usual arithmetic conversions are performed shall have the same essential type category
477 - The value of an expression should not be cast to an inappropriate essential type
484 …- The value of a composite expression shall not be assigned to an object with wider essential type
491 …ual arithmetic conversions are performed then the other operand shall not have wider essential type
498 …composite expression shall not be cast to a different essential type category or a wider essential
547 …r shall lie in the range zero to one less than the width in bits of the essential type of the left…
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md16 The command examples below are simplified with parameters essential for data transformations.
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/
Dindex.rst79 apt-get install build-essential bzip2 python3 python3-dev python3-pip
/Zephyr-latest/doc/services/crypto/
Dpsa_crypto.rst12 while still providing access to the low-level primitives essential for
/Zephyr-latest/doc/safety/
Dsafety_overview.rst141 style for industrial software products. For safety the coding guidelines are essential and have
247 Encapsulated components are an essential part of the architecture design for safety at this point.
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst108 The Golden System Reference Design (GSRD) provides a set of essential hardware

12