uisp-dev
[Top][All Lists]
Advanced

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

[Uisp-dev] Patch for ATmega168 on STK500 1.14


From: Julian Grahsl
Subject: [Uisp-dev] Patch for ATmega168 on STK500 1.14
Date: Mon, 23 May 2005 23:53:11 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

Hello !

I just made some minor changes to the current cvs version of uisp to
be able to speak with the new ATmega168 through STK500.

I never contributed to a opensource project before, so how i am
supposed to share such tiny changes with other people. Here what i
have done:


To Stk500.C Revision  1.29 i added:

---------
  {"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}
  },
---------

right to the similar devices.


and to Avr.C Revision 1.13 i added

-----------
  { "ATmega168",    0x94, 0x06, 16384, 128, 512, 4500, 4000, AVR_M163
  },
------------

which was already suggested by somebody on a mailinglist, sorry i
forgot where it was.
 

best regards, Julian Grahsl
julian <-AT-> jaggy <-DOT-> net




reply via email to

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