]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
RPP library update, FlexRay demo commands tuned to test FIFO reject filtering
authorMichal Horn <hornmich@fel.cvut.cz>
Tue, 17 Sep 2013 16:05:34 +0000 (18:05 +0200)
committerMichal Horn <hornmich@fel.cvut.cz>
Tue, 17 Sep 2013 16:05:34 +0000 (18:05 +0200)
rpp-lib
rpp-test-sw/commands/fray_demo.txt

diff --git a/rpp-lib b/rpp-lib
index 7721912500a51b0274d2163c205960a62dab8b37..b6e768b4fa1af6fde8faec1f3ca2d35f804c384c 160000 (submodule)
--- a/rpp-lib
+++ b/rpp-lib
@@ -1 +1 @@
-Subproject commit 7721912500a51b0274d2163c205960a62dab8b37
+Subproject commit b6e768b4fa1af6fde8faec1f3ca2d35f804c384c
index bb21a1a3f4a4f6893abeae582da227b4a2f252d5..cb0bbdb4fe341bce1d5f7799f68b5a68ff1914ce 100644 (file)
@@ -46,7 +46,7 @@ Node init:
        ## Dynamic buffers for TX and RX, single shot mode
        frbtcfgbufD0  slot9  A cyc0 tx max0x40 single ppi0 int0
        frbtcfgbufD1  slot10 A cyc0 rx max0x40 single ppi0 int0
-       ## RX FIFO buffer
+       ## RX FIFO buffer to accept messages from all aother slots
        frbtcfgfifo rejslot0 slotmask0 depth5 AB cyc0 max0x20 rejnull accstat
        # FlexRay start
        frbtinitU
@@ -68,8 +68,8 @@ Node init:
        ## Dynamic buffers for TX and RX, single shot mode
        frbtcfgbufD0  slot9  A cyc0 rx max0x40 single ppi0 int0
        frbtcfgbufD1  slot10 A cyc0 tx max0x40 single ppi0 int0
-       ## RX FIFO buffer
-       frbtcfgfifo rejslot0 slotmask0 depth5 AB cyc0 max0x20 rejnull accstat
+       ## RX FIFO buffer to accept messages from all buffers except 0x#9, 0x#B, 0x#D, 0x#F
+       frbtcfgfifo rejslot9 slotmask6 depth5 AB cyc0 max0x20 rejnull accstat
        # FlexRay start
        frbtinitU
        frbtstart
@@ -130,7 +130,7 @@ Node A:
        frbttransmit3 90 90 90 90 90
        frbttransmit3 AB AB AB AB AB
 Node B:
-       frbtreceive0
+       frbtreceive3
 
 Test Network management vector:
 --------------------