A memory device programmer (Flash/EPROM/E2PROM) board and software, connected to PC by USB port.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
The project has its own code style, inspired by Java language standards and some of the best styles from Google C++ Style Guide.
Is convenient to create UT's for new features or adapt existing ones for fixes. The Google Test framework was used for the unit tests and LCov for the code coverage reports.
For generating code documentation was used the Doxygen and comments in its style.