Teacup_Firmware/attic
Markus Hitter 5baa188826 Attic: add explaining README. 2016-06-12 19:09:03 +02:00
..
accel_clock Add config.h wrapper to simplify test automation 2014-03-04 19:56:23 +01:00
eeconfig Move branch eeconfig to the attic. 2015-06-06 12:04:10 +02:00
input-float Move the branch input-float into an attic. 2013-07-11 22:33:41 +02:00
original-pff SD card: store sample code for the hardware layer. 2015-07-05 23:32:48 +02: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

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.