Searched full:shell (Results 1 – 25 of 30) sorted by relevance
12
45 .. code-block:: shell52 .. code-block:: shell58 .. code-block:: shell64 .. code-block:: shell74 Shell subsection77 Zephyr includes a powerful shell implementation that can be enabled with the Kconfig symbols80 The shell offers enabling/disabling of LVGL monkeys:82 .. code-block:: shell93 .. code-block:: shell97 For more details refer to the `shell documentation <https://docs.zephyrproject.org/latest/services/…[all …]
91 .. code-block:: shell98 .. code-block:: shell106 .. code-block:: shell114 .. code-block:: shell122 .. code-block:: shell130 .. code-block:: shell136 .. code-block:: shell
70 .. code-block:: shell79 .. code-block:: shell
198 Get the IP address of the development host and open a remote shell on the device.
131 …re is a need to use driver with another build system. The source and header files for the XDG shell132 must be generated from the definitions for the XDG shell protocol.146 …wayland-scanner client-header </usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml > wayla…147 …wayland-scanner private-code </usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml > waylan…158 * Refactor the shell integrations to avoid excessive conditional compilation160 * Eventually add enhanced support for XDG shell to allow the creation of desktop apps on Unix-like …
1 LVGL_PATH ?= ${shell pwd}/lvgl3 ASRCS += $(shell find $(LVGL_PATH)/src -type f -name '*.S')4 CSRCS += $(shell find $(LVGL_PATH)/src -type f -name '*.c')5 CSRCS += $(shell find $(LVGL_PATH)/demos -type f -name '*.c')6 CSRCS += $(shell find $(LVGL_PATH)/examples -type f -name '*.c')8 CXXSRCS += $(shell find $(LVGL_PATH)/src -type f -name '*${CXXEXT}')
1762 bool "Support the legacy wl_shell instead of the default XDG Shell protocol"
77 '''Generates the xdg shell interface from wayland protocol definitions'''86 os.path.join(wayland_protocols_dir, "stable/xdg-shell/xdg-shell.xml"),92 os.path.join(wayland_protocols_dir, "stable/xdg-shell/xdg-shell.xml"),
343 # Add auto generated source required for XDG shell
73 .. code-block:: shell93 .. code-block:: shell104 .. code-block:: shell
106 .. code-block:: shell166 .. code-block:: shell
27 .. code-block:: shell82 .. code-block:: shell195 .. code-block:: shell
16 .. code-block:: shell
28 .. code-block:: shell35 .. code-block:: shell
174 .. code-block:: shell
2054 // Create shell surface in create_window()2088 LV_LOG_ERROR("cannot create WL shell surface"); in create_window()2101 LV_LOG_ERROR("No shell available"); in create_window()
27 set_target_properties(index PROPERTIES LINK_FLAGS "--shell-file ${PROJECT_SOURCE_DIR}/lvgl/.devcont…
18 LVGL_DIR ?= ${shell pwd} #The path where the lvgl folder is
26 shell: bash
38 shell: bash
70 .. code-block:: shell
7 # - bash shell (for Windows: install git for Windows)
162 shell=True
162 shell=True,
203 - `.. code-block:: shell`,