@ -11,20 +11,16 @@
<build type= "define" name= "F_USB" value= "8000000UL" />
</project>
<!-- Required by the XPLAIN Bridge project - don't reference it in this project
or the Solution Explorer will show an odd layout for the source files -->
<!-- Required by the XPLAIN Bridge project as well, so split into a meta module -->
<module type= "meta" id= "lufa.projects.avrispmkii_clone.src" caption= "AVRISP-MKII Clone Programmer" >
<info type= "gui-flag" value= "hidden" />
<info type= "keyword" value= "Technology" >
<keyword value= "Low Level APIs" />
<keyword value= "USB Device" />
</info>
<device-support-alias value= "lufa_avr8" />
<device-support-alias value= "lufa_xmega" />
<device-support-alias value= "lufa_uc3" />
<info type= "gui-flag" value= "move-to-root" />
<build type= "include-path" value= "." />
<build type= "c-source" value= "AVRISPDescriptors.c" />
@ -59,6 +55,13 @@
Clone firmware of the Atmel AVRISP-MKII programmer.
</info>
<info type= "gui-flag" value= "move-to-root" />
<info type= "keyword" value= "Technology" >
<keyword value= "Low Level APIs" />
<keyword value= "USB Device" />
</info>
<device-support-alias value= "lufa_avr8" />
<device-support-alias value= "lufa_xmega" />
<device-support-alias value= "lufa_uc3" />
@ -66,27 +69,9 @@
<build type= "distribute" subtype= "user-file" value= "AVRISP-MKII.txt" />
<build type= "c-source" value= "AVRISP-MKII.c" />
<build type= "c-source" value= "AVRISPDescriptors.c" />
<build type= "header-file" value= "AVRISP-MKII.h" />
<build type= "header-file" value= "AVRISPDescriptors.h" />
<build type= "header-file" value= "Lib/V2ProtocolConstants.h" />
<build type= "c-source" value= "Lib/V2Protocol.c" />
<build type= "header-file" value= "Lib/V2Protocol.h" />
<build type= "c-source" value= "Lib/V2ProtocolParams.c" />
<build type= "header-file" value= "Lib/V2ProtocolParams.h" />
<build type= "c-source" value= "Lib/ISP/ISPProtocol.c" />
<build type= "header-file" value= "Lib/ISP/ISPProtocol.h" />
<build type= "c-source" value= "Lib/ISP/ISPTarget.c" />
<build type= "header-file" value= "Lib/ISP/ISPTarget.h" />
<build type= "c-source" value= "Lib/XPROG/XPROGTarget.c" />
<build type= "header-file" value= "Lib/XPROG/XPROGTarget.h" />
<build type= "c-source" value= "Lib/XPROG/XPROGProtocol.c" />
<build type= "header-file" value= "Lib/XPROG/XPROGProtocol.h" />
<build type= "c-source" value= "Lib/XPROG/XMEGANVM.c" />
<build type= "header-file" value= "Lib/XPROG/XMEGANVM.h" />
<build type= "c-source" value= "Lib/XPROG/TINYNVM.c" />
<build type= "header-file" value= "Lib/XPROG/TINYNVM.h" />
<require idref= "lufa.projects.avrispmkii_clone.src" />
<build type= "module-config" subtype= "path" value= "Config" />
<build type= "module-config" subtype= "required-header-file" value= "AppConfig.h" />