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:07:10 -07:00
.template_files
build
cpputest@c3625dc668
docs
inc
mocks
src Added flags for the programmer and port needed for using an uno R3 2024-06-14 16:07:10 -07:00
tests
.gitignore ignore hex files 2024-06-14 15:01:42 -07:00
.gitmodules
avr-gcc-toolchain.cmake Added flags for the programmer and port needed for using an uno R3 2024-06-14 16:07:10 -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 another bash function. 2024-06-14 15:08:41 -07:00
README.md
setup.sh