Teacup_Firmware/attic
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
..
Configtool-use-absolute-path-names-in-config.h.patch.gz Attic: gzip single file storage. 2016-06-12 19:30:54 +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
accel_clock.tar.gz Attic: tar up 'accel_clock'. 2016-06-12 19:27:18 +02:00
appease-arduino-ide.tar.gz Move branch 'issue-196' to the attic. 2016-11-19 10:15:01 +01:00
check_integrity.sh.gz Attic: gzip single file storage. 2016-06-12 19:30:54 +02:00
dda.c-attempts-to-use-sign-of-dda-delta_um-to-set-di.patch.gz Attic: gzip single file storage. 2016-06-12 19:30:54 +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.