Hello community, here is the log from the commit of package uisp checked in at Fri Mar 30 16:33:38 CEST 2007. -------- --- uisp/uisp.changes 2007-01-15 16:39:37.000000000 +0100 +++ /mounts/work_src_done/STABLE/uisp/uisp.changes 2007-03-30 12:14:13.911702000 +0200 @@ -1,0 +2,5 @@ +Fri Mar 30 12:13:44 CEST 2007 - jw@suse.de + +- support for ATmega168 extended. + +------------------------------------------------------------------- Old: ---- savannah8875-m168.diff New: ---- uisp-20050207-m168-stk500-extendedFuseSupport.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uisp.spec ++++++ --- /var/tmp/diff_new_pack.pd9517/_old 2007-03-30 16:33:32.000000000 +0200 +++ /var/tmp/diff_new_pack.pd9517/_new 2007-03-30 16:33:32.000000000 +0200 @@ -15,7 +15,7 @@ %define use_fastpoll 1 %define upstream_version 20050207 Version: 20050207suse -Release: 36 +Release: 43 URL: http://savannah.nongnu.org/projects/uisp Group: Development/Tools/Other License: GNU General Public License (GPL) @@ -32,7 +32,7 @@ Patch3: uisp-20050207-err_msg.diff Patch4: uisp-20050207-warn-unused.diff Patch5: uisp-20050207suse.diff -Patch6: savannah8875-m168.diff +Patch6: uisp-20050207-m168-stk500-extendedFuseSupport.patch %description Uisp is a tool for avr microcontrollers and drives many hardware @@ -103,7 +103,9 @@ /opt/* %config /etc/* -%changelog -n uisp +%changelog +* Fri Mar 30 2007 - jw@suse.de +- support for ATmega168 extended. * Mon Jan 15 2007 - jw@suse.de - degrading according to bugzilla #235059 * Thu Jun 01 2006 - jw@suse.de ++++++ uisp-20050207-m168-stk500-extendedFuseSupport.patch ++++++ diff -cr uisp-20050207/src/Avr.C uisp-20050207-m168/src/Avr.C *** uisp-20050207/src/Avr.C Tue Feb 8 00:55:08 2005 --- uisp-20050207-m168/src/Avr.C Mon Mar 28 02:17:52 2005 *************** *** 101,106 **** --- 101,107 ---- { "ATmega163", 0x94, 0x02, 16384, 128, 512, 15000, 3800, AVR_M163 }, { "ATmega16", 0x94, 0x03, 16384, 128, 512, 4500, 9000, AVR_M163 }, { "ATmega162", 0x94, 0x04, 16384, 128, 512, 4500, 9000, AVR_M128 }, + { "ATmega168", 0x94, 0x06, 16384, 128, 512, 4500, 4000, AVR_M128 }, { "ATmega169", 0x94, 0x05, 16384, 128, 512, 4500, 9000, AVR_M128 }, { "ATmega323", 0x95, 0x01, 32768, 128, 1024, 15000, 3800, AVR_M163 }, diff -cr uisp-20050207/src/Stk500.C uisp-20050207-m168/src/Stk500.C *** uisp-20050207/src/Stk500.C Tue Dec 28 16:54:12 2004 --- uisp-20050207-m168/src/Stk500.C Mon Mar 28 02:21:32 2005 *************** *** 215,220 **** --- 215,225 ---- {0x42, 0x83, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x03, 0xff, 0xff, 0xff, 0xff, {0x00, 0x80}, {0x02, 0x00}, {0x00, 0x00, 0x40, 0x00}, 0x20} }, + {"ATmega168", + {0x04, 0xD7, 0xA0, 0x01}, + {0x42, 0x86, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x03, 0xff, 0xff, 0xff, + 0xff, {0x00, 0x80}, {0x02, 0x00}, {0x00, 0x00, 0x40, 0x00}, 0x20} + }, {"ATmega169", {0x04, 0xD7, 0xA0, 0x01}, {0x42, 0x84, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x03, 0xff, 0xff, 0xff, ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de