X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/1979ad1a6cdfe22e8c74e368d7cd102946574ed7..291049934bd3c4bf5defee60237aac3e17ce2049:/Makefile diff --git a/Makefile b/Makefile index 1d0d5c3..cc3eaf1 100644 --- a/Makefile +++ b/Makefile @@ -6,14 +6,15 @@ MCU = atmega328P #F_CPU = 24576000 F_CPU = 20000000 -BAUD = 115200 -DRAM_DQ_ORDER = 1 +#BAUD = 19200 +BAUD = 57600 +#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