Home
last modified time | relevance | path

Searched full:python (Results 1 – 25 of 44) sorted by relevance

12

/trusted-firmware-m-3.7.0/docs/building/
Ddocumentation_generation.rst22 - 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/
Dtfm_getting_started.rst95 - 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.yaml19 python: "3.11"
32 # Configuration of the Python environment
33 python:
D.editorconfig39 # Python code
/trusted-firmware-m-3.7.0/docs/cmake/
DFindSphinx.cmake10 #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/
Dtfm_code_generation_with_jinja2.rst24 ``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/
DTFM_BIN2HEX.sh43 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
Dpostbuild.sh38 #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"
Dbin2hex.py1 #!/usr/bin/python
46 python bin2hex.py [options] INFILE [OUTFILE]
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/Core/Test/
Drequirements.txt3 # Python requirements for build.py script
5 python-matrix-runner~=1.0
DREADME.md16 ┣ �� 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/
Drequirements.txt3 # 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/
DDockerfile26 python-is-python3 \
40 python-matrix-runner
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/
DREADME.md72 - [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/
Dx509_util_helper.py24 # Adding the utility python scripts to the python PATH
/trusted-firmware-m-3.7.0/docs/contributing/
Ddoc_guidelines.rst9 `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/
Dcreate_provisioning_data.py27 # 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/
Ddm_create_provisioning_data.py27 # This works around Python 2 and Python 3 handling character encodings
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps3/common/provisioning/
Dcreate_provisioning_data.py27 # 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/
Dcert_key_util.py35 # Adding the utility python scripts to the python PATH
244 print("You need python 3.0 or later to run this script")
Dcert_sb_content_util.py35 # 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/
Dcreate_bl2_img.py63 # 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/
Dwrapper.py31 #This works around Python 2 and Python 3 handling character encodings
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/provisioning/
Dderive_cm_and_dm_keys.py35 # 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/
Dreadme.rst73 Python 3.11.6

12