[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] avrdude and usbasp
From: |
René Liebscher |
Subject: |
Re: [avrdude-dev] avrdude and usbasp |
Date: |
Tue, 17 Jan 2012 18:41:05 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 |
I added this in svn revision 1040, so anyone who owns a usbasp, nibobee,
or a usbasp clone can now test it without the need to apply the patch by
itself.
Kind regards
René Liebscher
Am 15.01.2012 20:30, schrieb René Liebscher:
> As we had left out the list in the last emails, here the patch again.
>
> In the config file it adds the usb params to usbasp, adds a usbasp-clone
> which only defines usb pid/vid and a nibobee programmer.
>
> In the code it checks for pid/vid as given and product and vendor when
> defined in config file. In case the programmer is "usbasp" and it does
> not find one, it checks for a nibobee, if -P nibobee is given, or for an
> old usbasp. In both cases you get a warning to use the new nibobee entry
> in first case, and to update the firmware in second one.
>
> Kind regards,
>
> René
>
> Am 15.01.2012 20:04, schrieb Joerg Wunsch:
>> As René Liebscher wrote:
>>
>>> Also, why are we making original USBasp, it's old version and
>>> NIBObee special cases hardcoded into usbasp_open function?
>>> Shouldn't the code be made generic and these 3 also moved to
>>> config file?
>> Yes, probably.
>
> _______________________________________________
> avrdude-dev mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/avrdude-dev
Re: [avrdude-dev] avrdude and usbasp, Joerg Wunsch, 2012/01/13