Searched full:git (Results 1 – 25 of 40) sorted by relevance
12
/lvgl-latest/scripts/ |
D | release_branch_updater.py | 48 subprocess.check_call(("git", "clone", url, port_clone_tmpdir)) 70 subprocess.check_call(("git", "-C", port_clone_tmpdir, "branch", "--track", 92 subprocess.check_call(("git", "-C", port_clone_tmpdir, "branch", 100 … subprocess.check_call(("git", "-C", lvgl_path, "checkout", f"origin/{fmt_release(lvgl_branch)}")) 101 … subprocess.check_call(("git", "-C", port_clone_tmpdir, "checkout", fmt_release(lvgl_branch))) 104 out = subprocess.check_output(("git", "-C", port_clone_tmpdir, "config", "--file", 118 …out = subprocess.check_output(("git", "-C", lvgl_path, "rev-parse", "--verify", "--quiet", "HEAD")) 123 out = subprocess.check_output(("git", "-C", port_clone_tmpdir, "rev-parse", 134 … # update the version of the submodule in the index. no need to `git submodule update --init` it. 135 # also no need to `git add .` afterwards because it stages the change. [all …]
|
D | build_html_examples.sh | 4 CURRENT_REF="$(git rev-parse HEAD)" 6 git clone https://github.com/lvgl/lv_sim_emscripten.git emscripten_builder 9 git submodule update --init -- lvgl 11 git checkout $CURRENT_REF
|
D | install_astyle.sh | 10 git clone https://github.com/lvgl/astyle.git 12 git checkout v3.4.12
|
D | code-format.cfg | 22 # what Git does out of the box: uses platform line endings in the 26 # with Git's default behavior. This prevents `astyle` from modifying 27 # every source file, which Git perceives as a change on Windows platforms.
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 18 sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential \ 20 debianutils iputils-ping python3-git python3-jinja2 python3-subunit zstd \ 32 Use Git to clone the required repositories 60 git clone --branch scarthgap https://git.yoctoproject.org/poky.git 61 git clone --branch scarthgap https://git.openembedded.org/meta-openembedded 62 git clone --branch scarthgap git://git.yoctoproject.org/meta-raspberrypi 356 git://github.com/lvgl/lvgl;protocol=https;branch=master \ 366 S = "${WORKDIR}/git" 393 **SRCREV**: Defines the specific commit (in this case, a Git SHA hash) from 454 folder, you can now find the source code in ``git`` (as it was defined in [all …]
|
D | terms_and_variables.rst | 34 the source code is fetched from an SCM such as Git or Subversion, then you 48 This next example assumes a Git repository. By default, Git repositories are 49 cloned to ${WORKDIR}/git during do_fetch. Since this path is different from the 54 SRC_URI = "git://path/to/repo.git;branch=main" 55 S = "${WORKDIR}/git" 194 repository (e.g. Git or Subversion).
|
/lvgl-latest/.github/workflows/ |
D | build_micropython.yml | 32 git clone https://github.com/lvgl/lv_micropython.git . 33 git checkout master 35 run: git submodule update --init --recursive lib/lv_bindings 42 … git fetch --force ${{ github.event.repository.html_url }} "+refs/heads/*:refs/remotes/origin/*" 43 … git fetch --force ${{ github.event.repository.html_url }} "+refs/pull/*:refs/remotes/origin/pr/*" 44 git checkout ${{ github.sha }} || git checkout ${{ github.event.pull_request.head.sha }} 45 git submodule update --init --recursive
|
D | compile_docs.yml | 82 git-config-name: lvgl-bot 83 git-config-email: lvgl-bot@users.noreply.github.com 94 git-config-name: lvgl-bot 95 git-config-email: lvgl-bot@users.noreply.github.com
|
D | release_branch_updater.yml | 27 - name: set git credentials 29 git config user.name 'lvgl-bot' 30 git config user.email 'lvgl-bot@users.noreply.github.com'
|
/lvgl-latest/.devcontainer/ |
D | lvgl_shell.html | 21 .git-commit-info { 27 #git-hash { 37 <div id="git-hash"></div> 63 var gitHashDiv = document.querySelector("#git-hash"); 68 /* This is an extremely lazy way of checking for a Git hash, but it works */ 76 gitLink.classList.add("git-commit-info"); 78 gitHashDiv.textContent = "LVGL compiled to Emscripten. Git commit information:";
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 31 git clone https://github.com/Samsung/rlottie.git 198 git add submodule 199 git add submodule https://github.com/Samsung/rlottie.git ./components/rlottie/rlottie 200 git submodule update --init --recursive
|
/lvgl-latest/docs/details/integration/chip/ |
D | renesas.rst | 108 git clone https://github.com/lvgl/lv_port_renesas_ek-ra8d1.git --recurse-submodules 164 …_rx72n-envision-kit <https://github.com/lvgl/lv_port_renesas_rx72n-envision-kit.git>`__ repository: 168 … git clone https://github.com/lvgl/lv_port_renesas_rx72n-envision-kit.git --recurse-submodules
|
D | espressif.rst | 55 git submodule add https://github.com/lvgl/lvgl.git components/lvgl
|
D | alif.rst | 60 - ``git`` 95 git clone --recursive https://github.com/alifsemi/alif_m55-lvgl
|
/lvgl-latest/docs/ |
D | CODING_STYLE.rst | 358 Once you have ``pre-commit`` installed you will need to `set up the git 359 hook scripts <https://pre-commit.com/#3-install-the-git-hook-scripts>`__ 366 now ``pre-commit`` will run automatically on ``git commit``! 376 need to add the change to the staging area and run ``git commit`` again. 389 SKIP=name-of-the-hook git commit
|
D | build.py | 338 # status, br = subprocess.getstatusoutput("git branch --show-current") 339 # _, gitcommit = subprocess.getstatusoutput("git rev-parse HEAD") 342 # string when we were parsing output from bare `git branch` output. 345 status, branch = subprocess.getstatusoutput("git branch --show-current")
|
D | CONTRIBUTING.rst | 60 updates in your favorite editor/IDE and use git to publish the changes 82 3. Add your changes. You can create a *feature branch* from *master* for the updates: ``git checkou…
|
/lvgl-latest/docs/details/integration/os/ |
D | torizon_os.rst | 80 git clone --depth 1 https://github.com/lvgl/lv_port_linux 81 git -C lv_port_linux submodule update --init 84 ``git`` is used to download the ``lv_port_linux`` and ``lvgl`` repositories from Github. 119 apt-get install -q -y curl git cmake file && \
|
D | nuttx.rst | 93 …$ sudo apt-get install automake bison build-essential flex gcc-arm-none-eabi gperf git libncurses5… 108 $ git clone https://github.com/apache/incubator-nuttx nuttx 109 $ git clone https://github.com/apache/incubator-nuttx-apps apps
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | quick_setup.rst | 4 A Git repository is available that includes everything needed to test the 13 git clone --recurse-submodules https://github.com/lvgl/lv_buildroot.git
|
D | lvgl_app.rst | 105 git clone --recurse-submodules https://github.com/EDGEMTech/lv_benchmark.git
|
D | image_generation.rst | 48 git clone --branch 2024.08 --depth 1 https://github.com/buildroot/buildroot.git
|
/lvgl-latest/ |
D | library.json | 7 "type": "git", 8 "url": "https://github.com/lvgl/lvgl.git"
|
/lvgl-latest/env_support/esp/rlottie/ |
D | 0001-changes-to-compile-with-esp-idf.patch | 11 diff --git a/CMakeLists.txt b/CMakeLists.txt 40 diff --git a/src/vector/vimageloader.cpp b/src/vector/vimageloader.cpp
|
/lvgl-latest/tests/src/test_cases/ |
D | test_draw_buf_stride.c | 56 …ge, sizeof(ref_image), "draw/temp_%s.o", color_formats[i]); /*Use .o file name so git ignores it.*/ in test_draw_buf_stride_adjust() 59 … TEST_ASSERT_EQUAL_SCREENSHOT(ref_image); /*Generate the reference image, use .o so git ignore it*/ in test_draw_buf_stride_adjust()
|
12