Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-3.6.0/.github/workflows/
Dtest.yml20 pip3 install -r scripts/requirements.txt
21 pip3 install -r scripts/requirements-test.txt
22 pip3 install -r scripts/requirements-dev.txt
23 - name: lint scripts
24 run: flake8 --config scripts/.flake8 scripts
27 pytest scripts/tests \
28 --cov=scripts \
29 --cov-config scripts/.coveragerc \
/hal_stm32-3.6.0/scripts/tests/
DREADME.md1 # stm32_hal scripts tests
3 This folder contains `stm32_hal` scripts tests.
10 pip install -r scripts/requirements-test.txt
/hal_stm32-3.6.0/dts/
DREADME.rst15 script (available under scripts/genpinctrl) along with inputs from
20 scripts/genpinctrl/stm32*-pinctrl-config.yaml files.
27 * Generation script available in current repo under scripts/genpinctrl
/hal_stm32-3.6.0/scripts/genpinctrl/
Dreadme-template.j215 script (available under scripts/genpinctrl) along with inputs from
20 scripts/genpinctrl/stm32*-pinctrl-config.yaml files.
27 * Generation script available in current repo under scripts/genpinctrl
/hal_stm32-3.6.0/scripts/tests/genpinctrl/data/
DREADME.rst15 script (available under scripts/genpinctrl) along with inputs from
20 scripts/genpinctrl/stm32*-pinctrl-config.yaml files.
27 * Generation script available in current repo under scripts/genpinctrl
/hal_stm32-3.6.0/
DREADME.rst130 *-pinctrl.dtsi files are generated using generation scripts available in this
131 repo under scripts/genpinctrl and can be generated by running::
133 python3 scripts/genpinctrl/genpinctrl.py -p /path/to/stm32-open-pin-data-repository
DLICENSE8 (CMakeLists.txt, ...) or available as utilities (scripts/) are subject to
/hal_stm32-3.6.0/stm32cube/stm32h5xx/
Drelease_note.html355 …SMAK application rely on postbuild commands based on .bat scripts. Such postbuild .bat scripts are…
696 …ROT applications rely on postbuild commands based on .bat scripts. Such postbuild .bat scripts are…
/hal_stm32-3.6.0/scripts/
D.flake83 # these scripts do not comply with PEP8 styleguide
DREADME.rst6 This module provides scripts to update the STM32Cube for Zephyr.
Dserie_update.py562 templates_dir = self.zephyr_hal_stm32_path / "scripts"