abcminiuser / lufa

LUFA - the Lightweight USB Framework for AVRs.
http://www.lufa-lib.org
1.04k stars 325 forks source link

Evk1101 #31

Open polch opened 10 years ago

polch commented 10 years ago

This is an attempt to bring a working demo to an UC3 platform. This patch try to fix generic issues (endianess), but also focus on the VirtualSerial demo for the EVK1101.

Go in the VirtualSerial demo directory, then : make -f makefile.evk1101 make -f makefile.evk1101 dfu

Reset the board. Some improvement are still to be done, but this can be considered as a first step.

abcminiuser commented 10 years ago

Whoops, sorry Polch -- GitHub hides the pull requests into a separate tab now and I missed this (I get a LOT of GitHub emails, so it's easy for me to miss new tickets).

I need to review this and find my old AVR32 kit -- there's a number of issues with the current half-baked LUFA AVR32 support that needs sorting out, preferably for the next release.

polch commented 10 years ago

On 10/12/2014 08:29 AM, Dean Camera wrote:

Whoops, sorry Polch -- GitHub hides the pull requests into a separate tab now and I missed this (I get a LOT of GitHub emails, so it's easy for me to miss new tickets).

No problems.

I need to review this and find my old AVR32 kit -- there's a number of issues with the current half-baked LUFA AVR32 support that needs sorting out, preferably for the next release.

Ok, let me know if you need additional testing...

I'm currently use LUFA on an AVR32 with the littles changes i've submitted and i works like a charm. I really appreciate your software !

Cheers.


Reply to this email directly or view it on GitHub: https://github.com/abcminiuser/lufa/pull/31#issuecomment-58775172