Go to file
xavi a4eb8224a8 Added Template Makefile
This Makefile will be used as a way to start new projects with the same
hierarchy. It will also be tightly coupled with the x testing framework
for c (x_tfw4c).

It has targets to setup the source, include, object, and tests
directories using the `make dirs` command.

There is some fun interesting things that I used to get the target to
recompile when the header files are updated using the -MMD and -MP flags
in gcc.

These flags basically allow for the generation of dependencies from each
source file that are exported and then included using the -include
$(DEPENDENCIES) line at the bottem of the Makefile.
2025-12-17 19:48:17 -08:00
c_projects Added Template Makefile 2025-12-17 19:48:17 -08:00
epoxy_transducer Added pics from pulsar circuit driven by teensy 2024-04-17 13:08:41 -07:00
piecewise Added piecewise snippet 2024-03-22 18:06:25 -07:00
reference_designs Add Reference design notes for salinity 2024-06-11 21:15:30 -07:00
scope_fft Added scope fft snippet 2024-03-21 10:54:10 -07:00
LICENSE Initial commit 2024-03-21 17:42:07 +00:00
README.md Initial commit 2024-03-21 17:42:07 +00:00

code_snippets