Home
last modified time | relevance | path

Searched +full:working +full:- +full:directory (Results 1 – 24 of 24) sorted by relevance

/lvgl-latest/
Dlv_conf_template.h3 * Configuration file for v9.3.0-dev
10 * - define `LV_CONF_INCLUDE_SIMPLE`;
11 * - add the path as an include path.
14 /* clang-format off */
37 * - LV_STDLIB_BUILTIN: LVGL's built in implementation
38 * - LV_STDLIB_CLIB: Standard C functions, like malloc, strlen, etc
39 * - LV_STDLIB_MICROPYTHON: MicroPython implementation
40 * - LV_STDLIB_RTTHREAD: RT-Thread implementation
41 * - LV_STDLIB_CUSTOM: Implement the functions externally
46 * - LV_STDLIB_BUILTIN: LVGL's built in implementation
[all …]
DKconfig1 # Kconfig file for LVGL v9.3.0-dev
287 bool "Enable Arm's 2D image processing library (Arm-2D) for all Cortex-M processors"
291 Must deploy arm-2d library to your project and add include PATH for "arm_2d.h".
330 The circumference of 1/4 circle are saved for anti-aliasing
365 bool "Use NXP's VG-Lite GPU on iMX RTxxx platforms"
374 bool "Use additional draw thread for VG-Lite processing"
425 bool "Use VG-Lite GPU"
430 bool "Enable VG-Lite custom external 'gpu_init()' function"
435 bool "Enable VG-Lite assert"
440 int "VG-Lite flush commit trigger threshold"
[all …]
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst1 .. _torizon-os-section:
6 Torizon OS is an open-source software platform that aims to simplify the
16 -------------
19 More information is available on the Toradex `website <https://www.toradex.com/computer-on-modules>…
31 -----------
34 Follow the official bring-up `guides <https://developer.toradex.com/quickstart/bringup/>`_.
44 -------------------------
46 …`VSCode extension <https://developer.toradex.com/torizon/application-development/ide-extension/>`_…
47 and automate the tasks needed to cross-compile applications and build Docker images.
59 .. code-block:: sh
[all …]
/lvgl-latest/docs/details/integration/os/yocto/
Dterms_and_variables.rst12 yoctoproject.org/ref-manual/terms.html>`_.
22 <https://docs.yoctoproject.org/ref-manual/variables.html>`_. This section
28 -
30 The location in the Build Directory where unpacked recipe source code resides.
31 By default, this directory is ${WORKDIR}/${BPN}-${PV}, where ${BPN} is the
33 extracts the code to a directory named anything other than ${BPN}-${PV}, or if
38 As an example, assume a Source Directory top-level folder named poky and a
39 default Build Directory at poky/build. In this case, the work directory the
42 .. code-block:: bash
44 poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19
[all …]
Dlvgl_recipe.rst9 (64-bit), it can be applied to any board in a similar way.
16 .. code-block::
18 sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential \
19 chrpath socat cpio python3 python3-pip python3-pexpect xz-utils \
20 debianutils iputils-ping python3-git python3-jinja2 python3-subunit zstd \
21 liblz4-tool file locales libacl1
27 ref-manual/system-requirements.html#required-packages-for-the-build-host>`_
36 .. code-block:: none
45 ├── meta-openembedded
46 ├── meta-raspberrypi
[all …]
Dcore_components.rst8 form the OpenEmbedded-Core (OE-Core). This section overviews these components
14 - *Recipes:* Provides details about particular pieces of software.
16 - *Class Data:* Abstracts common build information (e.g. how to build a
19 - *Configuration Data:* Defines machine-specific settings, policy
44 $ bitbake -h
45 $ bitbake --help
50 recipe's filename (e.g. "foo" for a recipe named ``foo_1.3.0-r0.bb``).
51 So, to process the ``matchbox-desktop_1.2.3.bb`` recipe file, you might
54 $ bitbake matchbox-desktop
56 Several different versions of ``matchbox-desktop`` might exist. BitBake chooses
[all …]
/lvgl-latest/src/
Dlv_conf_internal.h9 /* clang-format off */
69 /* Renamed config backwards-compatibility */
78 /*----------------------------------
80 -----------------------------------*/
105 * - LV_STDLIB_BUILTIN: LVGL's built in implementation
106 * - LV_STDLIB_CLIB: Standard C functions, like malloc, strlen, etc
107 * - LV_STDLIB_MICROPYTHON: MicroPython implementation
108 * - LV_STDLIB_RTTHREAD: RT-Thread implementation
109 * - LV_STDLIB_CUSTOM: Implement the functions externally
120 * - LV_STDLIB_BUILTIN: LVGL's built in implementation
[all …]
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h3 * Configuration file for v9.3.0-dev
6 /* clang-format off */
34 * - LV_STDLIB_BUILTIN: LVGL's built in implementation
35 * - LV_STDLIB_CLIB: Standard C functions, like malloc, strlen, etc
36 * - LV_STDLIB_MICROPYTHON: MicroPython implementation
37 * - LV_STDLIB_RTTHREAD: RT-Thread implementation
38 * - LV_STDLIB_CUSTOM: Implement the functions externally
43 * - LV_STDLIB_BUILTIN: LVGL's built in implementation
44 * - LV_STDLIB_CLIB: Standard C functions, like malloc, strlen, etc
45 * - LV_STDLIB_MICROPYTHON: MicroPython implementation
[all …]
/lvgl-latest/.github/workflows/
Dverify_kconfig.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-kconfig:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Setup Python
23 uses: actions/setup-python@v5
[all …]
Dmakefile_uefi.yml9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
12 group: ${{ github.ref }}-${{ github.workflow }}
13 cancel-in-progress: true
18 runs-on: ubuntu-22.04
21 - uses: actions/checkout@v4
22 - uses: ammaraskar/gcc-problem-matcher@master
23 - name: Install prerequisites
24 run: scripts/install-prerequisites.sh
25 - name: Install clang
26 run: sudo apt-get install clang lld
[all …]
Dmakefile.yml9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
12 group: ${{ github.ref }}-${{ github.workflow }}
13 cancel-in-progress: true
18 runs-on: ubuntu-22.04
21 - uses: actions/checkout@v4
22 - uses: ammaraskar/gcc-problem-matcher@master
23 - name: Install prerequisites
24 run: scripts/install-prerequisites.sh
25 - name: Build
26 working-directory: tests/makefile
Dcheck_conf.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-conf-internal:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Setup Python
23 uses: actions/setup-python@v5
[all …]
Dcheck_properties.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-property-name:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Generate property names
24 working-directory: scripts
[all …]
Dcheck_style.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-formatting:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Checkout astyle
28 - name: Install astyle
[all …]
Dbuild_micropython.yml7 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
10 group: ${{ github.ref }}-${{ github.workflow }}
11 cancel-in-progress: true
17 runs-on: ubuntu-22.04
18 continue-on-error: true
23 - uses: ammaraskar/gcc-problem-matcher@master
24 - name: Install Dependencies
26 …sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe r…
27 sudo apt-get update -y -qq
28 …sudo apt-get install libsdl2-dev parallel libfreetype-dev librlottie-dev libavformat-dev libavcode…
[all …]
/lvgl-latest/docs/details/libs/
Dfs.rst12 - `FATFS <http://elm-chan.org/fsw/ff/00index_e.html>`__
13 - STDIO (Linux and Windows using C standard function .e.g ``fopen``, ``fread``)
14 - POSIX (Linux and Windows using POSIX function .e.g ``open``, ``read``)
15 - WIN32 (Windows using Win32 API function .e.g ``CreateFileA``, ``ReadFile``)
16 - MEMFS (read a file from a memory buffer)
17 - LITTLEFS (a little fail-safe filesystem designed for microcontrollers)
18 - Arduino ESP LITTLEFS (a little fail-safe filesystem designed for Arduino ESP)
19 - Arduino SD (allows for reading from and writing to SD cards)
33 Working with common prefixes
45 The **working directory** can be set with ``LV_FS_..._PATH``. E.g.
[all …]
/lvgl-latest/docs/
Dbuild.py9 - Doxygen (to generate LVGL API XML), then
10 - Sphinx
14 Sphinx documentation. It also supported a command-line option `clean`
20 - Using environment variables to convey branch names to several more
21 places where they are used in the docs-generating process (instead
22 of re-writing writing `conf.py` and a `header.rst` each time docs
25 - Supporting additional command-line options.
27 - Generating a temporary `./docs/lv_conf.h` for Doxygen to use
30 - Supporting multiple execution platforms (which then required tokenizing
31 Doxygen's INPUT path in `Doxyfile` and re-writing portions that used
[all …]
Ddoc_builder.py13 - define
14 - dir
15 - enum
16 - enumvalue
17 - example
18 - file
19 - function
20 - page
21 - struct
22 - typedef
[all …]
DDoxyfile16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
52 # the logo to the output directory.
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and
[all …]
/lvgl-latest/tests/micropy_test/
D__init__.py14 python3 -m pip install pillow
17 binding directory. It is just a simple location to do it from.
19 Paths that are passed in MUST be relative to the current working directory.
20 …sts/micropy_test/__init__.py --artifact-path=lib/lv_bindings/lvgl/tests/micropy_test/artifacts --m…
92 log('<---', cmd)
119 log('--->', micropy_data)
122 error_data = micropy_data.split(b'\nERROR START\n')[-1].split(b'\nERROR END\n')[0]
125 log('---> ERROR: ', error_data.decode('utf-8'))
127 log('---> ERROR: ', error_data)
133 log('--->', micropy_data)
[all …]
/lvgl-latest/scripts/
Dcode-format.cfg1 --style=kr
2 --indent=spaces=4
3 --indent-classes
4 --indent-switches
5 --indent-cases
6 --indent-preproc-block
7 --indent-preproc-define
8 --indent-col1-comments
9 --pad-oper
10 --unpad-paren
[all …]
Drelease_branch_updater.py8 # v10.0.0 -> fail if release/v10.0 is not there
9 # v10.0.1 -> update release/v10.0
10 # v10.1.0 -> create release/v10.1 from release/v10.0 and update it
11 # v10.1.1 -> update release/v10.1
18 arg_parser.add_argument("--port-clone-tmpdir", default="port_tmpdir")
19 …arg_parser.add_argument("--port-urls-path", default=os.path.join(os.path.dirname(__file__), "relea…
20 arg_parser.add_argument("--lvgl-path", default=os.path.join(os.path.dirname(__file__), ".."))
21 arg_parser.add_argument("--dry-run", action="store_true")
22 arg_parser.add_argument("--oldest-major", type=int)
35 print(LOG, 'LVGL release branches after "oldest-major" filter:',
[all …]
/lvgl-latest/docs/details/integration/renderers/
Dnema_gfx.rst7 NemaGFX is a high-level graphics API supported
11 Get Started with the Riverdi STM32U5 5-inch Display
15 is a ready-to-use port for the Riverdi STM32 5.0" Embedded Display
29 "libs/nema_gfx" contains pre-compiled binaries for the Nema GPU
33 by right-clicking the project in the "Project Explorer" sidebar, clicking
35 "Libraries". Add an entry under "Libraries (-l)" that is "nemagfx-float-abi-hard".
36 Add an entry under "Library search path (-L)" which is a path to
39 You will also want to add the "libs/nema_gfx/include" directory to your include
40 search paths. Under "MCU GCC Compiler", "Include paths", add an entry to "Include paths (-I)"
48 and not yet working in
[all …]
/lvgl-latest/src/libs/expat/
Dexpat_config.h42 /* Define to 1 if you have the `bsd' library (-lbsd). */
45 /* Define to 1 if you have a working `mmap' system call. */
78 /* Define to the sub-directory where libtool stores uninstalled libraries. */