aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-08-13 21:36:47 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-08-13 21:38:41 +0200
commitfd524b0e005ef3afc9de906fbb7a0b6edd89156f (patch)
treef55aeaaa4fd34f1da846acf640a6fff0a3b5699f /LUFA/StudioIntegration
parent23910fa09e3d71dcd091b5ebcc1ce6a7f6fa9411 (diff)
downloadlufa-fd524b0e005ef3afc9de906fbb7a0b6edd89156f.tar.gz
lufa-fd524b0e005ef3afc9de906fbb7a0b6edd89156f.tar.bz2
lufa-fd524b0e005ef3afc9de906fbb7a0b6edd89156f.zip
Add XMEGA TWI peripheral driver to the Atmel Studio extension XML.
Diffstat (limited to 'LUFA/StudioIntegration')
-rw-r--r--LUFA/StudioIntegration/lufa_drivers_peripheral.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/lufa_drivers_peripheral.xml b/LUFA/StudioIntegration/lufa_drivers_peripheral.xml
index 57eb827e7..3a982e565 100644
--- a/LUFA/StudioIntegration/lufa_drivers_peripheral.xml
+++ b/LUFA/StudioIntegration/lufa_drivers_peripheral.xml
@@ -144,7 +144,10 @@
<require idref="lufa.common"/>
- <info type="gui-flag" value="hidden"/>
+ <build type="c-source" value="Drivers/Peripheral/XMEGA/TWI_XMEGA.c"/>
+ <build type="header-file" value="Drivers/Peripheral/XMEGA/TWI_XMEGA.h"/>
+ <build type="include-path" value=".."/>
+ <build type="header-file" subtype="api" value="Drivers/Peripheral/TWI.h"/>
</module>
<module type="driver" id="lufa.drivers.peripheral.twi#uc3" caption="LUFA TWI Master Driver - UC3">