Add support for 18 MHz Clock
[pub/USBasp.git] / firmware / Makefile
index fd422b1..cdf9d0b 100755 (executable)
@@ -6,16 +6,17 @@
 #   20140329   Peter Henn           F_CPU parameter added
 #
 
-# TARGET=atmega8    HFUSE=0xc9  LFUSE=0xef
+# TARGET=atmega8    HFUSE=0xc9  LFUSE=0xef F_CPU=12000000
+# TARGET=atmega8    HFUSE=0xc9  LFUSE=0xef F_CPU=16000000
 # TARGET=atmega48   HFUSE=0xdd  LFUSE=0xff
 # TARGET=atmega328  HFUSE=0xd9  LFUSE=0xef EFUSE=0x05 F_CPU=12000000
 # TARGET=atmega328  HFUSE=0xd9  LFUSE=0xef EFUSE=0x05 F_CPU=16000000
+# TARGET=atmega328  HFUSE=0xd9  LFUSE=0xe7 EFUSE=0x05 F_CPU=18000000
 # TARGET=at90s2313
-TARGET=atmega328p
-HFUSE=0xd9
+TARGET=atmega8
+HFUSE=0xc9
 LFUSE=0xef
-EFUSE=0x05
-F_CPU=16000000
+F_CPU=12000000
 
 # ISP=bsd      PORT=/dev/parport0
 # ISP=ponyser  PORT=/dev/ttyS1