Lines Matching refs:system
16 The set of user-supplied files that the Zephyr build system uses
20 The application's kernel configuration settings direct the build system
34 of the system, initializes it, and runs as the system's sole application.
42 A target system with a defined set of devices and capabilities,
44 hardware system or a simulated system running under QEMU. A board can
51 The Zephyr build system defines one or more board configurations
53 specified by the build system can be over-ridden by the application,
58 identifies a particular system, but does not include additional
71 hardware system. This is useful to avoid duplication of board files
72 whenever small changes are introduced to a hardware system.
78 compile and link an image for a particular hardware system. This string
97 save energy independently of the system power state. Devices will keep
103 A system thread that runs when there are no other threads ready to run.
144 A subsystem refers to a logically distinct part of the operating system
147 system power state
148 System power states describe the power consumption of the system as a
184 A folder on your system with a :file:`.west` subdirectory and a
187 system by creating a west workspace using the ``west init`` command. See
197 Zephyr build system to integrate the source code and configuration files