AVR Downloader/UploaDEr - Patches: patch #6824, driver for Digilent's USB...
You are not allowed to post comments on this tracker with your current authentication level.
patch #6824: driver for Digilent's USB programmer
Submitter: | Dirk Robinson <dirkrob> | ||
Submitted: | Thu 07 May 2009 06:35:28 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Tue 12 Jan 2010 02:55:58 PM UTC, comment #1: |
Joerg Wunsch <joerg_wunsch>![]() |
Thu 07 May 2009 06:35:28 PM UTC, original submission:
I wrote a driver for Digilent's USB JTAG/ISP programming cable, and would appreciate your considering it for inclusion in avrdude. This driver handles two versions of the programmer. It is based on the code for the usbtiny, and I found the usb packet format by using the kernel logging module "usbmon". I have tested writing/reading to flash and eeprom for the mega64 and mega168 and it seems OK.
|
Dirk Robinson <dirkrob> |
Depends on the following items: None found
Items that depend on this one: None found
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.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2009-05-07 | dirkrob | Attached File | - | ![]() |
Added usbdigilent.patch, #18115 |
I wonder why this never gave a warning like ``condition is
always true due to...''. ;-)