dioannidis / usbasp

usbasp improved firmware
GNU General Public License v2.0
75 stars 12 forks source link

Missing avrdude 7.0 with winusb support #9

Closed Bibbbi closed 2 years ago

Bibbbi commented 2 years ago

Hi @dioannidis,

A new release from AVRDUDE v7.0 for Windows was published. https://github.com/mariusgreuel/avrdude/releases/tag/v7.0-windows

Are you planning an update for avrdude 7.0 with winusb support?

dioannidis commented 2 years ago

Hi @Bibbbi ,

I missed the move from savannah to github entirely ( too busy ) ... Sorry ...

And just saw that they change the avrdude build framework to CMake ( and MSVC for Windows ) . I'll give it a try this weekend but I remember reading in the mail lists that was a plan to add winusb . Did you try it and failed ?

dioannidis commented 2 years ago

By the way, as I'll prefer to switch to use the official avrdude I opened an issue there https://github.com/avrdudes/avrdude/issues/968#issue-1239006912 .

dioannidis commented 2 years ago

@Bibbbi for now you can use the avrdude v7 from this https://github.com/mcuee/avrdude/releases/tag/v7.0 .

dioannidis commented 2 years ago

@Bibbbi I changed the avrdude section in the readme adding the avrdude's v7 lack of composite devices support and a link to the mcuee unofficial build .