]> cloudbase.mooo.com Git - avrcpm.git/commitdiff
* avr/z80.asm:
authorLeo <erbl259-lmu@yahoo.de>
Tue, 20 Jul 2010 19:59:30 +0000 (19:59 +0000)
committerLeo <erbl259-lmu@yahoo.de>
Tue, 20 Jul 2010 19:59:30 +0000 (19:59 +0000)
  - Added ATmega328P

git-svn-id: svn://cu.loc/avr-cpm/trunk@41 57430480-672e-4586-8877-bcf8adbbf3b7

avrcpm/avr/Makefile
avrcpm/avr/z80.asm

index b1a4afe55bdab3bbbedb719db60860c97e1f8d12..1d0d5c31ba84e6cf9f3a1ff9741899894801464f 100644 (file)
@@ -2,10 +2,11 @@
 # 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 = 57600
+BAUD = 115200
 DRAM_DQ_ORDER = 1
 
 TARGET = z80
index b7e77cebd9fe8b19456e624a297cec4839d4b837..0f2e46bfc7d8c308bb127e7f9401b3ae2dc73a0e 100644 (file)
@@ -21,6 +21,8 @@
        .include "m8def.inc"
 #elif defined atmega168
        .include "m168def.inc"
+#elif defined atmega328P
+       .include "m328Pdef.inc"
 #else                               /* default */
        .include "m88def.inc"
        ;FUSE_H=0xDF