-
Notifications
You must be signed in to change notification settings - Fork 149
Home
Bharathgopal edited this page Apr 23, 2021
·
4 revisions
- AVR Compiler for cross compilation.
- SimulIDE for Simulation of Hardware circuits.
- Visual Studio Code for compiling the code, Git integration for Source Code Management and Doxygen extension to autofill comments in Doxygen format.
- Make Installer from GNUWin32 for automating the build without using IDE.
- cppcheck for Static Analysis.
- Doxygen for generating documents.
- To run cppcheck and doxygen commands from terminal, find and add cppcheck.exe and doxygen.exe locations to PATH variable in Windows