Library to simplify STM32 H7 firmware development using C++.
Main layers:
- HALAL
- ST-LIB_LOW
- ST-LIB_HIGH
./tools/init-submodules.sh
cmake --preset simulator
cmake --build --preset simulator
ctest --preset simulator-all- Setup:
docs/setup.md - Build and presets:
docs/build-and-presets.md - Testing:
docs/testing.md
simulatorsimulator-asannucleo-*board-*
List all presets:
cmake --list-presetspip install pre-commit
./tools/install-git-hooks.sh
pre-commit run --all-files