Commit Graph

18 Commits

Author SHA1 Message Date
Markus Hitter a0fc485fa6 Move branch 'issue-196' to the attic.
This was an attempt to make Teacup sources compatible with
Arduino IDE 1.6.0 - 1.6.9 and became obsolete as of 1.6.10. The
problem was fixed on the Arduino IDE side.
2016-11-19 10:15:01 +01:00
Markus Hitter c3f0d05581 Attic: gzip single file storage.
Also to reduce clutter on recursive greps.
2016-06-12 19:30:54 +02:00
Markus Hitter 62b5bb01dc Attic: tar up 'accel_clock'. 2016-06-12 19:27:18 +02:00
Markus Hitter f291e33acd Attic: tar up 'eeconfig'. 2016-06-12 19:24:34 +02:00
Markus Hitter a4fcd0e32f Attic: tar up 'input-float'. 2016-06-12 19:22:01 +02:00
Markus Hitter 4c4f2603f5 Attic: tar up 'original-pff' for less clutter on grep'ing. 2016-06-12 19:18:47 +02:00
Markus Hitter c79dc3206e Move branch ProportionalBandPID to the attic.
As far as I (Traumflug) can see, this was an attempt to ease PID
tuning by setting PID parameters according to a model easier
understandable by humans.

This was moved to the attic because because automatic PID tuning
is around the corner, so users (hopefully) no longer have to mess
with PID parameters at all before too long.
2016-06-12 19:14:25 +02:00
Markus Hitter 5baa188826 Attic: add explaining README. 2016-06-12 19:09:03 +02:00
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