Searched full:scripts (Results 1 – 10 of 10) sorted by relevance
20 pip3 install -r scripts/requirements.txt21 pip3 install -r scripts/requirements-test.txt22 pip3 install -r scripts/requirements-dev.txt23 - name: lint scripts24 run: flake8 --config scripts/.flake8 scripts27 pytest scripts/tests \28 --cov=scripts \29 --cov-config scripts/.coveragerc \
1 # stm32_hal scripts tests3 This folder contains `stm32_hal` scripts tests.10 pip install -r scripts/requirements-test.txt
15 script (available under scripts/genpinctrl) along with inputs from20 scripts/genpinctrl/stm32*-pinctrl-config.yaml files.27 * Generation script available in current repo under scripts/genpinctrl
130 *-pinctrl.dtsi files are generated using generation scripts available in this131 repo under scripts/genpinctrl and can be generated by running::133 python3 scripts/genpinctrl/genpinctrl.py -p /path/to/stm32-open-pin-data-repository
8 (CMakeLists.txt, ...) or available as utilities (scripts/) are subject to
3 # these scripts do not comply with PEP8 styleguide
6 This module provides scripts to update the STM32Cube for Zephyr.
548 templates_dir = self.zephyr_hal_stm32_path / "scripts"