Searched full:python (Results 1 – 25 of 44) sorted by relevance
12
/trusted-firmware-m-3.7.0/docs/building/ |
D | documentation_generation.rst | 22 - Sphinx and other python modules, listed in ``docs/requirements.txt`` 51 # Install the required Python modules 77 # Install the required Python modules 182 state python as "Python v3" <<doc>> 197 m2r --> python 198 rtd_theme --> python 199 tabs --> python 200 sphnix_puml --> python 201 sphnix_svg --> python
|
/trusted-firmware-m-3.7.0/docs/getting_started/ |
D | tfm_getting_started.rst | 95 - Python3 `(native Windows version) <https://www.python.org/downloads/>`__ and 96 the pip package manager (from Python 3.4 it's included) 105 Install python dependencies 108 Clone the TF-M source code, and then install the TF-M's additional Python 121 2. TF-M's ``tools/requirements.txt`` file declares additional Python 138 2. TF-M's ``tools/requirements.txt`` file declares additional Python 424 - Python v3.x 425 - a set of python modules listed in ``tools/requirements.txt`` 443 state python as "Python" : v3.x 459 cryptography --> python [all …]
|
/trusted-firmware-m-3.7.0/ |
D | .readthedocs.yaml | 19 python: "3.11" 32 # Configuration of the Python environment 33 python:
|
D | .editorconfig | 39 # Python code
|
/trusted-firmware-m-3.7.0/docs/cmake/ |
D | FindSphinx.cmake | 10 #Sphinx is a document generation tool written in Python. 14 #(sphinx-build) and it's dependences (Python). 16 #package (i.e. python-sphinx for Ubuntu). Independent of the distribution 34 #Sphinx needs Python.
|
/trusted-firmware-m-3.7.0/docs/design_docs/software/ |
D | tfm_code_generation_with_jinja2.rst | 24 ``tools/tfm_parse_manifest_list.py`` Python script is used to generate files 52 - Compatible with Python 2.7 and Python 3, while current solution only supports 53 Python 2.7
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/scripts/ |
D | TFM_BIN2HEX.sh | 43 python scripts/bin2hex.py --offset=$image_s $BINPATH/tfm_s_signed.bin $BINPATH/tfm_s_signed.hex 44 python scripts/bin2hex.py --offset=$image_ns $BINPATH/tfm_ns_signed.bin $BINPATH/tfm_ns_signed.hex 45 python scripts/bin2hex.py --offset=$bl2 $BINPATH/bl2.bin $BINPATH/bl2.hex 55 python scripts/bin2hex.py --offset=0x8000000 $BINPATH/clean.bin $BINPATH/clean.hex
|
D | postbuild.sh | 38 #determine/check python version command 43 cmd="python" 47 echo "This script requires python 3.0 or greater" 50 ver=$(python -V 2>&1 | sed 's/.* \([0-9]\).\([0-9]\).*/\1\2/') 52 echo "This script requires python 3.0 or greater"
|
D | bin2hex.py | 1 #!/usr/bin/python 46 python bin2hex.py [options] INFILE [OUTFILE]
|
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/Core/Test/ |
D | requirements.txt | 3 # Python requirements for build.py script 5 python-matrix-runner~=1.0
|
D | README.md | 16 ┣ requirements.txt Python dependencies required for build.py script 83 - [Python 3.9](https://www.python.org/downloads/) 95 Install the Python packages required by `build.py`:
|
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Project/ |
D | requirements.txt | 3 # Python requirements for build.py script 5 python-matrix-runner~=1.0
|
/trusted-firmware-m-3.7.0/platform/ext/cmsis/.devcontainer/ubuntu-22.04/ |
D | Dockerfile | 26 python-is-python3 \ 40 python-matrix-runner
|
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/ |
D | README.md | 72 - [Python 3.9](https://www.python.org/downloads/) 81 Install the Python packages required by `build.py`:
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_utils/ |
D | x509_util_helper.py | 24 # Adding the utility python scripts to the python PATH
|
/trusted-firmware-m-3.7.0/docs/contributing/ |
D | doc_guidelines.rst | 9 `Python Documentation Guidelines`_ while keeping the consistency with the 24 - When a new style is to be expressed, consult the `Python Documentation Guidelines`_ 295 #. `Python Documentation Guidelines`_ 301 .. _Python Documentation Guidelines: https://devguide.python.org/documentation/style-guide/
|
/trusted-firmware-m-3.7.0/platform/ext/target/armchina/mps3/common/provisioning/ |
D | create_provisioning_data.py | 27 # This works around Python 2 and Python 3 handling character encodings
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps4/corstone315/provisioning/bundle_dm/ |
D | dm_create_provisioning_data.py | 27 # This works around Python 2 and Python 3 handling character encodings
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps3/common/provisioning/ |
D | create_provisioning_data.py | 27 # This works around Python 2 and Python 3 handling character encodings
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/cert_utils/ |
D | cert_key_util.py | 35 # Adding the utility python scripts to the python PATH 244 print("You need python 3.0 or later to run this script")
|
D | cert_sb_content_util.py | 35 # Adding the utility python scripts to the python PATH 261 print("You need python 3.0 or later to run this script")
|
/trusted-firmware-m-3.7.0/bl1/bl1_2/scripts/ |
D | create_bl2_img.py | 63 # C keeps the null byte, python removes it, so we add 79 # C keeps the null byte, python removes it, so we add
|
/trusted-firmware-m-3.7.0/bl2/ext/mcuboot/scripts/wrapper/ |
D | wrapper.py | 31 #This works around Python 2 and Python 3 handling character encodings
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/provisioning/ |
D | derive_cm_and_dm_keys.py | 35 # C keeps the null byte, python removes it, so we add
|
/trusted-firmware-m-3.7.0/docs/platform/arm/rse/rom_releases/2024-04/ |
D | readme.rst | 73 Python 3.11.6
|
12