Searched full:subsystems (Results 1 – 25 of 109) sorted by relevance
12345
/Zephyr-latest/samples/subsys/ |
D | subsys.rst | 2 :name: Subsystems 5 These samples demonstrate how to use various subsystems supported by Zephyr.
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | nothread.rst | 38 * 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/ |
D | Kconfig.emsdp | 18 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/ |
D | index.rst | 6 Zephyr has support for several data serialization subsystems. These can be used to encode/decode
|
/Zephyr-latest/subsys/timing/ |
D | Kconfig | 18 To be selected by kernel and other subsystems which need
|
/Zephyr-latest/dts/bindings/sd/ |
D | zephyr,sdmmc-disk.yaml | 5 API and any subsystems that utilize it.
|
D | zephyr,mmc-disk.yaml | 5 API and any subsystems that utilize it.
|
/Zephyr-latest/modules/hal_nordic/nrfs/backends/ |
D | Kconfig | 15 This should be higher than priority of other drivers/subsystems
|
/Zephyr-latest/samples/ |
D | index.rst | 5 kernel and its subsystems.
|
/Zephyr-latest/subsys/emul/ |
D | Kconfig | 14 of various subsystems. For example, it is possible to write an
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 11 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/ |
D | kernelobjects.rst | 12 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/ |
D | Kconfig | 13 and more. It is designed to be used by all Zephyr subsystems that need to work with files.
|
/Zephyr-latest/doc/build/kconfig/ |
D | index.rst | 6 The Zephyr kernel and subsystems can be configured at build time to adapt them
|
/Zephyr-latest/doc/services/ |
D | notify.rst | 14 This API is intended to be embedded within specific subsystems such as
|
/Zephyr-latest/kernel/ |
D | nothread.c | 52 /* busy wait to be time coherent since subsystems may depend on it */ in z_impl_k_sleep()
|
/Zephyr-latest/tests/boards/espressif/rtc_clk/ |
D | README.rst | 10 Espressif SOCs have 3 main clock subsystems: CPU, RTC_FAST and RTC_SLOW. Each of these subsystems h…
|
/Zephyr-latest/doc/project/ |
D | project_roles.rst | 13 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/ |
D | clocks.rst | 268 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/ |
D | device.rst | 24 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/ |
D | Kconfig | 7 menu "Subsystems and OS Services"
|
/Zephyr-latest/modules/segger/ |
D | Kconfig | 18 Selection of this option enables use of RTT for various subsystems.
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 128 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/ |
D | index.rst | 51 VFS usage are provided as important functionalities in samples for different subsystems.
|
/Zephyr-latest/doc/develop/toolchains/ |
D | arm_compiler.rst | 50 Some Zephyr subsystems or modules may also contain C or assembly code
|
12345