From cc043098a8d15c4c6adc8f7fd7fb986057740938 Mon Sep 17 00:00:00 2001 From: schodet Date: Wed, 18 Jan 2006 13:21:58 +0000 Subject: Clarification des makefiles. Modifications cosmétiques. Mise à jour d'un début de doc. meilleur support des cibles simu. --- n/avr/modules/twi/slave/test/Makefile | 5 ----- n/avr/modules/twi/slave/test/avrconfig.h | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'n/avr/modules/twi/slave/test') diff --git a/n/avr/modules/twi/slave/test/Makefile b/n/avr/modules/twi/slave/test/Makefile index 219ae62..f28b954 100644 --- a/n/avr/modules/twi/slave/test/Makefile +++ b/n/avr/modules/twi/slave/test/Makefile @@ -1,8 +1,6 @@ BASE = ../../../.. AVR_PROGS = test_twi_slave test_twi_slave_SOURCES = test_twi_slave.c -DOC = -EXTRACTDOC = MODULES = uart twi/slave CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... @@ -11,9 +9,6 @@ AVR_MCU = atmega8 # -Os : size OPTIMIZE = -O2 -DEFS = -LIBS = - # Test compilations. TEST_MCU = atmega8535 atmega128 TEST_CONFIGFILES = avrconfig.h diff --git a/n/avr/modules/twi/slave/test/avrconfig.h b/n/avr/modules/twi/slave/test/avrconfig.h index b18877a..bc1e909 100644 --- a/n/avr/modules/twi/slave/test/avrconfig.h +++ b/n/avr/modules/twi/slave/test/avrconfig.h @@ -71,6 +71,7 @@ #define AC_UART1_SEND_BUFFER_SIZE 32 #define AC_UART1_RECV_BUFFER_SIZE 32 #define AC_UART1_SEND_BUFFER_FULL WAIT +#define AC_UART1_HOST_DRIVER PTS /* twi.slave - TWI slave module. */ /** Reception buffer size. */ -- cgit v1.2.3