Teacup_Firmware/testcases
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
..
.gitignore Add a draft of a script running testcases in SimulAVR. 2013-12-06 19:24:58 +01:00
board.regtest-no-endstops.h Add test for "no endstops defined" build 2015-11-18 14:53:12 -05:00
check_integrity.sh check_integrity.sh: move to a less user visible place. 2016-04-12 00:11:43 +02:00
config.h.Profiling Configtool: replace DISPLAY_BUS parameter with a set of booleans. 2016-04-20 22:00:05 +02:00
config.regtest-gen3.h board.gen3.h: restore {TX,RX}_ENABLE_PIN defs. 2015-07-29 21:05:38 +02:00
config.regtest-gen7-arm.h ARM: add Gen7-ARM to the series of regression tests. 2015-08-12 14:26:36 +02:00
config.regtest-gen7-avr.h ARM: add Gen7-ARM to the series of regression tests. 2015-08-12 14:26:36 +02:00
config.regtest-no-endstops.h Add test for "no endstops defined" build 2015-11-18 14:53:12 -05:00
config.regtest-ramps.h Introduce regression tests. 2015-07-13 14:00:33 +02:00
config.regtest-teensy2.h Introduce regression tests. 2015-07-13 14:00:33 +02:00
excessive-digits.gcode Testcases review: 2013-12-06 19:24:58 +01:00
nothing.gcode Testcases: add nothing.gcode. 2014-10-18 20:59:41 +02:00
nullmoves.gcode Testcases review: 2013-12-06 19:24:58 +01:00
parsertests.txt G-code parser: add a number of test strings. 2015-07-05 23:32:48 +02:00
run-in-simulavr.sh run-in-simulavr.sh: report LED on time in clocks instead of ns. 2015-08-04 23:03:51 +02:00
save-file-velocities.gtkw Testcases: add save file for GTKWave. 2013-12-06 19:24:58 +01:00
short-moves.gcode Add a testcase for moves shorter than the acceleration ramps. 2013-12-06 19:24:58 +01:00
smooth-curves.gcode Testcases review: 2013-12-06 19:24:58 +01:00
straight-speeds.gcode Testcases review: 2013-12-06 19:24:58 +01:00
triangle-odd.gcode Testcases review: 2013-12-06 19:24:58 +01:00
triangle.gcode Testcases review: 2013-12-06 19:24:58 +01:00