From a3e326954c6cc15003986e9c81d1a36e58d500e7 Mon Sep 17 00:00:00 2001 From: burg Date: Tue, 22 Mar 2005 08:43:24 +0000 Subject: Ajout du Module ADC (non testé) --- n/avr/adc/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 n/avr/adc/Makefile (limited to 'n/avr/adc/Makefile') diff --git a/n/avr/adc/Makefile b/n/avr/adc/Makefile new file mode 100644 index 0000000..3dd2ee6 --- /dev/null +++ b/n/avr/adc/Makefile @@ -0,0 +1,16 @@ +PROGS = test_adc +SOURCES = test_adc.c adc.c +DOC = adc.html +EXTRACTDOC = adc.c avrconfig.h +MODULES = n/avr/proto n/avr/rs232 n/avr/utils +CONFIGFILE = avrconfig.h +# atmega8, atmega8535, atmega128... +MCU_TARGET = atmega8535 +# -O2 : speed +# -Os : size +OPTIMIZE = -O2 + +DEFS = +LIBS = + +include Makefile.avr -- cgit v1.2.3