avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [patch #7931] Extended parameters to specify usbtiny USB V


From: Rene Liebscher
Subject: [avrdude-dev] [patch #7931] Extended parameters to specify usbtiny USB VID/PID
Date: Wed, 23 Jan 2013 22:39:11 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17

Follow-up Comment #1, patch #7931 (project avrdude):

Wouldn't it be better to use the config file parameters as usbasp does?

This would change the normal usbtiny to this (added the default
usbvid/usbpid):

programmer
  id    = "usbtiny";
  desc  = "USBtiny simple USB programmer,
http://www.ladyada.net/make/usbtinyisp/";;
  type  = "usbtiny";
  connection_type = usb;
  usbvid    = 0x1781;
  usbpid    = 0x0C9F;
;


Other programmers could be added by using new entries like this:

programmer
  id    = "usbtiny-clone";
  desc  = "usbtiny clone using another VID/PID";
  type  = "usbtiny";
  connection_type = usb;
  usbvid    = ????;
  usbpid    = ????;
  #usbvendor  = "";
  #usbproduct = "";
;


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7931>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.nongnu.org/




reply via email to

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