Home
last modified time | relevance | path

Searched +full:fetch +full:- +full:depth (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/.github/workflows/
Dlicense_check.yml7 runs-on: ubuntu-22.04
10 - name: Checkout the code
13 fetch-depth: 0
14 - name: Scan the code
16 uses: zephyrproject-rtos/action_scancode@v4
18 directory-to-scan: 'scan/'
19 - name: Artifact Upload
20 uses: actions/upload-artifact@v4
25 - name: Verify
27 if [ -s ./artifacts/report.txt ]; then
Ddaily_test_version.yml2 # SPDX-License-Identifier: Apache-2.0
8 - cron: '50 22 * * *'
11 - refs/tags/*
15 runs-on: ubuntu-22.04
16 if: github.repository == 'zephyrproject-rtos/zephyr'
19 - name: Configure AWS Credentials
20 uses: aws-actions/configure-aws-credentials@v4
22 aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}
23 aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}
24 aws-region: us-east-1
[all …]
Dmanifest.yml7 runs-on: ubuntu-22.04
10 - name: Checkout the code
15 fetch-depth: 0
16 persist-credentials: false
18 - name: west setup
21 working-directory: zephyrproject/zephyr
24 git config --global user.email "you@example.com"
25 git config --global user.name "Your Name"
26 west init -l . || true
28 - name: Manifest
[all …]
Dcompliance.yml6 - edited
7 - opened
8 - reopened
9 - synchronize
13 runs-on: ubuntu-22.04
16 - name: Update PATH for west
20 - name: Checkout the code
24 fetch-depth: 0
26 - name: Rebase onto the target branch
30 git config --global user.email "you@example.com"
[all …]
Dtwister-publish.yaml7 - main
9 - completed
12 upload-to-elasticsearch:
14 github.repository == 'zephyrproject-rtos/zephyr' &&
19 runs-on: ubuntu-22.04
22 - name: Checkout
25 fetch-depth: 0
26 persist-credentials: false
28 - name: Download Artifacts
29 id: download-artifacts
[all …]
Dcoding_guidelines.yml7 runs-on: ubuntu-22.04
10 - name: Checkout the code
14 fetch-depth: 0
16 - name: cache-pip
20 key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/coding_guidelines.yml') }}
22 - name: Install python dependencies
27 - name: Install Packages
29 sudo apt-get update
30 sudo apt-get install coccinelle
32 - name: Run Coding Guildeines Checks
[all …]
Drelease.yml6 - 'v*'
7 - '!v*rc*'
11 runs-on: ubuntu-22.04
13 - uses: actions/checkout@v4
15 fetch-depth: 0
17 - name: Get the version
23 - name: REUSE Compliance Check
24 uses: fsfe/reuse-action@v4
26 args: spdx -o zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
28 - name: upload-results
[all …]
Dscripts_tests.yml2 # SPDX-License-Identifier: Apache-2.0
9 - main
10 - v*-branch
12 - 'scripts/build/**'
13 - '.github/workflows/scripts_tests.yml'
16 - main
17 - v*-branch
19 - 'scripts/build/**'
20 - '.github/workflows/scripts_tests.yml'
23 scripts-tests:
[all …]
Dcodecov.yaml5 - cron: '25 06,18 * * *'
8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
9 cancel-in-progress: true
13 if: github.repository_owner == 'zephyrproject-rtos'
14 runs-on:
15 group: zephyr-runner-v2-linux-x64-4xlarge
17 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
18 options: '--entrypoint /bin/bash'
20 fail-fast: false
24 - platform: 'mps2/an385'
[all …]
Dhello_world_multiplatform.yaml6 - main
7 - v*-branch
8 - collab-*
11 - main
12 - v*-branch
13 - collab-*
15 - 'scripts/**'
16 - '.github/workflows/hello_world_multiplatform.yaml'
17 - 'SDK_VERSION'
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
[all …]
Ddoc-build.yml2 # SPDX-License-Identifier: Apache-2.0
8 - cron: '0 */3 * * *'
11 - v*
18 # so we fetch that through pip.
22 # and each sphinx-build process may use more than 2GiB of RAM.
26 doc-file-check:
28 runs-on: ubuntu-22.04
30 github.repository_owner == 'zephyrproject-rtos'
32 file_check: ${{ steps.check-doc-files.outputs.any_modified }}
34 - name: checkout
[all …]
Dclang.yaml6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
7 cancel-in-progress: true
10 clang-build:
11 if: github.repository_owner == 'zephyrproject-rtos'
12 runs-on:
13 group: zephyr-runner-v2-linux-x64-4xlarge
15 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
16 options: '--entrypoint /bin/bash'
18 fail-fast: false
22 CCACHE_DIR: /node-cache/ccache-zephyr
[all …]
Dfootprint-tracking.yml6 - cron: '50 1/12 * * *'
9 - 'VERSION'
10 - '.github/workflows/footprint-tracking.yml'
12 - main
13 - v*-branch
15 # only publish v* tags, do not care about zephyr-v* which point to the
17 - 'v*'
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
21 cancel-in-progress: true
24 footprint-tracking:
[all …]
Dbsim-tests.yaml6 - ".github/workflows/bsim-tests.yaml"
7 - ".github/workflows/bsim-tests-publish.yaml"
8 - "west.yml"
9 - "subsys/bluetooth/**"
10 - "tests/bsim/**"
11 - "boards/nordic/nrf5*/*dt*"
12 - "dts/*/nordic/**"
13 - "tests/bluetooth/common/testlib/**"
14 - "samples/bluetooth/**"
15 - "boards/native/**"
[all …]
Dtwister-prep.yaml18 … if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target'
19 runs-on:
20 group: zephyr-runner-v2-linux-x64-4xlarge
22 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
23 options: '--entrypoint /bin/bash'
25 subset: ${{ steps.output-services.outputs.subset }}
26 size: ${{ steps.output-services.outputs.size }}
27 fullrun: ${{ steps.output-services.outputs.fullrun }}
38 - name: Apply container owner mismatch workaround
44 git config --global --add safe.directory ${GITHUB_WORKSPACE}
[all …]
Dtwister.yaml6 - main
7 - v*-branch
8 - collab-*
11 - main
12 - v*-branch
13 - collab-*
16 - cron: '0 3 * * 0'
19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
20 cancel-in-progress: true
23 twister-build-prep:
[all …]
/Zephyr-latest/dts/bindings/dai/
Dnxp,dai-esai.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nxp,dai-esai"
13 dai-index:
17 moment, this is only used by SOF to fetch the "struct device"
21 tx-fifo-watermark:
29 rx-fifo-watermark:
37 fifo-depth:
40 Use this property to set the FIFO depth that will be reported
44 we mean the actual (hardware) value of the FIFO depth. This is needed
47 Generally, reporting a false FIFO depth should be avoided. Please note
[all …]
Dnxp,dai-sai.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nxp,dai-sai"
8 include: [base.yaml, pinctrl-device.yaml]
13 mclk-is-output:
21 rx-fifo-watermark:
28 tx-fifo-watermark:
37 fifo-depth:
40 Use this property to set the FIFO depth that will be reported
45 the FIFO depth. This is needed because some applications (e.g: SOF)
48 FIFO depth should be avoided. Please note that the sanity check
[all …]
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.h4 * SPDX-License-Identifier: Apache-2.0
13 #include <zephyr/dt-bindings/dai/esai.h>
32 /* used to fetch the depth of the FIFO. If the "fifo-depth" property is
33 * not specified, the FIFO depth that will be reported to the upper layers
35 * depth)
40 /* used to fetch the TX FIFO watermark value. If the "tx-fifo-watermark"
41 * property is not specified, this will be set to half of the FIFO depth.
46 /* used to fetch the RX FIFO watermark value. If the "rx-fifo-watermark"
47 * property is not specified, this will be set to half of the FIFO depth.
52 /* use to fetch the handshake value for a given direction. The handshake
[all …]
/Zephyr-latest/doc/kernel/services/synchronization/
Dsemaphores.rst11 :depth: 2
28 to a non-negative value that is less than or equal to its limit.
63 .. code-block:: c
74 .. code-block:: c
86 .. code-block:: c
105 .. code-block:: c
114 /* fetch available data */
/Zephyr-latest/scripts/footprint/
Dsize_report3 # Copyright (c) 2016, 2020-2024 Intel Corporation
5 # SPDX-License-Identifier: Apache-2.0
49 DT_LOCATION = re.compile(r"\(DW_OP_addr: ([0-9a-f]+)\)")
129 Fetch the symbols from the symbol table and put them
189 sec_end = sec_start + (sec_size - 1 if sec_size else 0)
191 f"0x{sec_start:08x}-0x{sec_end:08x} "
213 sec_end = sec_start + (size - 1 if size else 0)
268 file_entry = lineprog['file_entry'][file_index - 1]
274 directory = lineprog.header['include_directory'][dir_index - 1]
288 # built-ins can't be resolved, so it's not an issue
[all …]
/Zephyr-latest/arch/x86/
Dgen_mmu.py5 # SPDX-License-Identifier: Apache-2.0
23 - By default, the Present, Write, and Execute Disable bits are
25 - The __text_region region will have Present and User bits set
26 - The __rodata_region region will have Present, User, and Execute
28 - On x86_64, the _locore region will have Present set and
34 - The double-mapping is used to transition the
38 - The mapping is always double-mapped at the top-level paging structure
40 with respect to the scope of top-level paging structure entries.
41 This allows the same second-level paging structure(s) to be used for
44 - The double-mapping is needed so that we can still fetch instructions
[all …]
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf52_bsim.rst7 :depth: 1
34 * NVMC (Non-Volatile Memory Controller / Flash)
69 .. code-block:: console
71 west config manifest.group-filter -- +babblesim
74 make everything -j 8
81 `fetch <https://babblesim.github.io/fetching.html>`_ and
88 .. code-block:: console
101 .. zephyr-app-commands::
102 :zephyr-app: samples/hello_world
103 :host-os: unix
[all …]
/Zephyr-latest/doc/develop/west/
Dmanifest.rst1 .. _west-manifests:
8 ``west.manifest`` module, see :ref:`west-apis-manifest`. For a more general
9 introduction and command overview, see :ref:`west-basics`.
14 :depth: 3
16 .. _west-mr-model:
25 .. figure:: west-mr-model.png
27 :alt: West multi-repo history
28 :figclass: align-center
30 West multi-repo history
48 - Projects can be added (like ``P1`` between manifest repository
[all …]
/Zephyr-latest/include/zephyr/drivers/
Ddai.h4 * SPDX-License-Identifier: Apache-2.0
48 * clock-related configurations w.r.t the DAI
164 /** @brief Optional - Pre Start the transmission / reception of data.
188 /** @brief Optional - Post Stop the transmission / reception of data.
238 /** Fifo depth. */
354 const struct dai_driver_api *api = (const struct dai_driver_api *)dev->api; in dai_probe()
356 return api->probe(dev); in dai_probe()
371 const struct dai_driver_api *api = (const struct dai_driver_api *)dev->api; in dai_remove()
373 return api->remove(dev); in dai_remove()
385 * If the function is called with the parameter cfg->frame_clk_freq set to 0
[all …]

12