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 16:13:50 -07:00
.template_files
build
cpputest@c3625dc668
docs
inc
mocks
src removed the unused imports 2024-06-14 16:12:11 -07:00
tests
.gitignore ignore hex files 2024-06-14 15:01:42 -07:00
.gitmodules
avr-gcc-toolchain.cmake removed commented out lines 2024-06-14 16:13:50 -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 Updated the otto.sh file to make all before trying to do anything else. 2024-06-14 16:07:35 -07:00
README.md
setup.sh