X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/2f6fa691e25e9cb2971539a3e060ec618a59e0c7..8791c3a48be156966a602adabc11614147ff85c8:/avrcpm/avr/Makefile?ds=sidebyside diff --git a/avrcpm/avr/Makefile b/avrcpm/avr/Makefile index cc3eaf1..9fa980f 100644 --- a/avrcpm/avr/Makefile +++ b/avrcpm/avr/Makefile @@ -4,17 +4,18 @@ #MCU = atmega8 MCU = atmega328P -#F_CPU = 24576000 F_CPU = 20000000 #BAUD = 19200 BAUD = 57600 #BAUD = 115200 -TARGET = z80 -ASRC = z80.asm +DRAM_8BIT = 1 + +TARGET = avrcpm +ASRC = avrcpm.asm # Place -D or -U options here -CDEFS = -DF_CPU=$(F_CPU) -DBAUD=$(BAUD) -D$(MCU) +CDEFS = -DF_CPU=$(F_CPU) -DBAUD=$(BAUD) -D$(MCU) -DDRAM_8BIT=$(DRAM_8BIT) WINEPATH = C:/Programme/Atmel/AVR\ Tools/AvrAssembler2 DEFS = $(WINEPATH)/Appnotes