From 99e387e488e94ab78f50529fdc58b3fad7ec9cae Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Sat, 1 Mar 2008 18:13:13 +0100 Subject: * TWI: modify to have a working test on cards: - work with one byte of data exchanged (master send a byte to slave then read it back); - does not manage when slave is not here (no timeout); - use more proto_ functions rather than uart_ ones; - support reset and unknown functions on both test programs; - update configurations to be compatible with the cards used for the test; - add comments. --- digital/avr/modules/twi/test/Makefile.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/avr/modules/twi/test/Makefile.master') diff --git a/digital/avr/modules/twi/test/Makefile.master b/digital/avr/modules/twi/test/Makefile.master index fa4f22ed..63d6baf8 100644 --- a/digital/avr/modules/twi/test/Makefile.master +++ b/digital/avr/modules/twi/test/Makefile.master @@ -11,7 +11,7 @@ TEST_CONFIGFILES = avrconfig_master.h # atmega8, atmega8535, atmega128... -AVR_MCU = atmega8535 +AVR_MCU = atmega128 # -O2 : speed # -Os : size OPTIMIZE = -O2 -- cgit v1.2.3