Teacup_Firmware/attic/accel_clock
Phil Hord 21e5343552 Add config.h wrapper to simplify test automation
Test code which wants to customize config.h can do so without
touching config.h itself by wrapping config.h in a macro variable
which is passed in to the compiler.  It defaults to "config.h" if
no override is provided.

This change would break makefile dependency checking since the selection
of a different header file on the command line is not noticed by make
as a build-trigger.  To solve this, we add a layer to the BUILDDIR path
so build products are now specific to the USER_CONFIG choice if it is
not "config.h".
2014-03-04 19:56:23 +01:00
..
apply-to-5df8eeaacf813baf387316a6cbb31b7c52dcc6fd.patch Move the branch accel_clock into the attic. 2013-10-27 20:31:36 +01:00
dda.c Move the branch accel_clock into the attic. 2013-10-27 20:31:36 +01:00
dda.h Add config.h wrapper to simplify test automation 2014-03-04 19:56:23 +01:00