Home
last modified time | relevance | path

Searched full:shell (Results 1 – 25 of 30) sorted by relevance

12

/lvgl-latest/docs/details/integration/os/
Dzephyr.rst45 .. code-block:: shell
52 .. code-block:: shell
58 .. code-block:: shell
64 .. code-block:: shell
74 Shell subsection
77 Zephyr includes a powerful shell implementation that can be enabled with the Kconfig symbols
80 The shell offers enabling/disabling of LVGL monkeys:
82 .. code-block:: shell
93 .. code-block:: shell
97 For more details refer to the `shell documentation <https://docs.zephyrproject.org/latest/services/
[all …]
Dnuttx.rst91 .. code-block:: shell
98 .. code-block:: shell
106 .. code-block:: shell
114 .. code-block:: shell
122 .. code-block:: shell
130 .. code-block:: shell
136 .. code-block:: shell
Dqnx.rst70 .. code-block:: shell
79 .. code-block:: shell
Dtorizon_os.rst198 Get the IP address of the development host and open a remote shell on the device.
/lvgl-latest/docs/details/integration/driver/
Dwayland.rst131 …re is a need to use driver with another build system. The source and header files for the XDG shell
132 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 compilation
160 * Eventually add enhanced support for XDG shell to allow the creation of desktop apps on Unix-like …
/lvgl-latest/
Dlvgl.mk1 LVGL_PATH ?= ${shell pwd}/lvgl
3 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}')
DKconfig1762 bool "Support the legacy wl_shell instead of the default XDG Shell protocol"
/lvgl-latest/tests/
Dmain.py77 '''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"),
DCMakeLists.txt343 # Add auto generated source required for XDG shell
/lvgl-latest/docs/details/integration/chip/
Dalif.rst73 .. code-block:: shell
93 .. code-block:: shell
104 .. code-block:: shell
Drenesas.rst106 .. code-block:: shell
166 .. code-block:: shell
/lvgl-latest/docs/details/libs/
Drlottie.rst27 .. code-block:: shell
82 .. code-block:: shell
195 .. code-block:: shell
Dffmpeg.rst16 .. code-block:: shell
/lvgl-latest/docs/details/integration/bindings/
Dapi_json.rst28 .. code-block:: shell
35 .. code-block:: shell
Dpikascript.rst174 .. code-block:: shell
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c2054 // 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()
/lvgl-latest/.devcontainer/
D__CMakeLists.txt__27 set_target_properties(index PROPERTIES LINK_FLAGS "--shell-file ${PROJECT_SOURCE_DIR}/lvgl/.devcont…
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dbuilding_lvgl.rst18 LVGL_DIR ?= ${shell pwd} #The path where the lvgl folder is
/lvgl-latest/.github/workflows/
Dcheck_properties.yml26 shell: bash
Dcheck_style.yml38 shell: bash
/lvgl-latest/docs/details/widgets/
Dlottie.rst70 .. code-block:: shell
/lvgl-latest/env_support/cmsis-pack/
Dgen_pack.sh7 # - bash shell (for Windows: install git for Windows)
/lvgl-latest/scripts/gen_json/
Dgen_json.py162 shell=True
/lvgl-latest/tests/micropy_test/
D__init__.py162 shell=True,
/lvgl-latest/docs/
DREADME.md203 - `.. code-block:: shell`,

12