Searched refs:processes (Results 1 – 25 of 47) sorted by relevance
12
/Zephyr-latest/doc/safety/ |
D | index.rst | 6 These documents describe the processes, developer guidelines and requirements
|
D | safety_overview.rst | 20 is, what standard we aim to achieve and what quality standards and processes need to be implemented 27 processes are introduced. 240 (`Quality`_) and safety processes within this scope. The Safety Architect works alongside the 280 **TODO:** Find and define ways, guidelines and processes which minimally impact the daily work
|
/Zephyr-latest/doc/security/ |
D | index.rst | 6 These documents describe the requirements, processes, and developer guidelines
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.sched | 12 Since Zephyr does not yet support processes, most of this behaviour is undefined, except for
|
D | Kconfig.procN | 10 Note: Currently Zephyr does not support multiple processes and therefore much of this option
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | Kconfig.tja1103 | 17 int "Stack size for a thread that processes TJA1103 IRQ"
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | CMakeLists.txt | 11 # Data bus width is used by the SDK driver and processes it as a compile time option
|
/Zephyr-latest/modules/canopennode/ |
D | Kconfig | 93 processes CANopen SYNC RPDOs and TPDOs. 101 Priority level of the internal thread which processes
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.lan865x | 30 int "Stack size for a thread that processes IRQ"
|
D | Kconfig.adin2111 | 24 int "Stack size for a thread that processes ADIN IRQ"
|
/Zephyr-latest/doc/project/ |
D | index.rst | 35 project's :ref:`development processes and tools <dev-environment-and-tools>`
|
D | modifying_contributions.rst | 54 :ref:`development processes and tools <dev-environment-and-tools>`
|
D | tsc.rst | 73 codebase, processes, and community norms. 89 Continuously seek opportunities to improve project governance, processes, and
|
D | working_groups.rst | 20 in its activities and decision-making processes.
|
/Zephyr-latest/samples/userspace/prod_consumer/ |
D | README.rst | 30 Application B simply processes the data. Let's pretend this data is 45 then processes the data in-place, and after it's finished it places
|
/Zephyr-latest/doc/services/storage/disk/ |
D | nvme.rst | 72 below the user processes, this can become an issue in Zephyr as soon as buffer addresses
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/ |
D | README.rst | 5 Use Inter-VM Shared Memory to exchange messages between two processes running on different 11 This sample shows how two processes on different operating systems can
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_backporting.rst | 6 The processes described in this document apply to both the zephyr repository itself and the MCUmgr … 12 There are two different processes: one for issues that have also been fixed in the current
|
/Zephyr-latest/doc/ |
D | index.rst | 68 <p>Security processes and guidelines</p>
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | README.rst | 32 ``RunTest`` to skip starting processes for each application in the ``$SKIPPED``
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 473 As processes are not yet supported in Zephyr, the ISO C functions ``abort()``, ``signal()``, 550 multiple processes. 816 As processes are not yet supported in Zephyr, the functions ``sched_rr_get_interval()``,
|
/Zephyr-latest/doc/connectivity/networking/ |
D | networking_with_multiple_instances.rst | 12 or could be native_sim board processes. The Linux host can be used
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 16 # Use multiple processes
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | runner.py | 1974 processes = [] 1978 processes.append(p) 1983 for p in processes: 1987 for proc in processes: 1992 for p in processes:
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm-scmi.rst | 125 …#. Platform reads message from shared memory area, processes it, writes the reply back to the same…
|
12