Teacup_Firmware/attic
Markus Hitter f291e33acd Attic: tar up 'eeconfig'. 2016-06-12 19:24:34 +02:00
..
accel_clock Add config.h wrapper to simplify test automation 2014-03-04 19:56:23 +01:00
Configtool-use-absolute-path-names-in-config.h.patch Move patch "use absolute path names in config.h" to the attic. 2015-05-08 20:38:23 +02:00
README Attic: add explaining README. 2016-06-12 19:09:03 +02:00
Teacup Logo.sla Add source file for the Teacup logo. 2015-06-10 13:56:13 +02:00
check_integrity.sh Regression tests: remove the script based integrity test. 2016-06-06 14:18:08 +02:00
dda.c-attempts-to-use-sign-of-dda-delta_um-to-set-di.patch dda.c: file attempt to use sign of dda->delta_um[] to set direction. 2014-10-18 21:04:07 +02:00
eeconfig-README Attic: tar up 'eeconfig'. 2016-06-12 19:24:34 +02:00
eeconfig.tar.gz Attic: tar up 'eeconfig'. 2016-06-12 19:24:34 +02:00
input-float.tar.gz Attic: tar up 'input-float'. 2016-06-12 19:22:01 +02:00
original-pff-README Attic: tar up 'original-pff' for less clutter on grep'ing. 2016-06-12 19:18:47 +02:00
original-pff.tar.gz Attic: tar up 'original-pff' for less clutter on grep'ing. 2016-06-12 19:18:47 +02:00
proportional-band-pid-README Move branch ProportionalBandPID to the attic. 2016-06-12 19:14:25 +02:00
proportional-band-pid.tar.gz Move branch ProportionalBandPID to the attic. 2016-06-12 19:14:25 +02:00

README

This attic is kind of a shelf where abandoned coding attempts get moved for
later reference or re-pickup.

Each conserved attempt is either a single file, a single patch of a folder
with patches inside, often including an explaining README.

Before getting here, most of these attempts were Git branches, so they can be
re-applied at any time. Patchsets were created with 'git format-patch
--keep-subject', so

  'git am -3 <patch1> [<patch2> ...]'

is the tool to re-apply them. For each attempt it's noted where the branch
was applied last time, so it's likely a good idea to re-apply that code to the
same commit again, to ensure a clean patch application and to allow seeing the
context back then.

These branches were removed from the Git repository at all to reduce the
clutter seen in listings of branches.

All files containing code are (tar'd and) gzipped to not clutter up recursive
'grep'ing in the main source folder.