Commit Graph

5 Commits

Author SHA1 Message Date
Markus Hitter 881629b74c analog.h: document and clean up.
No functional change.
2015-05-11 01:17:25 +02:00
Markus Hitter efa1e9bcbb analog.h: clamp ADC reference voltage to AVcc.
As none of the known controllers allow a meaningful other choice,
it's a bit pointless to provide this as a user choice via
config.h.
2015-05-11 01:14:22 +02:00
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
Michael Moon 0dc7d77885 Massive Doxygen documentation addition
'make doc' then point your browser at doc/html/

Needs plenty of cleanup and polishing, but the main bulk is here

even documents your configuration! ;)
2011-03-22 01:34:36 +11:00
Michael Moon 266c6ee0e2 merge release-candidate-triffid 2011-01-07 23:29:32 +11:00