X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/00bb9c112fa6dfa84d3571659527c13af7170279..31384cf9f2f23becbb38d471e1a320f7bcf15d50:/firmware/Makefile diff --git a/firmware/Makefile b/firmware/Makefile index fd422b165..cdf9d0b87 100755 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -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