Searched refs:subsystems (Results 1 – 25 of 64) sorted by relevance
123
/Zephyr-latest/samples/subsys/ |
D | subsys.rst | 5 These samples demonstrate how to use various subsystems supported by Zephyr.
|
/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/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 81 Some existing drivers within the listed subsystems do not work when
|
/Zephyr-latest/subsys/timing/ |
D | Kconfig | 18 To be selected by kernel and other subsystems which need
|
/Zephyr-latest/samples/ |
D | index.rst | 5 kernel and its subsystems.
|
D | sample_definition_and_criteria.rst | 10 more features, subsystems, or modules. This includes kernel services, drivers, protocols, etc.
|
/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/modules/hal_nordic/nrfs/backends/ |
D | Kconfig | 15 This should be higher than priority of other drivers/subsystems
|
/Zephyr-latest/subsys/emul/ |
D | Kconfig | 14 of various subsystems. For example, it is possible to write an
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 128 subsystems = [ variable 406 elif name in subsystems: 910 for subsystem in subsystems: 937 for subsystem in subsystems: 958 for subsystem in subsystems: 986 subsystems.extend(subsys_list["__subsystem"])
|
/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/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/services/ |
D | notify.rst | 14 This API is intended to be embedded within specific subsystems such as
|
/Zephyr-latest/doc/contribute/ |
D | proposals_and_rfcs.rst | 51 - Small enhancements and modifications to existing and established subsystems. 54 - Addition of new boards, SoCs or drivers to existing subsystems
|
/Zephyr-latest/doc/develop/toolchains/ |
D | arm_compiler.rst | 50 Some Zephyr subsystems or modules may also contain C or assembly code
|
D | iar_arm_toolchain.rst | 59 Some Zephyr subsystems or modules may also contain C or assembly code that relies
|
/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/doc/services/file_system/ |
D | index.rst | 51 VFS usage are provided as important functionalities in samples for different subsystems.
|
/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. 131 * Right to set the overall architecture of the relevant subsystems or areas 133 * Right to make decisions in the relevant subsystems or areas of involvement, 187 * Solicit approvals from maintainers of the subsystems affected 367 enough, in which case approvals by other affected subsystems
|
/Zephyr-latest/boards/qemu/cortex_a53/doc/ |
D | index.rst | 97 Although this board only supports a single UART, so subsystems like logging
|
/Zephyr-latest/doc/build/dts/ |
D | zephyr-user-node.rst | 15 used in the upstream Zephyr source code for device drivers, subsystems, etc.
|
/Zephyr-latest/doc/develop/languages/c/ |
D | minimal_libc.rst | 8 needs of Zephyr and its subsystems, primarily in the areas of string
|
/Zephyr-latest/modules/segger/ |
D | Kconfig | 18 Selection of this option enables use of RTT for various subsystems.
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 122 Enable the sys_reboot() API. Enabling this can drag in other subsystems
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | README.rst | 117 subsystems, so timing requirements should generally be kept fairly liberal to
|
123