Template for C TDD that uses the cpputest framework/test harness. This template uses Makefiles instead of CMake
Go to file Use this template
jakeg00dwin 2ab9d8e18e Updated the otto.sh file to make all before trying to do anything else. 2024-06-14 16:07:35 -07:00
.template_files fixed issue with external linkage of "C" files 2024-03-20 16:10:10 -07:00
build Added empty dirs and hidden placeholders 2024-03-06 20:57:41 -08:00
cpputest@c3625dc668 added cpputest as a git-submodule 2024-03-06 21:29:39 -08:00
docs Added empty dirs and hidden placeholders 2024-03-06 20:57:41 -08:00
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 added an empty cmake file into mocks 2024-03-15 14:23:11 -07:00
src Added flags for the programmer and port needed for using an uno R3 2024-06-14 16:07:10 -07:00
tests Added comment for automation use. 2024-03-18 19:30:40 -07:00
.gitignore ignore hex files 2024-06-14 15:01:42 -07:00
.gitmodules added cpputest as a git-submodule 2024-03-06 21:29:39 -08: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
Doxyfile added my doxyfile for doxygen 2024-03-06 21:06:13 -08:00
README.md inital commit 2024-03-06 20:52:43 -08:00
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
compile_commands.json added the compile commands symlink 2024-03-12 22:39:28 -07:00
otto.sh Updated the otto.sh file to make all before trying to do anything else. 2024-06-14 16:07:35 -07:00
setup.sh updated the build_cpputest() shell function 2024-03-06 21:47:04 -08:00

README.md