Searched full:env (Results 1 – 25 of 37) sorted by relevance
12
/lvgl-latest/.github/workflows/ |
D | compile_docs.yml | 14 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 …]
|
D | ccpp.yml | 47 env: 65 env:
|
D | release.yml | 19 env:
|
/lvgl-latest/docs/_ext/ |
D | lv_example.py | 36 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 83 …env.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")
|
D | link_roles.py | 38 env = self.document.settings.env 39 docname = env.docname 40 # doc_path = env.doc2path(docname, False)
|
/lvgl-latest/tests/ |
D | CMakeLists.txt | 13 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/ |
D | lvgl_app.rst | 68 touch setup-build-env.sh && chmod +x setup-build-env.sh 70 The script ``setup-build-env.sh`` looks like this:
|
D | quick_setup.rst | 37 source ../setup-build-env.sh
|
/lvgl-latest/scripts/gen_json/ |
D | gen_json.py | 103 env = pyMSVC.setup_environment() # NOQA 161 env=os.environ,
|
/lvgl-latest/docs/ |
D | conf.py | 1 #!/usr/bin/env python3 98 'README.md', 'README_*', 'lv_examples', 'out_html', 'env', '_ext', 'examples']
|
D | CHANGELOG.rst | 56 - **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>`__
|
D | add_translation.py | 1 #!/usr/bin/env python3
|
D | example_list.py | 1 #!/usr/bin/env python3
|
/lvgl-latest/docs/details/integration/os/ |
D | rt-thread.rst | 45 `Env tool <https://www.rt-thread.io/download.html?download=Env>`__ or
|
/lvgl-latest/env_support/cmake/ |
D | version.cmake | 7 set(ENV{LVGL_VERSION} ${LVGL_VERSION}) # This is exported Environmental variable
|
/lvgl-latest/ |
D | .gitignore | 17 docs/env
|
D | CMakePresets.json | 47 "sourceDir": "$env{HOME}/.vs/$ms{projectDirName}"
|
/lvgl-latest/scripts/ |
D | filetohex.py | 1 #!/usr/bin/env python3
|
D | kconfig_verify.py | 1 #!/usr/bin/env python3
|
D | image_viewer.py | 1 #!/usr/bin/env python3
|
D | trace_filter.py | 1 #!/usr/bin/env python3
|
D | code-format.py | 1 #!/usr/bin/env python3
|
D | generate_lv_conf.py | 1 #!/usr/bin/env python3
|
/lvgl-latest/demos/music/assets/ |
D | spectrum.py | 1 #!/usr/bin/env python3
|
/lvgl-latest/scripts/built_in_font/ |
D | built_in_font_gen.py | 1 #!/usr/bin/env python3
|
12