aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/LEDNotifier
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-10 20:08:31 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-10 20:08:31 +0000
commit5b5957f9ea99e036a22d687bbb3bb8b7fbe73599 (patch)
treeeabf14c661eb8e46699f513defd3e194f7a0a3e7 /Projects/LEDNotifier
parentbbffe94a9d425128aa4f403d285a1a848e00b4a5 (diff)
downloadlufa-5b5957f9ea99e036a22d687bbb3bb8b7fbe73599.tar.gz
lufa-5b5957f9ea99e036a22d687bbb3bb8b7fbe73599.tar.bz2
lufa-5b5957f9ea99e036a22d687bbb3bb8b7fbe73599.zip
Add and update more Atmel Studio project description XML files.
Diffstat (limited to 'Projects/LEDNotifier')
-rw-r--r--Projects/LEDNotifier/asf.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/Projects/LEDNotifier/asf.xml b/Projects/LEDNotifier/asf.xml
new file mode 100644
index 000000000..bc2f438c6
--- /dev/null
+++ b/Projects/LEDNotifier/asf.xml
@@ -0,0 +1,37 @@
+<asf xmlversion="1.0">
+ <project caption="LED Notifier Widget" id="lufa.projects.led_notifier.avr8">
+ <require idref="lufa.projects.led_notifier"/>
+ <generator value="as5_8"/>
+
+ <device-support value="at90usb1287"/>
+ <config name="lufa.drivers.board.name" value="usbkey"/>
+
+ <build type="define" name="F_CPU" value="8000000UL"/>
+ <build type="define" name="F_USB" value="8000000UL"/>
+ </project>
+
+ <module type="application" id="lufa.projects.led_notifier" caption="LED Notifier Widget">
+ <info type="description" value="summary">
+ RGB LED notification widget project.
+ </info>
+
+ <device-support-alias value="lufa_avr8"/>
+ <device-support-alias value="lufa_xmega"/>
+ <device-support-alias value="lufa_uc3"/>
+
+ <build type="distribute" subtype="user-file" value="LUFA LED Notifier.inf"/>
+
+ <build type="c-source" value="LEDNotifier.c"/>
+ <build type="c-source" value="Descriptors.c"/>
+ <build type="header-file" value="LEDNotifier.h"/>
+ <build type="header-file" value="Descriptors.h"/>
+
+ <build type="module-config" subtype="path" value="Config"/>
+ <build type="header-file" value="Config/LUFAConfig.h"/>
+
+ <require idref="lufa.common"/>
+ <require idref="lufa.platform"/>
+ <require idref="lufa.drivers.usb"/>
+ <require idref="lufa.drivers.board.leds"/>
+ </module>
+</asf>