Home
last modified time | relevance | path

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

/hal_stm32-2.7.6/.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-2.7.6/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-2.7.6/dts/
DREADME.md15 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-2.7.6/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-2.7.6/scripts/tests/genpinctrl/data/
DREADME.md15 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-2.7.6/
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-2.7.6/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.py548 templates_dir = self.zephyr_hal_stm32_path / "scripts"