XmegaDuino alpha 1 ready to test.

Getting LUFA running is a 5 min job.
Download the latest LUFA LUFA100513
Then go to that folder, projects and XPLAINBridge
In the make file remove the # from CDEFS += -DLIBUSB_DRIVER_COMPAT

the "make all"
And upload the hex with FLIP
Add this to programmers.txt

avrisp2.name=AVRISP mkii
avrisp2.communication=usb
avrisp2.protocol=avrisp2

and in boards.txt comment this line #xplain_lufa.upload.protocol=arduino

and final you have to install http://www.libusb.org/

thats it.

about cygwin, im a noob in that.
when i got the soruce with hg clone
then i did make, but i got tons of error.

make the bootloader also failss and cygwin get stuck

SuperCow@milking-7f69223 ~/xmegaduino/hardware/xmegaduino/bootloaders/xplain
$ make
../../../arduino/bootloaders/atmega/TargetRules.mk:46: build/ATmegaBOOT_xplain.d
: No such file or directory
../../../arduino/bootloaders/atmega/TargetRules.mk:46: build/diag_xplain.d: No such file or directory
../../../arduino/bootloaders/atmega/TargetRules.mk:46: build/spm_xplain.d: No such file or directory
mkdir -p build

The precompiled arduino works fine, include the xplainbridge