X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/2639dd192bac61e0c081e7446a12e2a4508b71ca..291049934bd3c4bf5defee60237aac3e17ce2049:/Makefile diff --git a/Makefile b/Makefile index b1a4afe..cc3eaf1 100644 --- a/Makefile +++ b/Makefile @@ -2,17 +2,19 @@ # is public domain), believed to be neutral to any flavor of "make" # (GNU make, BSD make, SysV make) -MCU = atmega8 -#F_CPU = 12288000 +#MCU = atmega8 +MCU = atmega328P +#F_CPU = 24576000 F_CPU = 20000000 +#BAUD = 19200 BAUD = 57600 -DRAM_DQ_ORDER = 1 +#BAUD = 115200 TARGET = z80 ASRC = z80.asm # Place -D or -U options here -CDEFS = -DF_CPU=$(F_CPU) -DBAUD=$(BAUD) -D$(MCU) -DDRAM_DQ_ORDER=$(DRAM_DQ_ORDER) +CDEFS = -DF_CPU=$(F_CPU) -DBAUD=$(BAUD) -D$(MCU) WINEPATH = C:/Programme/Atmel/AVR\ Tools/AvrAssembler2 DEFS = $(WINEPATH)/Appnotes