summaryrefslogtreecommitdiff
path: root/cesar/mac/pbproc/src/fsm_rx_sound.c
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/mac/pbproc/src/fsm_rx_sound.c
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/mac/pbproc/src/fsm_rx_sound.c')
-rw-r--r--cesar/mac/pbproc/src/fsm_rx_sound.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cesar/mac/pbproc/src/fsm_rx_sound.c b/cesar/mac/pbproc/src/fsm_rx_sound.c
index 1bdf4548b9..7f2cc83846 100644
--- a/cesar/mac/pbproc/src/fsm_rx_sound.c
+++ b/cesar/mac/pbproc/src/fsm_rx_sound.c
@@ -33,7 +33,7 @@ pbproc_frso_init (pbproc_t *ctx)
pbproc_frso__rx_sound__pbdma;
}
-void ARCH_ILRAM
+void ARCH_ILRAM_PRIO (2)
pbproc_frso__handle (pbproc_t *ctx, u32 rx_date,
const pbproc_fc_sound_t *sound)
{
@@ -170,7 +170,7 @@ pbproc_frso__handle (pbproc_t *ctx, u32 rx_date,
pbproc_frso__rx_sound__pbdma (ctx);
}
-void ARCH_ILRAM
+void ARCH_ILRAM_PRIO (2)
pbproc_frso__rx_sound__pbdma (pbproc_t *ctx)
{
dbg_claim (ctx);
@@ -235,7 +235,7 @@ pbproc_frso__rx_sound__pbdma (pbproc_t *ctx)
pbproc_fsm_change_state (ctx, PBPROC_FSM_STATE_IDLE);
}
-static void ARCH_ILRAM
+static void ARCH_ILRAM_PRIO (2)
pbproc_frso_vcs_restart (pbproc_t *ctx)
{
dbg_claim (ctx);