comparison Common/Inc/configuration.h @ 896:f29369fff71e Evo_2_23

Development Feature Runtime in Debugview: Added a compile switch which allows to show the deco, grafix and main loop runtimes in the T7 debug view.
author ideenmodellierer
date Thu, 26 Sep 2024 18:32:36 +0200
parents 1b05a84f6d0f
children fac13aa6ba93
comparison
equal deleted inserted replaced
895:94535e672583 896:f29369fff71e
44 44
45 /* Enable to activate a menu item in reset menu which provide sample ring analysis / repair functionality */ 45 /* Enable to activate a menu item in reset menu which provide sample ring analysis / repair functionality */
46 /* #define ENABLE_ANALYSE_SAMPLES */ 46 /* #define ENABLE_ANALYSE_SAMPLES */
47 47
48 /* Enable to have access to the debug view options (turn on / off via menu instead of compile switch) */ 48 /* Enable to have access to the debug view options (turn on / off via menu instead of compile switch) */
49 /* #define HAVE_DEBUG_VIEW */ 49 #define HAVE_DEBUG_VIEW
50 50
51 /* Enable to have event based warnings being displayed as warning messages when the occure */ 51 /* Enable to have runtime information displayed in t7 debug view */
52 #define T7_DEBUG_RUNTIME
53
54 /* Enable to have event based warnings being displayed as warning messages when they occur */
52 #define HAVE_DEBUG_WARNINGS 55 #define HAVE_DEBUG_WARNINGS
53 56
54 /* Enable to have access to the motion control selection menu */ 57 /* Enable to have access to the motion control selection menu */
55 /* #define ENABLE_MOTION_CONTROL */ 58 /* #define ENABLE_MOTION_CONTROL */
56 59