Home
last modified time | relevance | path

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

12

/trusted-firmware-m-3.6.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.6.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/requiremtns.txt``
443 state python as "Python" : v3.x
459 cryptography --> python
[all …]
/trusted-firmware-m-3.6.0/
D.readthedocs.yaml19 python: "3.11"
32 # Configuration of the Python environment
33 python:
D.editorconfig39 # Python code
/trusted-firmware-m-3.6.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.6.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.6.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.6.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
Dcert_key_util.py162 print("You need python 3.0 or later to run this script")
Dcert_dbg_developer_util.py178 print("You need python 3.0 or later to run this script")
Dcert_sb_content_util.py181 print("You need python 3.0 or later to run this script")
/trusted-firmware-m-3.6.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`_
274 #. `Python Documentation Guidelines`_
279 .. _Python Documentation Guidelines: https://devguide.python.org/documentation/style-guide/
/trusted-firmware-m-3.6.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.6.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/cert_utils/
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")
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_dbg_developer_util.py144 print("You need python 3.0 or later to run this script")
Dcert_dbg_enabler_util.py147 print("You need python 3.0 or later to run this script")
/trusted-firmware-m-3.6.0/bl2/ext/mcuboot/scripts/wrapper/
Dwrapper.py31 #This works around Python 2 and Python 3 handling character encodings
/trusted-firmware-m-3.6.0/docs/platform/nxp/lpcxpresso55s69/
DREADME.rst163 PyOCD is an open source Python package for programming and debugging Arm Cortex-M microcontrollers …
173 $ python flash_PyOCD.py
205 … <https://libusb.info/>`__ and copy .DLL file into the Python installation folder (next to python.…
/trusted-firmware-m-3.6.0/docs/design_docs/booting/
Dtfm_secure_boot.rst78 concatenated. Preparation of payload is done by Python scripts:
200 which is automatically done by Python scripts at compile time. Image
436 An image version number is written to its header by one of the Python scripts,
471 appended to the end of the image) by one of the Python scripts when signing the
483 ``SECURITY_COUNTER`` option the Python script will automatically generate it
498 Python program which is located in the MCUboot repository in the ``scripts``
/trusted-firmware-m-3.6.0/docs/configuration/
Dkconfig_system.rst22 The Kconfig tool is a python script based on `Kconfiglib <https://github.com/ulfalizer/Kconfiglib>`…
/trusted-firmware-m-3.6.0/platform/ext/target/arm/rss/common/provisioning/
Drss_create_provisioning_bundle.py46 # C keeps the null byte, python removes it, so we add
/trusted-firmware-m-3.6.0/bl1/bl1_2/scripts/
Dcreate_bl2_img.py54 # C keeps the null byte, python removes it, so we add

12