uisp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Uisp-dev] [bugs #8012] uisp doesn't support the ATtiny2313 that is comi


From: Theodore A. Roth
Subject: [Uisp-dev] [bugs #8012] uisp doesn't support the ATtiny2313 that is coming out to replace the AT90S2313
Date: Tue, 30 Mar 2004 15:03:51 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

This mail is an automated notification from the bugs tracker
 of the project: AVR In-System Programmer.

/**************************************************************************/
[bugs #8012] Latest Modifications:

Changes by: 
                Theodore A. Roth <address@hidden>
'Date: 
                Tue 03/30/04 at 20:03 (US/Pacific)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Later
         Assigned to | None                      | troth


------------------ Additional Follow-up Comments ----------------------------
This patch should be in cvs shortly.

I'm going to leave this bug report open until I get the codes for the stk500 
programmer too.






/**************************************************************************/
[bugs #8012] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8012>
Project: AVR In-System Programmer
Submitted by: 0
On: Thu 03/04/04 at 22:17

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Later
Assigned to:  troth
Originator Email:  address@hidden
Status:  Open


Summary:  uisp doesn't support the ATtiny2313 that is coming out to replace the 
AT90S2313

Original Submission:  
Here are a couple of patches to correct this.  I just added it to the parts 
code, and created a new set of flags.  I have tested these using some 
engineering samples of the tiny2313 that I have with a direct parallel 
programmer.



--- Avr.C.old   2004-03-04 16:08:23.418755120 -0600
+++ Avr.C       2004-03-04 15:48:05.907844912 -0600
@@ -65,6 +65,7 @@
   { "ATtiny22",     0x91, 0x06,   2048,   0,  128,  4000, 4000, AVR_TN22 },
 
   { "ATtiny26",     0x91, 0x09,   2048,  32,  128,  4500, 9000, AVR_TN26 },
+  { "ATtiny2313",   0x91, 0x0A,   2048,   0,  128,  4000, 4000, AVR_TN2313 },
 
 #if 0
   /* 12V parallel programming only; here just for the evidence */


--- Avr.h.old   2004-03-04 16:08:30.632658440 -0600
+++ Avr.h       2004-03-04 15:47:18.820003352 -0600
@@ -127,6 +127,10 @@
 #define AVR_TN26 (AVR_BYTE_POLL | AVR_PAGE_POLL | AVR_LOCK_BOOT | AVR_FUSE_RD 
                  | AVR_FUSE_NEWWR | AVR_CAL_RD | AVR_FUSE_HIGH)
 
+
+#define AVR_TN2313 (AVR_BYTE_POLL | AVR_PAGE_POLL | AVR_LOCK_BOOT | 
AVR_FUSE_RD 
+                  | AVR_FUSE_NEWWR | AVR_CAL_RD | AVR_FUSE_HIGH | AVR_FUSE_EXT)
+
 #define AT89S51 (AT89S | AT89S_BYTE_POLL | AT89S_LOCK_RD432)
 #define AT89S52 (AT89S | AT89S_BYTE_POLL | AT89S_LOCK_RD432)


Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 03/30/04 at 20:03         By: troth
This patch should be in cvs shortly.

I'm going to leave this bug report open until I get the codes for the stk500 
programmer too.












For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8012>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]