Searched +full:python3 +full:- +full:pip (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/.github/workflows/ |
D | doc-build.yml | 2 # SPDX-License-Identifier: Apache-2.0 8 - cron: '0 */3 * * *' 11 - v* 18 # so we fetch that through pip. 24 doc-build-html: 27 github.repository_owner == 'zephyrproject-rtos' 28 runs-on: ubuntu-24.04 29 timeout-minutes: 90 31 group: doc-build-html-${{ github.ref }} 32 cancel-in-progress: true [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@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 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 | twister-publish.yaml | 7 - 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 …]
|
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 | bug_snapshot.yaml | 2 # SPDX-License-Identifier: Apache-2.0 14 - cron: '5 14 * * *' 19 runs-on: ubuntu-22.04 20 if: github.repository_owner == 'zephyrproject-rtos' 23 - name: Checkout 26 - name: Install Python dependencies 28 pip install -U pygithub 30 - name: Snapshot bugs 34 BUGS_PICKLE_FILENAME="zephyr-bugs-$(date -I).pickle.xz" 37 set -euo pipefail [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 …]
|
D | twister.yaml | 6 - main 7 - v*-branch 8 - collab-* 11 - main 12 - v*-branch 13 - collab-* 16 - cron: '0 17 * * 6' 19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} 20 cancel-in-progress: true 23 twister-build-prep: [all …]
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 32 .. group-tab:: Ubuntu 34 .. code-block:: console 36 sudo apt-get update 37 sudo apt-get upgrade 39 .. group-tab:: Fedora 41 .. code-block:: console 45 .. group-tab:: Clear Linux 47 .. code-block:: console 51 .. group-tab:: Arch Linux 53 .. code-block:: console [all …]
|
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/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/doc/develop/west/ |
D | troubleshooting.rst | 1 .. _west-troubleshooting: 14 .. code-block:: shell 16 west -v update 21 .. code-block:: none 26 --- your_project: fetching, need revision SOME_SHA 27 …west.manifest: running 'git fetch ... https://github.com/your-username/your_project ...' in /some/… 37 ``curl -v FETCH_URL`` (for HTTPS URLs) or ``ssh -v FETCH_URL`` (for SSH URLs) 48 environment variable does not contain the directory where pip installed 51 First, make sure you've installed west; see :ref:`west-install`. Then try 57 you installed Python and pip, so ordinarily you should not need to follow these [all …]
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 11 .. _documentation-overview: 18 using Sphinx to create a formatted stand-alone website. Developers can 36 * Doxygen-generated material used to create all API-specific documents 39 * Script-generated material for kernel configuration options based on Kconfig 51 rtd [shape="rectangle" label="read-the-docs\ntheme"] 56 images -> sphinx 57 rst -> sphinx 58 conf -> sphinx 59 header -> doxygen 60 doxygen -> xml [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_addon.py | 1 #!/usr/bin/env python3 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] + \ [all …]
|
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/ |
D | index.rst | 7 <https://github.com/litex-hub/zephyr-on-litex-vexriscv>`_ 8 or `LiteX SoC Builder <https://github.com/enjoy-digital/litex>`_ 11 vendor-specific and open-source tools, including the 16 `Digilent Arty A7-35T or A7-100T Development Boards 17 <https://store.digilentinc.com/arty-a7-artix-7-fpga-development-board-for-makers-and-hobbyists>`_ 18 or `SDI-MIPI Video Converter <https://github.com/antmicro/sdi-mipi-video-converter>`_. 21 `Migen <https://m-labs.hk/gateware/migen/>`_/`MiSoC SoC builder <https://github.com/m-labs/misoc>`_ 22 and provides ready-made system components such as buses, streams, interconnects, 27 `LiteX's website <https://github.com/enjoy-digital/litex>`_. 29 VexRiscv is a 32-bit implementation of the RISC-V CPU architecture [all …]
|
/Zephyr-latest/scripts/pylib/twister/ |
D | expr_parser.py | 1 #!/usr/bin/env python3 5 # SPDX-License-Identifier: Apache-2.0 20 "package manager or the 'pip' tool.") 51 r"0x[0-9a-fA-F]+" 63 t.value = t.value[1:-1] 91 r"[A-Za-z_][0-9A-Za-z_]*" 241 # a given compatible. For matching things like gpio-leds child 292 # Like it's C counterpart, state machine is not thread-safe
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 1 #!/usr/bin/env python3 5 # SPDX-License-Identifier: Apache-2.0 30 print("Install tabulate python module with pip to use --device-testing option.") 133 schema_path = os.path.join(ZEPHYR_BASE, "scripts", "schemas", "twister", "hwmap-schema.yaml") 155 'DAPLink CMSIS-DAP', 156 'MBED CMSIS-DAP' 159 'J-Link', 160 'J-Link OB' 163 'STM32 STLink', '^XDS110.*', 'STLINK-V3' 166 'TTL232R-3V3', [all …]
|
D | environment.py | 1 #!/usr/bin/env python3 4 # Copyright (c) 2018-2025 Intel Corporation 8 # SPDX-License-Identifier: Apache-2.0 45 def _get_installed_packages() -> Generator[str, None, None]: 63 PYTEST_PLUGIN_INSTALLED = 'pytest-twister-harness' in installed_packages 71 def add_parse_arguments(parser = None) -> argparse.ArgumentParser: 82 $ ./scripts/twister -v \\ 83 --testsuite-root tests/ztest/base \\ 84 --testsuite-root tests/kernel \\ 85 --test tests/ztest/base/testing.ztest.verbose_0 \\ [all …]
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_environment.py | 1 #!/usr/bin/env python3 5 # SPDX-License-Identifier: Apache-2.0 25 ['--short-build-path', '-k'], 26 '--short-build-path requires Ninja to be enabled' 32 ['--device-serial-pty', 'dummy'], 33 '--device-serial-pty is not supported on Windows OS' 39 ['--west-runner=dummy'], 40 'west-runner requires west-flash to be enabled' 46 ['--west-flash=\"--board-id=dummy\"'], 47 'west-flash requires device-testing to be enabled' [all …]
|
D | test_handlers.py | 1 #!/usr/bin/env python3 5 # SPDX-License-Identifier: Apache-2.0 82 (True, False, 'posix', ['Install pyserial python module with pip to use' \ 83 ' --device-testing option.'], None), 85 (True, True, 'posix', ['Install pyserial python module with pip to use' \ 86 ' --device-testing option.'], ImportError), 248 mock_child_neg1 = mock.Mock(pid=-1) 258 [mock.call(-1, signal.SIGTERM), mock.call(2, signal.SIGTERM)] 289 with mock.patch('builtins.open', mock.mock_open(read_data='-1')): 295 mock_kill.assert_called_once_with(-1, signal.SIGKILL) [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.9.rst | 49 * Bluetooth Qualification-ready BLE Controller 82 * ARC: Nested interrupt support for normal, non-FIRQ interrupts 90 * arm: Added Olimex STM32-E407 and STM32-P405 boards 91 * arm: Added STM32F412 Nucleo and STM32F429I-DISC1 boards 116 * net-app API support added. This is higher level API that can be used 126 networking applications using a well-known, cross-platform API 140 * IPSP net-app support: a simplified networking API reducing duplication 143 * BLE controller qualification-ready, with all required tests passing 144 * Controller-based privacy (including all optional features) 186 auto-generated configuration docs), and source code doxygen comments [all …]
|
/Zephyr-latest/scripts/ |
D | zephyr_module.py | 1 #!/usr/bin/env python3 5 # SPDX-License-Identifier: Apache-2.0 11 Include file is generated for Kconfig using --kconfig-out. 12 A <name>:<path> text file is generated for use with CMake using --cmake-out. 14 Using --twister-out <filename> an argument file for twister script will 57 cmake-ext: 61 kconfig-ext: 65 sysbuild-cmake: 68 sysbuild-kconfig: 71 sysbuild-cmake-ext: [all …]
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 12 "name": "python3", 31 "<table class=\"tfo-notebook-buttons\" align=\"left\">\n", 36 …o_world_model.ipynb\"><img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View s… 53 "id": "5PYwRFppd-WB" 84 "outputId": "510567d6-300e-40e2-f5b8-c3520a3f3a8b", 90 "! pip install tensorflow==2.4.0" 97 …"Requirement already satisfied: tensorflow==2.4.0rc0 in /usr/local/lib/python3.6/dist-packages (2.… 98 …"Requirement already satisfied: termcolor~=1.1.0 in /usr/local/lib/python3.6/dist-packages (from t… 99 …"Requirement already satisfied: gast==0.3.3 in /usr/local/lib/python3.6/dist-packages (from tensor… 100 …"Requirement already satisfied: astunparse~=1.6.3 in /usr/local/lib/python3.6/dist-packages (from … [all …]
|
12