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:08:29 -07:00
.template_files
build
cpputest@c3625dc668
docs
inc
mocks
src Added size optimize flag 2024-06-14 15:08:29 -07:00
tests
.gitignore
.gitmodules
avr-gcc-toolchain.cmake Added size optimize flag 2024-06-14 15:08:29 -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 Added size optimize flag 2024-06-14 15:08:29 -07:00
README.md
setup.sh