Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
genllheaders/ | 03-Aug-2024 | - | 115 | 63 | ||
genpinctrl/ | 03-Aug-2024 | - | 548 | 404 | ||
README.md | D | 03-Aug-2024 | 295 | 22 | 13 |
README.md
1# stm32_hal scripts tests 2 3This folder contains `stm32_hal` scripts tests. 4 5# Dependencies 6 7You can install testing dependencies by running: 8 9``` 10pip install -r scripts/requirements-test.txt 11``` 12 13Note that only Python 3 is supported. 14 15# Running 16 17You can launch tests by running: 18 19``` 20pytest 21``` 22