Teacup_Firmware/config
Markus Hitter 90969978df Configtool: replace DISPLAY_BUS parameter with a set of booleans.
Having a choice with a defined set of options is nice, but it
also requires these options to be #defined somewhere _before_
entering config.h. To keep class-like encapsulation, we'd need
two header files for each code unit, one for the options, another
one for the usual header.

That said, we use other examples of such options, e.g. CPU, F_CPU
or KINEMATICS. For CPU and F_CPU it works fine, because their
options are numbers or other values known by the compiler. For
KINEMATICS it kind of works, because this #define is used in only
one place ... and there it's suboptimal already, because no option-
set.

Anyways, I was unsure about this change and if it turns out to be
a poor decision later, it can be reverted.
2016-04-20 22:00:05 +02:00
..
board.3drag.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.cnc-shield-v3.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.gen3.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.gen6.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.gen7-arm.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.gen7-v1.1-v1.3.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.gen7-v1.4.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.melzi.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.nanoheart-v1.0.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.ramps-v1.2.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.ramps-v1.3.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.rumba.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.sanguinololu-v1.1.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.sanguinololu-v1.2.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.sanguish.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.sinaptec-at328-02.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.teensy++-v2.0.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.teensy-v2.0.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
board.tronxy.h Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
config-syntax.txt Configtool: add the ability to build and upload. 2015-04-21 02:11:01 +02:00
printer.mendel.h Rename Z_LATE_ENABLE to Z_AUTODISABLE and refine description. 2016-03-27 20:23:05 +02:00
printer.mendel90.h Rename Z_LATE_ENABLE to Z_AUTODISABLE and refine description. 2016-03-27 20:23:05 +02:00
printer.tronxy.h Add printer config for the Tronxy. 2016-04-14 23:39:10 +02:00
printer.wolfstrap.h Rename Z_LATE_ENABLE to Z_AUTODISABLE and refine description. 2016-03-27 20:23:05 +02:00