]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - rtems/gw/system_opt/app_def.h
Adds app_def header, which defines symbols for cond. compiling.
[can-benchmark.git] / rtems / gw / system_opt / app_def.h
diff --git a/rtems/gw/system_opt/app_def.h b/rtems/gw/system_opt/app_def.h
new file mode 100644 (file)
index 0000000..4bf7317
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef _APP_DEF_H
+#define _APP_DEF_H
+
+//#define BENCH_BUILD /* Uncomment this to get "bench build" -> build that starts can gateway and net driver right after start. */
+//#define LOAD_BUILD /* Uncomment this to get "load build" -> build that spawns and has running both load threads right after start. */
+//#define HIGH_PRIO /* Uncomment this to get "high prio build" -> build that has increased (decreased) priority for the GW threads. */
+
+
+#endif /*_APP_DEF_H*/
\ No newline at end of file