Home
last modified time | relevance | path

Searched full:subsystems (Results 1 – 25 of 109) sorted by relevance

12345

/Zephyr-latest/samples/subsys/
Dsubsys.rst2 :name: Subsystems
5 These samples demonstrate how to use various subsystems supported by Zephyr.
/Zephyr-latest/doc/kernel/services/threads/
Dnothread.rst38 * Pre ``main()`` drivers and subsystems initialization e.g. :c:macro:`SYS_INIT`.
42 * Specifically identified drivers in certain subsystems, listed below.
76 The sections below list driver and functional subsystems that are
78 disabled. Subsystems that are not listed here should not be expected to
81 Some existing drivers within the listed subsystems do not work when
/Zephyr-latest/boards/snps/emsdp/
DKconfig.emsdp18 their software for the ARC EM processor family and ARC EM Subsystems.
21 Subsystems (DFSS, SCSS, DSS) are also supported.
/Zephyr-latest/doc/services/serialization/
Dindex.rst6 Zephyr has support for several data serialization subsystems. These can be used to encode/decode
/Zephyr-latest/subsys/timing/
DKconfig18 To be selected by kernel and other subsystems which need
/Zephyr-latest/dts/bindings/sd/
Dzephyr,sdmmc-disk.yaml5 API and any subsystems that utilize it.
Dzephyr,mmc-disk.yaml5 API and any subsystems that utilize it.
/Zephyr-latest/modules/hal_nordic/nrfs/backends/
DKconfig15 This should be higher than priority of other drivers/subsystems
/Zephyr-latest/samples/
Dindex.rst5 kernel and its subsystems.
/Zephyr-latest/subsys/emul/
DKconfig14 of various subsystems. For example, it is possible to write an
/Zephyr-latest/doc/services/tracing/
Dindex.rst11 the kernel and various subsystems.
149 * Enable :menuselection:`Subsystems and OS Services --> Tracing Support`
150 * Under :menuselection:`Subsystems and OS Services --> Tracing Support --> Tracing Format`, select
205 * Enable :menuselection:`Subsystems and OS Services --> Tracing Support`
206 * Under :menuselection:`Subsystems and OS Services --> Tracing Support --> Tracing Format`, select
219 :menuselection:`Subsystems and OS Services --> Tracing Support --> Tracing Configuration`.
246 * Enable :menuselection:`Subsystems and OS Services --> Tracing Support`
247 * Under :menuselection:`Subsystems and OS Services --> Tracing Support --> Tracing Format`, select
283 * Enable :menuselection:`Subsystems and OS Services --> Tracing Support`
284 * Under :menuselection:`Subsystems and OS Services --> Tracing Support --> Tracing Format`, select
[all …]
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst12 set of subsystems
14 The set of known kernel objects and driver subsystems is defined in
238 When implementing new kernel features or driver subsystems, it may be necessary
240 for creating core kernel objects and new driver subsystems.
257 new subsystem to the :py:data:`subsystems` list.
/Zephyr-latest/lib/os/zvfs/
DKconfig13 and more. It is designed to be used by all Zephyr subsystems that need to work with files.
/Zephyr-latest/doc/build/kconfig/
Dindex.rst6 The Zephyr kernel and subsystems can be configured at build time to adapt them
/Zephyr-latest/doc/services/
Dnotify.rst14 This API is intended to be embedded within specific subsystems such as
/Zephyr-latest/kernel/
Dnothread.c52 /* busy wait to be time coherent since subsystems may depend on it */ in z_impl_k_sleep()
/Zephyr-latest/tests/boards/espressif/rtc_clk/
DREADME.rst10 Espressif SOCs have 3 main clock subsystems: CPU, RTC_FAST and RTC_SLOW. Each of these subsystems h…
/Zephyr-latest/doc/project/
Dproject_roles.rst13 Architecture, code subsystems, etc.). Maintainers shall also serve as the
23 particular code base areas or subsystems.
121 * Right to set the overall architecture of the relevant subsystems or areas
123 * Right to make decisions in the relevant subsystems or areas of involvement,
177 * Solicit approvals from maintainers of the subsystems affected
356 enough, in which case approvals by other affected subsystems
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst268 Subsystems that keep millisecond APIs
279 timeouts. But for many subsystems with simple needs, this may be
282 One complexity is :c:macro:`K_FOREVER`. Subsystems that might have
290 Subsystems using ``k_timeout_t``
360 But some care is still required for subsystems that use those. Note that
/Zephyr-latest/doc/services/pm/
Ddevice.rst24 device drivers, subsystems, and applications. While device drivers
29 Each layer—device drivers, subsystems, and applications—can operate
41 - **Subsystems**, such as sensors, file systems,
43 Subsystems may have better knowledge about the overall system
55 Coordination between device drivers, subsystems, and applications is
/Zephyr-latest/subsys/
DKconfig7 menu "Subsystems and OS Services"
/Zephyr-latest/modules/segger/
DKconfig18 Selection of this option enables use of RTT for various subsystems.
/Zephyr-latest/scripts/build/
Dgen_kobject_list.py128 subsystems = [ variable
406 elif name in subsystems:
910 for subsystem in subsystems:
936 fp.write("/* Driver subsystems */\n")
937 for subsystem in subsystems:
957 fp.write("/* Driver subsystems */\n")
958 for subsystem in subsystems:
986 subsystems.extend(subsys_list["__subsystem"])
1015 the driver subsystems list. Can be specified multiple times:
/Zephyr-latest/doc/services/file_system/
Dindex.rst51 VFS usage are provided as important functionalities in samples for different subsystems.
/Zephyr-latest/doc/develop/toolchains/
Darm_compiler.rst50 Some Zephyr subsystems or modules may also contain C or assembly code

12345