Searched full:python (Results 1 – 25 of 34) sorted by relevance
12
22 - Sphinx and other python modules, listed in ``docs/requirements.txt``51 # Install the required Python modules77 # Install the required Python modules182 state python as "Python v3" <<doc>>197 m2r --> python198 rtd_theme --> python199 tabs --> python200 sphnix_puml --> python201 sphnix_svg --> python
95 - Python3 `(native Windows version) <https://www.python.org/downloads/>`__ and96 the pip package manager (from Python 3.4 it's included)105 Install python dependencies108 Clone the TF-M source code, and then install the TF-M's additional Python121 2. TF-M's ``tools/requirements.txt`` file declares additional Python138 2. TF-M's ``tools/requirements.txt`` file declares additional Python424 - Python v3.x425 - a set of python modules listed in ``tools/requiremtns.txt``443 state python as "Python" : v3.x459 cryptography --> python[all …]
19 python: "3.11"32 # Configuration of the Python environment33 python:
39 # Python code
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 distribution34 #Sphinx needs Python.
24 ``tools/tfm_parse_manifest_list.py`` Python script is used to generate files52 - Compatible with Python 2.7 and Python 3, while current solution only supports53 Python 2.7
43 python scripts/bin2hex.py --offset=$image_s $BINPATH/tfm_s_signed.bin $BINPATH/tfm_s_signed.hex44 python scripts/bin2hex.py --offset=$image_ns $BINPATH/tfm_ns_signed.bin $BINPATH/tfm_ns_signed.hex45 python scripts/bin2hex.py --offset=$bl2 $BINPATH/bl2.bin $BINPATH/bl2.hex55 python scripts/bin2hex.py --offset=0x8000000 $BINPATH/clean.bin $BINPATH/clean.hex
38 #determine/check python version command43 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"
1 #!/usr/bin/python46 python bin2hex.py [options] INFILE [OUTFILE]
24 # Adding the utility python scripts to the python PATH
162 print("You need python 3.0 or later to run this script")
178 print("You need python 3.0 or later to run this script")
181 print("You need python 3.0 or later to run this script")
9 `Python Documentation Guidelines`_ while keeping the consistency with the24 - 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/
27 # This works around Python 2 and Python 3 handling character encodings
35 # Adding the utility python scripts to the python PATH261 print("You need python 3.0 or later to run this script")
35 # Adding the utility python scripts to the python PATH244 print("You need python 3.0 or later to run this script")
144 print("You need python 3.0 or later to run this script")
147 print("You need python 3.0 or later to run this script")
31 #This works around Python 2 and Python 3 handling character encodings
163 PyOCD is an open source Python package for programming and debugging Arm Cortex-M microcontrollers …173 $ python flash_PyOCD.py205 … <https://libusb.info/>`__ and copy .DLL file into the Python installation folder (next to python.…
78 concatenated. Preparation of payload is done by Python scripts:200 which is automatically done by Python scripts at compile time. Image436 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 the483 ``SECURITY_COUNTER`` option the Python script will automatically generate it498 Python program which is located in the MCUboot repository in the ``scripts``
22 The Kconfig tool is a python script based on `Kconfiglib <https://github.com/ulfalizer/Kconfiglib>`…
46 # C keeps the null byte, python removes it, so we add
54 # C keeps the null byte, python removes it, so we add