Commit Graph

10 Commits

Author SHA1 Message Date
Markus Hitter d51edaf705 Regression tests: remove the script based integrity test.
Looks like it's obsolete now, superseeded by the one actually
running Configtool.
2016-06-06 14:18:08 +02:00
Markus Hitter fe9ef63225 SD card: store sample code for the hardware layer.
Fetched from http://elm-chan.org/fsw/ff/00index_p.html.

There is also sample code for the bigger brother, FatFs, here:
http://elm-chan.org/fsw/ff/00index_e.html. These FatFs examples
are bigger (600 lines of code vs. 260 lines), but are also
for a lot more platforms available.
2015-07-05 23:32:48 +02:00
Markus Hitter a9aa690cb3 SD card: store Petit FatFs original sources.
Fetched from http://elm-chan.org/fsw/ff/00index_p.html, version R0.03.

Storing original code separately shall ease diff'ing them when a
new release comes out.
2015-07-05 23:32:48 +02:00
Markus Hitter fa19a5ceb8 Add source file for the Teacup logo. 2015-06-10 13:56:13 +02:00
Markus Hitter 3023c74178 Move branch eeconfig to the attic.
This branch gained no attendance for years. With the advent of
Configtool it becomes even more unlikely this ever becomes part
of the standard distribution. See also attic/eeconfig/README.
2015-06-06 12:04:10 +02:00
Markus Hitter c53c45d9cf Move patch "use absolute path names in config.h" to the attic. 2015-05-08 20:38:23 +02:00
Markus Hitter bb24627242 dda.c: file attempt to use sign of dda->delta_um[] to set direction. 2014-10-18 21:04:07 +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
Markus Hitter 1ab42ee8eb Move the branch accel_clock into the attic.
This was a very interesting approach, but for the forseeable
future it's unlikely the code will replace the current one.

However, many parts of it were already moved to the experimental
branch. It turns out the approach with recalculating acceleration
at a constant time interval is exactly right, but works much more
precisely when keeping maths step-based.
2013-10-27 20:31:36 +01:00
Markus Hitter 569adeecd1 Move the branch input-float into an attic.
This was a very interesting approach, but for the forseeable
future it's unlikely the code will replace the current one.
2013-07-11 22:33:41 +02:00