bugAVR In-System Programmer - Bugs: bug #12167, support for mega168 is missing

 
 

bug #12167: support for mega168 is missing

Submitter:  None
Submitted:  Sun 27 Feb 2005 06:17:24 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Originator Email:  * -email is unavailable- Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 28 Mar 2005 09:54:48 PM UTC, comment #1: 

Here are a patche to add support for ATmega168. I have tested these with a direct parallel programmer.

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_M163 },
    { "ATmega169",    0x94, 0x05,  16384, 128,  512,  4500, 9000, AVR_M128 },
 
    { "ATmega323",    0x95, 0x01,  32768, 128, 1024, 15000, 3800, AVR_M163 },

Anatoly Sokolov <aesok>
Sun 27 Feb 2005 06:17:24 PM UTC, original submission:  

mega88 is supported but mega168 is missing..

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #2799:  uisp-20050207-m168.patch added by aesok (694B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-28 aesok Attached File- Added uisp-20050207-m168.patch, #2359
2005-02-27 None Carbon-Copy- Added me --AT-- privacy --DOT-- net

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code