| Author |
Message |
|
bgoemans
|
Post subject: WFF Generic HID Framework 4_0 AVR -> change to Atxmega Posted: Mon Jul 09, 2012 8:39 pm |
|
Joined: Mon Jul 09, 2012 8:14 pm Posts: 3
|
|
Hi Simon,
Thanks for a fantastic resource ! I am changing the project to an ATxmega16A4U. I changed the processor type in the project properties, but in the compiler arguments I see "-DMCU=atmega32u4" and "-mmcu=atxmega16a4u". I see the make files are automatically generated. How do I fix this ? Thanks Brian
|
|
 |
|
 |
|
Simon Inns
|
Post subject: Re: WFF Generic HID Framework 4_0 AVR -> change to Atxmega Posted: Mon Jul 09, 2012 9:30 pm |
|
Joined: Thu Apr 01, 2010 6:23 am Posts: 888
|
|
This is actually dependent on support from the LUFA library on which the framework is based. Check over on Dean's LUFA site to make sure your chip is supported and that you have the correct complier options.
/Simon
|
|
 |
|
 |
|
bgoemans
|
Post subject: Re: WFF Generic HID Framework 4_0 AVR -> change to Atxmega Posted: Tue Jul 10, 2012 12:23 pm |
|
Joined: Mon Jul 09, 2012 8:14 pm Posts: 3
|
|
Thanks Simon,
I've read a long posting on the LUFA email group - bottom line is that LUFA does not support the ATxmega family very well yet. This is a pity since I won't be able to use your example.....
Regards Brian
|
|
 |
|
 |
|
Simon Inns
|
Post subject: Re: WFF Generic HID Framework 4_0 AVR -> change to Atxmega Posted: Tue Jul 10, 2012 1:57 pm |
|
Joined: Thu Apr 01, 2010 6:23 am Posts: 888
|
|
That is a shame. However there is nothing to stop you using the C# code for windows with any USB HID library, so it should still provide you with some useful code and guidance.
|
|
 |
|
 |
|