Template for C TDD that uses the cpputest framework/test harness. This template uses Makefiles instead of CMake
Find a file Use this template
2024-06-14 15:02:44 -07:00
.template_files
build
cpputest@c3625dc668
docs
inc Added and included the "inc" directory in the project root. Also added in line to include the mocks dir 2024-06-14 13:38:04 -07:00
mocks
src Setup custom targets in the "src/CMakeListst.txt" file. These include, the elf, hex, bin and an upload target. 2024-06-14 15:01:35 -07:00
tests
.gitignore ignore hex files 2024-06-14 15:01:42 -07:00
.gitmodules
avr-gcc-toolchain.cmake Added the toolchain file for AVR-GCC, currently defaulting to using the 328P at 16MHz 2024-06-14 15:02:44 -07:00
CMakeLists.txt For now I'm going to use the C11 standard, as most avr-gcc builds + the stdlib don't support the newest std. 2024-06-14 15:02:16 -07:00
compile_commands.json
Doxyfile
otto.sh
README.md
setup.sh