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: anonymous
Subject: [Uisp-dev] [bugs #8012] uisp doesn't support the ATtiny2313 that is coming out to replace the AT90S2313
Date: Fri, 25 Feb 2005 22:15:55 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

Follow-up Comment #2, bugs #8012 (project uisp):

This patch has one small error. The line

+  { "ATtiny2313",   0x91, 0x0A,   2048,   0,  128,  4000, 4000, AVR_TN2313
},

should actually read

+  { "ATtiny2313",   0x91, 0x0A,   2048,   32,  128,  4000, 4000, AVR_TN2313
},

Without the correction of 0 in the 5th field to 32, it is not possible to
write to the flash of the Tiny2313. I suggest this correction gets put into
the next release.

-John


    _______________________________________________________

This item URL is:

  <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]