- Generated documentation is available in .\IgnitionController_STM32\Documentation\Ignition_Controller.chm
- Requirements are available in .\IgnitionController_STM32\Design\Requirements\IgnitionControllerRequriements.txt
- Architecture is done with Rational Software architect, and project is available at .\IgnitionController_STM32\Design\
- Command for build configuration generation is : cmake -G "Unix Makefiles" -S . -B build -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_TOOLCHAIN_FILE="arm-none-eabi-gcc.cmake" -DCMAKE_EXPORT_COMPILE_COMMANDS=1
- Command for build is : cmake --build build
- For Static Code Analysis Mathworks Polyspace Code Prover and Bug finder tools are used
- For Dynamic(Unit) Testing Google Test Framework is used
- Setup is available in Testing Folder.