Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evk1101 #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Evk1101 #31

wants to merge 4 commits into from

Conversation

polch
Copy link

@polch polch commented Jul 18, 2014

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.

Use the CPU_TO_LE16 macro for 16 bits fields. The 16 bits fields has
been checked for CDC and HID devices, so it could remains some bug for
other class devices.

Signed-off-by: Paul Chavent <paul.chavent@fnac.net>
Signed-off-by: Paul Chavent <paul.chavent@fnac.net>
This is an initial port. Some rewrite for better integration and
portability to other UC3 devices will be required.

However, with an "out of the box EVK1101", you can issue :
make -f makefile.evk1101
make -f makefile.evk1101 dfu

The right and down buttons seem to be inoperant.

Signed-off-by: Paul Chavent <paul.chavent@fnac.net>
Remove the lib.a since the build rule of .a append a lib prefix.
Allow to override the clean target : this way we can remove added lst files for instance.
@abcminiuser
Copy link
Owner

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
Copy link
Author

polch commented Oct 12, 2014

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:
#31 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants