summaryrefslogtreecommitdiff
path: root/cesar/projects
diff options
context:
space:
mode:
authorNicolas Schodet2011-08-23 14:45:36 +0200
committerNicolas Schodet2011-09-09 17:54:05 +0200
commit6d0e61c1c87970f99ce433b3a409f72bbebefca0 (patch)
treef2f0c614b00afd17db3ed2119586479b64a24de2 /cesar/projects
parent5451bf66bdcb8d60af93adf389c807d9abfafe9d (diff)
cesar: add easy trace compilation thanks to ilram priority, refs #2613
Priority is used to evict selected functions from ilram when code size is too large. To compile project/plc with traces, do: make PROJECT_CONFIG=Config.traces
Diffstat (limited to 'cesar/projects')
-rw-r--r--cesar/projects/plc/Config.traces10
1 files changed, 10 insertions, 0 deletions
diff --git a/cesar/projects/plc/Config.traces b/cesar/projects/plc/Config.traces
new file mode 100644
index 0000000000..cb793a0b04
--- /dev/null
+++ b/cesar/projects/plc/Config.traces
@@ -0,0 +1,10 @@
+CONFIG_DEBUG_CLAIM = n
+CONFIG_BLK_NB = 6144
+CONFIG_GPIO_LED_TRAFFIC = y
+CONFIG_BLK_SLACK = 512
+CONFIG_STATS_ON_FATAL = y
+
+CONFIG_TRACE = y
+CONFIG_TRACE_ON_FATAL = y
+CONFIG_TRACE_ALL_FAST = y
+CONFIG_ARCH_ILRAM_PRIO = 0