From 9d478916d191cb1d71878be4682c737e4472e9d0 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Wed, 5 Sep 2012 12:13:01 +0200 Subject: atmega-common: Add support for 3 fuse bytes Signed-off-by: Michael Buesch --- libtoprammer/chips/atmega8dip28.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libtoprammer/chips/atmega8dip28.py') diff --git a/libtoprammer/chips/atmega8dip28.py b/libtoprammer/chips/atmega8dip28.py index 6b680bb..cfc0fe7 100644 --- a/libtoprammer/chips/atmega8dip28.py +++ b/libtoprammer/chips/atmega8dip28.py @@ -34,7 +34,8 @@ class Chip_ATMega8DIP28(Chip_ATMega_common): flashPageSize = 32, flashPages = 128, eepromPageSize = 4, - eepromPages = 128) + eepromPages = 128, + fuseBytes = 2) fuseDesc = ( BitDescription(0, "CKSEL0"), -- cgit v1.2.3