]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/Tupfile
User Timer0 as Z180 Clock
[z180-stamp.git] / avr / Tupfile
index d0bed48da3f95ac109844329b4035caeab0d4323..9227f2b769040e887a7e07ec26654958e2b1fee7 100644 (file)
@@ -14,7 +14,7 @@ SRC_Z         = ../z180/hdrom.c
 
 MCU_TARGET     = atmega1281
 F_CPU          = 18432000UL
-DEFS           = -DF_CPU=$(F_CPU) -DBAUD=115200UL
+DEFS           = -DF_CPU=$(F_CPU)
 
 INCLUDES += -I$(TOP)/include
 
@@ -52,9 +52,12 @@ CFLAGS       += -ffunction-sections
 CFLAGS += -fdata-sections
 CFLAGS += -fno-tree-loop-optimize
 CFLAGS += -fno-move-loop-invariants
+CFLAGS += -fno-split-wide-types
 #CFLAGS        += -flto
 CFLAGS += -fshort-enums
 
+#CFLAGS        +=  -fdiagnostics-color=always
+
 #CFLAGS        += -save-temps