Home
last modified time | relevance | path

Searched full:env (Results 1 – 25 of 37) sorted by relevance

12

/lvgl-latest/.github/workflows/
Dcompile_docs.yml14 env:
38 ${{ env.pythonLocation }}/bin/*
39 ${{ env.pythonLocation }}/include
40 ${{ env.pythonLocation }}/lib/python*/site-packages/*
41 !${{ env.pythonLocation }}/bin/pip*
42 !${{ env.pythonLocation }}/lib/python*/site-packages/pip*
43 !${{ env.pythonLocation }}/lib/python*/site-packages/setuptools*
44 key: ${{ env.pythonLocation }}-${{ hashFiles('docs/requirements.txt') }}
56 path: ${{env.EM_CACHE_FOLDER}}
57 key: ${{env.EM_VERSION}}-${{ runner.os }}
[all …]
Dccpp.yml47 env:
65 env:
Drelease.yml19 env:
/lvgl-latest/docs/_ext/
Dlv_example.py36 env = self.state.document.settings.env
37 …return f"https://github.com/lvgl/lvgl/blob/{env.config.repo_commit_hash}/examples/{example_path}.{…
66 env = self.state.document.settings.env
83env.config.version}/micropython/ports/javascript/index.html?script_startup=https://raw.githubuserc…
89 if env.app.tags.has('html'):
90 …iframe_html = f"<div class='lv-example' data-real-src='/{env.config.version}/_static/built_lv_exam…
122 app.add_config_value("repo_commit_hash", git_commit, "env")
Dlink_roles.py38 env = self.document.settings.env
39 docname = env.docname
40 # doc_path = env.doc2path(docname, False)
/lvgl-latest/tests/
DCMakeLists.txt13 include($ENV{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake)
147 if ($ENV{NON_AMD64_BUILD})
155 if ($ENV{NON_AMD64_BUILD})
166 if ($ENV{NON_AMD64_BUILD})
366 if ($ENV{NON_AMD64_BUILD})
371 if ($ENV{NON_AMD64_BUILD})
484 if (NOT $ENV{NON_AMD64_BUILD})
/lvgl-latest/docs/details/integration/os/buildroot/
Dlvgl_app.rst68 touch setup-build-env.sh && chmod +x setup-build-env.sh
70 The script ``setup-build-env.sh`` looks like this:
Dquick_setup.rst37 source ../setup-build-env.sh
/lvgl-latest/scripts/gen_json/
Dgen_json.py103 env = pyMSVC.setup_environment() # NOQA
161 env=os.environ,
/lvgl-latest/docs/
Dconf.py1 #!/usr/bin/env python3
98 'README.md', 'README_*', 'lv_examples', 'out_html', 'env', '_ext', 'examples']
DCHANGELOG.rst56 - **feat(env/qnx): generate lv_conf.h at build time** `6596 <https://github.com/lvgl/lvgl/pull/6596…
71 - **feat(env): make LVGL a Zephyr compatible module** `6460 <https://github.com/lvgl/lvgl/pull/6460…
269 - **fix(env): fix meson build break** `5745 <https://github.com/lvgl/lvgl/pull/5745>`__
Dadd_translation.py1 #!/usr/bin/env python3
Dexample_list.py1 #!/usr/bin/env python3
/lvgl-latest/docs/details/integration/os/
Drt-thread.rst45 `Env tool <https://www.rt-thread.io/download.html?download=Env>`__ or
/lvgl-latest/env_support/cmake/
Dversion.cmake7 set(ENV{LVGL_VERSION} ${LVGL_VERSION}) # This is exported Environmental variable
/lvgl-latest/
D.gitignore17 docs/env
DCMakePresets.json47 "sourceDir": "$env{HOME}/.vs/$ms{projectDirName}"
/lvgl-latest/scripts/
Dfiletohex.py1 #!/usr/bin/env python3
Dkconfig_verify.py1 #!/usr/bin/env python3
Dimage_viewer.py1 #!/usr/bin/env python3
Dtrace_filter.py1 #!/usr/bin/env python3
Dcode-format.py1 #!/usr/bin/env python3
Dgenerate_lv_conf.py1 #!/usr/bin/env python3
/lvgl-latest/demos/music/assets/
Dspectrum.py1 #!/usr/bin/env python3
/lvgl-latest/scripts/built_in_font/
Dbuilt_in_font_gen.py1 #!/usr/bin/env python3

12