Searched +full:fetch +full:- +full:depth (Results 1 – 9 of 9) sorted by relevance
6 - 'release/v*' # on release branches9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…12 group: ${{ github.ref }}-${{ github.workflow }} 13 cancel-in-progress: true16 run-release-branch-updater:18 runs-on: ubuntu-24.0421 - name: Checkout LVGL25 fetch-depth: 0 # fetch all27 - name: set git credentials29 git config user.name 'lvgl-bot'[all …]
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true13 verify-conf-internal:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Setup Python23 uses: actions/setup-python@v5[all …]
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true13 verify-property-name:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Generate property names24 working-directory: scripts[all …]
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true13 verify-kconfig:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Setup Python23 uses: actions/setup-python@v5[all …]
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true13 verify-formatting:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Checkout astyle28 - name: Install astyle[all …]
7 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…10 group: ${{ github.ref }}-${{ github.workflow }} 11 cancel-in-progress: true14 bom-check:16 runs-on: ubuntu-22.0418 - name: Checkout21 persist-credentials: false22 fetch-depth: 024 - name: UTF-8 BOM26 …-oarlE -m 1 --include="*.c" --include="*.h" --include="*.rst" --include="*.txt" --include="*.mk" -…[all …]
5 - master6 - 'release/*'8 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…11 group: ${{ github.ref }}-${{ github.workflow }} 12 cancel-in-progress: true16 EM_CACHE_FOLDER: 'emsdk-cache'18 build-and-deploy:20 runs-on: ubuntu-22.0421 concurrency: docs-build-and-deploy23 - name: Checkout[all …]
40 …/* header (containing X Display + input user data pointer - keep aligned with x11_input module!) */46 int dplanes; /**< X11 display depth */101 #warning ("LV_COLOR_DEPTH=8 delivers black data only - open issue in lvgl?")125 xd->flush_area.x1 = MIN(xd->flush_area.x1, area->x1); in x11_flush_cb()126 xd->flush_area.x2 = MAX(xd->flush_area.x2, area->x2); in x11_flush_cb()127 xd->flush_area.y1 = MIN(xd->flush_area.y1, area->y1); in x11_flush_cb()128 xd->flush_area.y2 = MAX(xd->flush_area.y2, area->y2); in x11_flush_cb()135 area->y1 + area->x1); in x11_flush_cb()136 for(int16_t y = area->y1; y <= area->y2; y++) { in x11_flush_cb()137 dst_offs = area->x1 + y * hor_res; in x11_flush_cb()[all …]
5 * User-selectable configuration macros (specification only).7 * Copyright (C) 1996-2022 by27 * USER-SELECTABLE CONFIGURATION MACROS31 * this file to build project-specific versions of the library:33 * - You can modify this file by hand, but this is not recommended in37 * - You can put a copy of this file in your build directory, more46 * - Copy the file <ft2build.h> to `$BUILD/ft2build.h` and modify it47 * slightly to pre-define the macro `FT_CONFIG_OPTIONS_H` used to locate58 * Note also that you can similarly pre-define the macro91 * <module-name1> ':'[all …]