Searched +full:- +full:pip +full:- (Results 1 – 25 of 62) sorted by relevance
123
/Zephyr-latest/.github/workflows/ |
D | devicetree_checks.yml | 3 # SPDX-License-Identifier: Apache-2.0 10 - main 11 - v*-branch 13 - 'scripts/dts/**' 14 - '.github/workflows/devicetree_checks.yml' 17 - main 18 - v*-branch 20 - 'scripts/dts/**' 21 - '.github/workflows/devicetree_checks.yml' 24 devicetree-checks: [all …]
|
D | west_cmds.yml | 2 # SPDX-License-Identifier: Apache-2.0 9 - main 10 - v*-branch 11 - collab-* 13 - 'scripts/west-commands.yml' 14 - 'scripts/west_commands/**' 15 - '.github/workflows/west_cmds.yml' 18 - main 19 - v*-branch 20 - collab-* [all …]
|
D | doc-build.yml | 2 # 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 …]
|
D | pylib_tests.yml | 2 # SPDX-License-Identifier: Apache-2.0 9 - main 10 - v*-branch 12 - 'scripts/pylib/build_helpers/**' 13 - '.github/workflows/pylib_tests.yml' 16 - main 17 - v*-branch 19 - 'scripts/pylib/build_helpers/**' 20 - '.github/workflows/pylib_tests.yml' 23 pylib-tests: [all …]
|
D | coding_guidelines.yml | 7 runs-on: ubuntu-22.04 10 - name: Checkout the code 14 fetch-depth: 0 16 - name: cache-pip 19 path: ~/.cache/pip 20 key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/coding_guidelines.yml') }} 22 - name: Install python dependencies 24 pip install unidiff 25 pip install sh 27 - name: Install Packages [all …]
|
D | twister_tests.yml | 2 # SPDX-License-Identifier: Apache-2.0 9 - main 10 - v*-branch 11 - collab-* 13 - 'scripts/pylib/**' 14 - 'scripts/twister' 15 - 'scripts/tests/twister/**' 16 - '.github/workflows/twister_tests.yml' 17 - 'scripts/schemas/twister/' 20 - main [all …]
|
D | scripts_tests.yml | 2 # 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 …]
|
D | compliance.yml | 6 - 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 …]
|
D | daily_test_version.yml | 2 # 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 …]
|
D | footprint-tracking.yml | 6 - 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 …]
|
D | twister_tests_blackbox.yml | 2 # SPDX-License-Identifier: Apache-2.0 9 - main 10 - collab-* 11 - v*-branch 13 - 'scripts/pylib/twister/**' 14 - 'scripts/twister' 15 - 'scripts/tests/twister_blackbox/**' 16 - '.github/workflows/twister_tests_blackbox.yml' 19 twister-tests: 21 runs-on: ${{ matrix.os }} [all …]
|
D | stats_merged_prs.yml | 6 - main 7 - v*-branch 11 if: github.event.pull_request.merged == true && github.repository == 'zephyrproject-rtos/zephyr' 12 runs-on: ubuntu-22.04 14 - name: checkout 16 - name: PR event 23 pip install pygithub elasticsearch 24 …python3 ./scripts/ci/stats/merged_prs.py --pull-request ${{ github.event.pull_request.number }} --…
|
D | manifest.yml | 7 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 23 pip install west 24 git config --global user.email "you@example.com" 25 git config --global user.name "Your Name" 26 west init -l . || true [all …]
|
D | backport_issue_check.yml | 6 - edited 7 - opened 8 - reopened 9 - synchronize 11 - v*-branch 17 group: backport-issue-check-${{ github.ref }} 18 cancel-in-progress: true 19 runs-on: ubuntu-22.04 20 if: github.repository == 'zephyrproject-rtos/zephyr' 23 - name: Check out source code [all …]
|
D | assigner.yml | 6 - opened 7 - synchronize 8 - reopened 9 - ready_for_review 11 - main 12 - collab-* 13 - v*-branch 16 - labeled 22 runs-on: ubuntu-22.04 25 - name: Install Python dependencies [all …]
|
D | codecov.yaml | 5 - 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 …]
|
/Zephyr-latest/scripts/west_commands/ |
D | packages.py | 3 # SPDX-License-Identifier: Apache-2.0 20 def in_venv() -> bool: 46 see 'west packages <manager> --help' for details. 52 "-m", 53 "--module", 73 "pip", 74 help="manage pip packages", 78 Manage pip packages: 80 Run 'west packages pip' to print all requirement files needed by 89 "--install", [all …]
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 1 .. _beyond-gsg: 6 The :ref:`getting_started` gives a straight-forward path to set up 11 .. _python-pip: 13 Python and pip 16 Python 3 and its package manager, pip\ [#pip]_, are used extensively by Zephyr 22 ``--user`` flag to the ``pip3`` command when installing new packages. This is 25 information about pip\ [#pip]_, including `information on -\\-user`_. 27 - On Linux, make sure ``~/.local/bin`` is at the front of your :envvar:`PATH` 28 :ref:`environment variable <env_vars>`, or programs installed with ``--user`` 29 won't be found. Installing with ``--user`` avoids conflicts between pip [all …]
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | .gitignore | 1 # Byte-compiled / optimized / DLL files 9 develop-eggs/ 20 pip-wheel-metadata/ 21 share/python-wheels/ 22 *.egg-info/
|
/Zephyr-latest/cmake/modules/ |
D | west.cmake | 1 # SPDX-License-Identifier: Apache-2.0 16 # Cut out any symbolic links, e.g. python3.x -> python 37 -c 54 ${PYTHON_EXECUTABLE} -m pip install west\ 59 set(WEST WEST-NOTFOUND CACHE INTERNAL "West") 65 # Keep this version identical to the one in scripts/requirements-base.txt 71 ${PYTHON_EXECUTABLE} -m pip install --upgrade west\ 77 set(WEST ${PYTHON_EXECUTABLE} -m west CACHE INTERNAL "West") 95 set(WEST WEST-NOTFOUND CACHE INTERNAL "West")
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_addon.py | 4 # SPDX-License-Identifier: Apache-2.0 41 (['--enable-ubsan'], '1') 49 args = ['-i', '--outdir', out_path, '-T', test_path] + \ 53 ['-p'] * len(test_platforms), test_platforms 68 (['--enable-asan', '--enable-lsan'], '1') 76 args = ['-i', '--outdir', out_path, '-T', test_path] + \ 80 ['-p'] * len(test_platforms), test_platforms 98 (['--enable-asan'], '1', True) 109 args = ['-i', '-W', '--outdir', out_path, '-T', test_path] + \ 113 ['-p'] * len(test_platforms), test_platforms [all …]
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 8 - Set up a command-line Zephyr development environment on Ubuntu, macOS, or 11 - Get the source code 12 - Build, flash, and run a sample application 23 .. group-tab:: Ubuntu 28 .. code-block:: bash 33 .. group-tab:: macOS 39 <https://support.apple.com/en-us/HT201541>`_. 41 .. group-tab:: Windows 46 .. _install-required-tools: 55 .. list-table:: [all …]
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 10 -------------------------------------------------------------------------------- 16 GPIO pin on every cycle - first cycle will be a rising edge. This test expects 23 "test-kernel-timer-behavior-external", with property "timeout-gpios" being the 31 run(seconds: float, options: str) -> {}, int 60 "tool-options", a string with options passed to the Python module helper. 83 the saleae_logic2 module ones are listed at pytest/requirements-saleae.txt. 84 One can install them with pip (possibly in some virtual environment): 86 pip install -r pytest/requirements-saleae.txt
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | README_lwm2m | 2 ---------------------- 13 The CDDL description is based on the RFC 8428 - Sensor Measurement Lists (SenML). For further 14 details please see the chapter 11 - CDDL. 19 pip install --upgrade zcbor 24 …you can attempt to use the 3-way merge capabilities by committing the un-patched changes (i.e. up … 27 git am -3 < lwm2m_senml_cbor.patch 33 git format-patch --stdout HEAD~1.. > lwm2m_senml_cbor.patch
|
/Zephyr-latest/scripts/tests/twister/ |
D | README.md | 12 pip install -r $ZEPHYR_BASE/scripts/requirements-build-test.txt 28 coverage run -m pytest $ZEPHYR_BASE/scripts/tests/twister/ 34 coverage report -m $ZEPHYR_BASE/scripts/pylib/twister/ 40 coverage report -m $ZEPHYR_BASE/scripts/twister 53 - conftest.py: Contains common fixtures for use in testing the twister tool. 54 - test_twister.py : Contains basic testcases for environment variables, verifying testcase & platfo… 55 - test_testsuite_class.py : Contains testcases for Testsuite class (except reporting functionality)… 56 - test_testinstance.py : Contains testcases for Testinstance and Testcase class. 57 - test_reporting_testsuite.py : Contains testcases for reporting functionality of Testsuite class o…
|
123