From 646e63b08944daf0ece6b784eae18cf162601682 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 1 Apr 2013 07:39:53 +0000 Subject: Add explicit requirements for the AppConfig.h headers in the various project asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades. --- Demos/Device/ClassDriver/AudioInput/asf.xml | 1 + Demos/Device/ClassDriver/AudioOutput/asf.xml | 1 + Demos/Device/ClassDriver/GenericHID/asf.xml | 1 + Demos/Device/ClassDriver/MassStorage/asf.xml | 1 + Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml | 1 + Demos/Device/ClassDriver/RNDISEthernet/asf.xml | 1 + Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml | 1 + Demos/Device/LowLevel/AudioInput/asf.xml | 1 + Demos/Device/LowLevel/AudioOutput/asf.xml | 1 + Demos/Device/LowLevel/GenericHID/asf.xml | 1 + Demos/Device/LowLevel/MassStorage/asf.xml | 1 + Demos/Device/LowLevel/RNDISEthernet/asf.xml | 1 + Demos/Host/ClassDriver/AudioOutputHost/asf.xml | 1 + Demos/Host/LowLevel/AudioOutputHost/asf.xml | 1 + 14 files changed, 14 insertions(+) (limited to 'Demos') diff --git a/Demos/Device/ClassDriver/AudioInput/asf.xml b/Demos/Device/ClassDriver/AudioInput/asf.xml index 87a117a08..3320ea796 100644 --- a/Demos/Device/ClassDriver/AudioInput/asf.xml +++ b/Demos/Device/ClassDriver/AudioInput/asf.xml @@ -34,6 +34,7 @@ + diff --git a/Demos/Device/ClassDriver/AudioOutput/asf.xml b/Demos/Device/ClassDriver/AudioOutput/asf.xml index 0dbc88146..0b00bb324 100644 --- a/Demos/Device/ClassDriver/AudioOutput/asf.xml +++ b/Demos/Device/ClassDriver/AudioOutput/asf.xml @@ -34,6 +34,7 @@ + diff --git a/Demos/Device/ClassDriver/GenericHID/asf.xml b/Demos/Device/ClassDriver/GenericHID/asf.xml index 2c09cc458..9996d7bc7 100644 --- a/Demos/Device/ClassDriver/GenericHID/asf.xml +++ b/Demos/Device/ClassDriver/GenericHID/asf.xml @@ -32,6 +32,7 @@ + diff --git a/Demos/Device/ClassDriver/MassStorage/asf.xml b/Demos/Device/ClassDriver/MassStorage/asf.xml index bcd3b7ec1..7c93d23a7 100644 --- a/Demos/Device/ClassDriver/MassStorage/asf.xml +++ b/Demos/Device/ClassDriver/MassStorage/asf.xml @@ -38,6 +38,7 @@ + diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml index fb1256ec8..f97434190 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/asf.xml @@ -39,6 +39,7 @@ + diff --git a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml index 526ece60f..1c3dfe97f 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml +++ b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml @@ -51,6 +51,7 @@ + diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml index f02759736..3aec58ded 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/asf.xml @@ -40,6 +40,7 @@ + diff --git a/Demos/Device/LowLevel/AudioInput/asf.xml b/Demos/Device/LowLevel/AudioInput/asf.xml index 3b62f83f2..f95f448a8 100644 --- a/Demos/Device/LowLevel/AudioInput/asf.xml +++ b/Demos/Device/LowLevel/AudioInput/asf.xml @@ -34,6 +34,7 @@ + diff --git a/Demos/Device/LowLevel/AudioOutput/asf.xml b/Demos/Device/LowLevel/AudioOutput/asf.xml index 522f1d0e5..07ffa3624 100644 --- a/Demos/Device/LowLevel/AudioOutput/asf.xml +++ b/Demos/Device/LowLevel/AudioOutput/asf.xml @@ -34,6 +34,7 @@ + diff --git a/Demos/Device/LowLevel/GenericHID/asf.xml b/Demos/Device/LowLevel/GenericHID/asf.xml index 436e7b4d9..c303c6b32 100644 --- a/Demos/Device/LowLevel/GenericHID/asf.xml +++ b/Demos/Device/LowLevel/GenericHID/asf.xml @@ -34,6 +34,7 @@ + diff --git a/Demos/Device/LowLevel/MassStorage/asf.xml b/Demos/Device/LowLevel/MassStorage/asf.xml index 6ffa79437..ffe07fbcf 100644 --- a/Demos/Device/LowLevel/MassStorage/asf.xml +++ b/Demos/Device/LowLevel/MassStorage/asf.xml @@ -38,6 +38,7 @@ + diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml index b33bf8238..292690f10 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -53,6 +53,7 @@ + diff --git a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml index c09757fed..45aaa7de6 100644 --- a/Demos/Host/ClassDriver/AudioOutputHost/asf.xml +++ b/Demos/Host/ClassDriver/AudioOutputHost/asf.xml @@ -32,6 +32,7 @@ + diff --git a/Demos/Host/LowLevel/AudioOutputHost/asf.xml b/Demos/Host/LowLevel/AudioOutputHost/asf.xml index 0f9f4efde..56b994478 100644 --- a/Demos/Host/LowLevel/AudioOutputHost/asf.xml +++ b/Demos/Host/LowLevel/AudioOutputHost/asf.xml @@ -34,6 +34,7 @@ + -- cgit v1.2.3