summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/twi/test/Makefile.master
diff options
context:
space:
mode:
authorJérémy Dufour2008-03-02 08:09:35 +0100
committerJérémy Dufour2008-03-02 08:09:35 +0100
commit730778b5bf598cb79cd82ea35dcc4015371cc764 (patch)
tree81b6f0fcf02c23e940301a83401f08e3aef82793 /digital/avr/modules/twi/test/Makefile.master
parent566ebcdcc810172118dd0519225ad65846ea3cde (diff)
* avr/twi: add a test with multiples random bytes exchange
- add on the master a test command to send multiples random bytes to a slave and check if we can read back the same data.
Diffstat (limited to 'digital/avr/modules/twi/test/Makefile.master')
-rw-r--r--digital/avr/modules/twi/test/Makefile.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/avr/modules/twi/test/Makefile.master b/digital/avr/modules/twi/test/Makefile.master
index 63d6baf8..72762aa2 100644
--- a/digital/avr/modules/twi/test/Makefile.master
+++ b/digital/avr/modules/twi/test/Makefile.master
@@ -3,7 +3,7 @@ AVR_PROGS = test_twi_master
test_twi_master_SOURCES = test_twi_master.c
DOC =
EXTRACTDOC =
-MODULES = twi uart proto
+MODULES = twi uart proto math/random
CONFIGFILE = avrconfig_master.h