This is a c project for psg14a starter-alternator control panel for GTD350 engine
- Author
- Mykhaylo Shcherbak mikl7.nosp@m.4@ya.nosp@m.hoo.c.nosp@m.om
https://github.com/mykhayloscherbak/psg14aemu
How to build
- You must have in your path:
- arm-none-eabi-gcc version >=9 bin dir in your path. For example: /opt/st/stm32cubeclt_1.15.1/GNU-tools-for-STM32/bin/
- make >= 4.2
- if you want to build docs you need:
- doxygen 1.12.0
- plantuml with environment var PLANTUML_JAR_PATH pointing to the plantuml .jar
- java
- python3 with installed cogapp (python -m pip install cogapp)
- create and output directory
- make all if you want to build binaries or
- make all_with_docs to build doxygen docs and binaries