From b5e850ffd6d31afc159fec9cb37ad36d79100166 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 27 May 2012 14:42:30 +0000 Subject: Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles. --- Demos/Device/ClassDriver/makefile | 2 +- Demos/Device/LowLevel/makefile | 2 +- Demos/Device/makefile | 2 +- Demos/DualRole/ClassDriver/makefile | 2 +- Demos/DualRole/makefile | 2 +- Demos/Host/ClassDriver/makefile | 2 +- Demos/Host/LowLevel/makefile | 2 +- Demos/Host/makefile | 2 +- Demos/makefile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'Demos') diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile index 334a6d3a6..ce41fbed3 100644 --- a/Demos/Device/ClassDriver/makefile +++ b/Demos/Device/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Device/LowLevel/makefile b/Demos/Device/LowLevel/makefile index 757dc5ef9..3a5ddc3ae 100644 --- a/Demos/Device/LowLevel/makefile +++ b/Demos/Device/LowLevel/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Device/makefile b/Demos/Device/makefile index f25c70b3c..f6acde383 100644 --- a/Demos/Device/makefile +++ b/Demos/Device/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/DualRole/ClassDriver/makefile b/Demos/DualRole/ClassDriver/makefile index 829b86d5a..866a47e67 100644 --- a/Demos/DualRole/ClassDriver/makefile +++ b/Demos/DualRole/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/DualRole/makefile b/Demos/DualRole/makefile index b2258040e..dbfe9995c 100644 --- a/Demos/DualRole/makefile +++ b/Demos/DualRole/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile index 963ba68e0..ace187471 100644 --- a/Demos/Host/ClassDriver/makefile +++ b/Demos/Host/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile index 9958c4f35..456bd1000 100644 --- a/Demos/Host/LowLevel/makefile +++ b/Demos/Host/LowLevel/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Host/makefile b/Demos/Host/makefile index f25c70b3c..f6acde383 100644 --- a/Demos/Host/makefile +++ b/Demos/Host/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/makefile b/Demos/makefile index c70e7a98f..3c3176774 100644 --- a/Demos/makefile +++ b/Demos/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org -- cgit v1.2.3 From 7d65c54eef193f4f6f4391ea9fc62ea8c14a73b2 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 27 May 2012 16:36:37 +0000 Subject: Remove legacy AS4 project files, now that they can be automatically generated by the new maintenance script. --- Demos/Device/ClassDriver/AudioInput/AudioInput.aps | 1 - Demos/Device/ClassDriver/AudioOutput/AudioOutput.aps | 1 - Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.aps | 1 - Demos/Device/ClassDriver/GenericHID/GenericHID.aps | 1 - Demos/Device/ClassDriver/Joystick/Joystick.aps | 1 - Demos/Device/ClassDriver/Keyboard/Keyboard.aps | 1 - Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.aps | 1 - .../ClassDriver/KeyboardMouseMultiReport/KeyboardMouseMultiReport.aps | 1 - Demos/Device/ClassDriver/MIDI/MIDI.aps | 1 - Demos/Device/ClassDriver/MassStorage/MassStorage.aps | 1 - Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.aps | 1 - Demos/Device/ClassDriver/Mouse/Mouse.aps | 1 - Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.aps | 1 - Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.aps | 1 - .../ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.aps | 1 - Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.aps | 1 - Demos/Device/LowLevel/AudioInput/AudioInput.aps | 1 - Demos/Device/LowLevel/AudioOutput/AudioOutput.aps | 1 - Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.aps | 1 - Demos/Device/LowLevel/GenericHID/GenericHID.aps | 1 - Demos/Device/LowLevel/Joystick/Joystick.aps | 1 - Demos/Device/LowLevel/Keyboard/Keyboard.aps | 1 - Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.aps | 1 - Demos/Device/LowLevel/MIDI/MIDI.aps | 1 - Demos/Device/LowLevel/MassStorage/MassStorage.aps | 1 - Demos/Device/LowLevel/Mouse/Mouse.aps | 1 - Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.aps | 1 - Demos/Device/LowLevel/VirtualSerial/VirtualSerial.aps | 1 - Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.aps | 1 - Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.aps | 1 - Demos/Host/ClassDriver/AudioInputHost/AudioInputHost.aps | 1 - Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.aps | 1 - Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.aps | 1 - Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.aps | 1 - Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.aps | 1 - Demos/Host/ClassDriver/MIDIHost/MIDIHost.aps | 1 - Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.aps | 1 - Demos/Host/ClassDriver/MouseHost/MouseHost.aps | 1 - Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.aps | 1 - Demos/Host/ClassDriver/PrinterHost/PrinterHost.aps | 1 - Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.aps | 1 - Demos/Host/ClassDriver/StillImageHost/StillImageHost.aps | 1 - Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.aps | 1 - Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.aps | 1 - Demos/Host/LowLevel/AudioInputHost/AudioInputHost.aps | 1 - Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.aps | 1 - Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.aps | 1 - Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.aps | 1 - Demos/Host/LowLevel/KeyboardHost/KeyboardHost.aps | 1 - Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.aps | 1 - Demos/Host/LowLevel/MIDIHost/MIDIHost.aps | 1 - Demos/Host/LowLevel/MassStorageHost/MassStorageHost.aps | 1 - Demos/Host/LowLevel/MouseHost/MouseHost.aps | 1 - Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.aps | 1 - Demos/Host/LowLevel/PrinterHost/PrinterHost.aps | 1 - Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.aps | 1 - Demos/Host/LowLevel/StillImageHost/StillImageHost.aps | 1 - Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.aps | 1 - 58 files changed, 58 deletions(-) delete mode 100644 Demos/Device/ClassDriver/AudioInput/AudioInput.aps delete mode 100644 Demos/Device/ClassDriver/AudioOutput/AudioOutput.aps delete mode 100644 Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.aps delete mode 100644 Demos/Device/ClassDriver/GenericHID/GenericHID.aps delete mode 100644 Demos/Device/ClassDriver/Joystick/Joystick.aps delete mode 100644 Demos/Device/ClassDriver/Keyboard/Keyboard.aps delete mode 100644 Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.aps delete mode 100644 Demos/Device/ClassDriver/KeyboardMouseMultiReport/KeyboardMouseMultiReport.aps delete mode 100644 Demos/Device/ClassDriver/MIDI/MIDI.aps delete mode 100644 Demos/Device/ClassDriver/MassStorage/MassStorage.aps delete mode 100644 Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.aps delete mode 100644 Demos/Device/ClassDriver/Mouse/Mouse.aps delete mode 100644 Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.aps delete mode 100644 Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.aps delete mode 100644 Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.aps delete mode 100644 Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.aps delete mode 100644 Demos/Device/LowLevel/AudioInput/AudioInput.aps delete mode 100644 Demos/Device/LowLevel/AudioOutput/AudioOutput.aps delete mode 100644 Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.aps delete mode 100644 Demos/Device/LowLevel/GenericHID/GenericHID.aps delete mode 100644 Demos/Device/LowLevel/Joystick/Joystick.aps delete mode 100644 Demos/Device/LowLevel/Keyboard/Keyboard.aps delete mode 100644 Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.aps delete mode 100644 Demos/Device/LowLevel/MIDI/MIDI.aps delete mode 100644 Demos/Device/LowLevel/MassStorage/MassStorage.aps delete mode 100644 Demos/Device/LowLevel/Mouse/Mouse.aps delete mode 100644 Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.aps delete mode 100644 Demos/Device/LowLevel/VirtualSerial/VirtualSerial.aps delete mode 100644 Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.aps delete mode 100644 Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.aps delete mode 100644 Demos/Host/ClassDriver/AudioInputHost/AudioInputHost.aps delete mode 100644 Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.aps delete mode 100644 Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.aps delete mode 100644 Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.aps delete mode 100644 Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.aps delete mode 100644 Demos/Host/ClassDriver/MIDIHost/MIDIHost.aps delete mode 100644 Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.aps delete mode 100644 Demos/Host/ClassDriver/MouseHost/MouseHost.aps delete mode 100644 Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.aps delete mode 100644 Demos/Host/ClassDriver/PrinterHost/PrinterHost.aps delete mode 100644 Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.aps delete mode 100644 Demos/Host/ClassDriver/StillImageHost/StillImageHost.aps delete mode 100644 Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.aps delete mode 100644 Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.aps delete mode 100644 Demos/Host/LowLevel/AudioInputHost/AudioInputHost.aps delete mode 100644 Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.aps delete mode 100644 Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.aps delete mode 100644 Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.aps delete mode 100644 Demos/Host/LowLevel/KeyboardHost/KeyboardHost.aps delete mode 100644 Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.aps delete mode 100644 Demos/Host/LowLevel/MIDIHost/MIDIHost.aps delete mode 100644 Demos/Host/LowLevel/MassStorageHost/MassStorageHost.aps delete mode 100644 Demos/Host/LowLevel/MouseHost/MouseHost.aps delete mode 100644 Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.aps delete mode 100644 Demos/Host/LowLevel/PrinterHost/PrinterHost.aps delete mode 100644 Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.aps delete mode 100644 Demos/Host/LowLevel/StillImageHost/StillImageHost.aps delete mode 100644 Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.aps (limited to 'Demos') diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.aps b/Demos/Device/ClassDriver/AudioInput/AudioInput.aps deleted file mode 100644 index 81bc7d53a..000000000 --- a/Demos/Device/ClassDriver/AudioInput/AudioInput.aps +++ /dev/null @@ -1 +0,0 @@ -AudioInput13-Jul-2010 15:22:2813-Jul-2010 15:22:44241013-Jul-2010 15:22:2844, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\AudioInput\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000AudioInput.cDescriptors.cAudioInput.hDescriptors.hmakefiledefaultYESmakefileatmega128111AudioInput.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.aps b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.aps deleted file mode 100644 index 4ca7aeec9..000000000 --- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.aps +++ /dev/null @@ -1 +0,0 @@ -AudioOutput13-Jul-2010 15:23:0013-Jul-2010 15:23:23241013-Jul-2010 15:23:0044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\AudioOutput\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000AudioOutput.cDescriptors.cAudioOutput.hDescriptors.hmakefiledefaultYESmakefileatmega128111AudioOutput.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.aps b/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.aps deleted file mode 100644 index 25e6d0d32..000000000 --- a/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.aps +++ /dev/null @@ -1 +0,0 @@ -DualVirtualSerial13-Jul-2010 15:24:2013-Jul-2010 15:25:07241013-Jul-2010 15:24:2044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\DualVirtualSerial\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cDualVirtualSerial.cDescriptors.hDualVirtualSerial.hmakefiledefaultYESmakefileatmega128111DualVirtualSerial.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/GenericHID/GenericHID.aps b/Demos/Device/ClassDriver/GenericHID/GenericHID.aps deleted file mode 100644 index c8d1fc455..000000000 --- a/Demos/Device/ClassDriver/GenericHID/GenericHID.aps +++ /dev/null @@ -1 +0,0 @@ -GenericHID13-Jul-2010 15:26:0413-Jul-2010 15:26:18241013-Jul-2010 15:26:0444, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\GenericHID\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cGenericHID.cDescriptors.hGenericHID.hmakefiledefaultYESmakefileatmega128111GenericHID.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/Joystick/Joystick.aps b/Demos/Device/ClassDriver/Joystick/Joystick.aps deleted file mode 100644 index a956f8b5b..000000000 --- a/Demos/Device/ClassDriver/Joystick/Joystick.aps +++ /dev/null @@ -1 +0,0 @@ -Joystick13-Jul-2010 15:27:0813-Jul-2010 15:27:41241013-Jul-2010 15:27:0844, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\Joystick\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cJoystick.cDescriptors.hJoystick.hmakefiledefaultYESmakefileatmega128111Joystick.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exeC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\Joystick\Descriptors.hC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\Joystick\Joystick.hC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\Joystick\Descriptors.cC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\Joystick\Joystick.c diff --git a/Demos/Device/ClassDriver/Keyboard/Keyboard.aps b/Demos/Device/ClassDriver/Keyboard/Keyboard.aps deleted file mode 100644 index 8bbfd920e..000000000 --- a/Demos/Device/ClassDriver/Keyboard/Keyboard.aps +++ /dev/null @@ -1 +0,0 @@ -Keyboard13-Jul-2010 15:27:5513-Jul-2010 15:28:59241013-Jul-2010 15:27:5544, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\Keyboard\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cKeyboard.cDescriptors.hKeyboard.hmakefiledefaultYESmakefileatmega128111Keyboard.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.aps b/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.aps deleted file mode 100644 index b6d96dfef..000000000 --- a/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.aps +++ /dev/null @@ -1 +0,0 @@ -KeyboardMouse13-Jul-2010 15:29:1113-Jul-2010 15:29:25241013-Jul-2010 15:29:1144, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\KeyboardMouse\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cKeyboardMouse.cDescriptors.hKeyboardMouse.hmakefiledefaultYESmakefileatmega128111KeyboardMouse.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/KeyboardMouseMultiReport.aps b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/KeyboardMouseMultiReport.aps deleted file mode 100644 index 4fa9b6a3e..000000000 --- a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/KeyboardMouseMultiReport.aps +++ /dev/null @@ -1 +0,0 @@ -KeyboardMouseMultiReport26-Jan-2011 20:01:0026-Jan-2011 20:01:00241026-Jan-2011 20:01:0044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\KeyboardMouseMultiReport\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cKeyboardMouseMultiReport.cDescriptors.hKeyboardMouseMultiReport.hmakefiledefaultYESmakefileatmega128111KeyboardMouseMultiReport.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/MIDI/MIDI.aps b/Demos/Device/ClassDriver/MIDI/MIDI.aps deleted file mode 100644 index 3137cb12a..000000000 --- a/Demos/Device/ClassDriver/MIDI/MIDI.aps +++ /dev/null @@ -1 +0,0 @@ -MIDI13-Jul-2010 15:34:1013-Jul-2010 15:34:27241013-Jul-2010 15:34:1044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\MIDI\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cMIDI.cDescriptors.hMIDI.hmakefiledefaultYESmakefileatmega128111MIDI.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/MassStorage/MassStorage.aps b/Demos/Device/ClassDriver/MassStorage/MassStorage.aps deleted file mode 100644 index 8a03e7e55..000000000 --- a/Demos/Device/ClassDriver/MassStorage/MassStorage.aps +++ /dev/null @@ -1 +0,0 @@ -MassStorage13-Jul-2010 15:29:5313-Jul-2010 15:30:15241013-Jul-2010 15:29:5344, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\MassStorage\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cMassStorage.cLib\DataflashManager.cLib\SCSI.cDescriptors.hMassStorage.hLib\DataflashManager.hLib\SCSI.hmakefiledefaultYESmakefileatmega128111MassStorage.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.aps b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.aps deleted file mode 100644 index e165364cf..000000000 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.aps +++ /dev/null @@ -1 +0,0 @@ -MassStorageKeyboard13-Jul-2010 15:30:5513-Jul-2010 15:31:22241013-Jul-2010 15:30:5544, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\MassStorageKeyboard\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cMassStorageKeyboard.cLib\DataflashManager.cLib\SCSI.cDescriptors.hMassStorageKeyboard.hLib\DataflashManager.hLib\SCSI.hmakefiledefaultYESmakefileatmega128111MassStorageKeyboard.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/Mouse/Mouse.aps b/Demos/Device/ClassDriver/Mouse/Mouse.aps deleted file mode 100644 index 5b60097d5..000000000 --- a/Demos/Device/ClassDriver/Mouse/Mouse.aps +++ /dev/null @@ -1 +0,0 @@ -Mouse13-Jul-2010 15:34:5813-Jul-2010 15:35:19241013-Jul-2010 15:34:5844, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\Mouse\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cMouse.cDescriptors.hMouse.hmakefiledefaultYESmakefileatmega128111Mouse.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.aps b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.aps deleted file mode 100644 index 44ad0e587..000000000 --- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.aps +++ /dev/null @@ -1 +0,0 @@ -RNDISEthernet13-Jul-2010 15:36:0013-Jul-2010 15:36:36241013-Jul-2010 15:36:0044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\RNDISEthernet\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cRNDISEthernet.cLib\ARP.cLib\DHCP.cLib\Ethernet.cLib\ICMP.cLib\IP.cLib\ProtocolDecoders.cLib\TCP.cLib\UDP.cLib\Webserver.cDescriptors.hRNDISEthernet.hLib\ARP.hLib\DHCP.hLib\Ethernet.hLib\EthernetProtocols.hLib\ICMP.hLib\IP.hLib\ProtocolDecoders.hLib\TCP.hLib\UDP.hLib\Webserver.hmakefiledefaultYESmakefileatmega128111RNDISEthernet.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.aps b/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.aps deleted file mode 100644 index 6c7fe65a1..000000000 --- a/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.aps +++ /dev/null @@ -1 +0,0 @@ -VirtualSerial13-Jul-2010 15:37:0513-Jul-2010 15:37:20241013-Jul-2010 15:37:0544, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\VirtualSerial\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cVirtualSerial.cDescriptors.hVirtualSerial.hmakefiledefaultYESmakefileatmega128111VirtualSerial.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.aps b/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.aps deleted file mode 100644 index be639569f..000000000 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.aps +++ /dev/null @@ -1 +0,0 @@ -VirtualSerialMassStorage16-Mar-2011 16:48:2516-Mar-2011 16:48:25241016-Mar-2011 16:48:2544, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\VirtualSerialMassStorage\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cVirtualSerialMassStorage.cLib\DataflashManager.cLib\SCSI.cDescriptors.hVirtualSerialMassStorage.hLib\DataflashManager.hLib\SCSI.hmakefiledefaultYESmakefileatmega128111MassStorageKeyboard.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.aps b/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.aps deleted file mode 100644 index 5a5206f00..000000000 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.aps +++ /dev/null @@ -1 +0,0 @@ -VirtualSerialMouse13-Jul-2010 15:37:4813-Jul-2010 15:38:03241013-Jul-2010 15:37:4844, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\ClassDriver\VirtualSerialMouse\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cVirtualSerialMouse.cDescriptors.hVirtualSerialMouse.hmakefiledefaultYESmakefileatmega128111VirtualSerialMouse.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/AudioInput/AudioInput.aps b/Demos/Device/LowLevel/AudioInput/AudioInput.aps deleted file mode 100644 index cadb8bb41..000000000 --- a/Demos/Device/LowLevel/AudioInput/AudioInput.aps +++ /dev/null @@ -1 +0,0 @@ -AudioInput13-Jul-2010 15:12:1213-Jul-2010 15:12:27241013-Jul-2010 15:12:1244, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\AudioInput\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000AudioInput.cDescriptors.cAudioInput.hDescriptors.hmakefiledefaultYESmakefileatmega128111AudioInput.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.aps b/Demos/Device/LowLevel/AudioOutput/AudioOutput.aps deleted file mode 100644 index c8dd29c03..000000000 --- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.aps +++ /dev/null @@ -1 +0,0 @@ -AudioOutput13-Jul-2010 15:12:4213-Jul-2010 15:12:56241013-Jul-2010 15:12:4244, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\AudioOutput\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000AudioOutput.cDescriptors.cAudioOutput.hDescriptors.hmakefiledefaultYESmakefileatmega128111AudioOutput.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.aps b/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.aps deleted file mode 100644 index 7230b8edd..000000000 --- a/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.aps +++ /dev/null @@ -1 +0,0 @@ -DualVirtualSerial13-Jul-2010 15:13:1213-Jul-2010 15:13:28241013-Jul-2010 15:13:1244, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\DualVirtualSerial\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cDualVirtualSerial.cDescriptors.hDualVirtualSerial.hmakefiledefaultYESmakefileatmega128111DualVirtualSerial.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/GenericHID/GenericHID.aps b/Demos/Device/LowLevel/GenericHID/GenericHID.aps deleted file mode 100644 index 40c6dcc40..000000000 --- a/Demos/Device/LowLevel/GenericHID/GenericHID.aps +++ /dev/null @@ -1 +0,0 @@ -GenericHID13-Jul-2010 15:13:4013-Jul-2010 15:13:55241013-Jul-2010 15:13:4044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\GenericHID\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cGenericHID.cDescriptors.hGenericHID.hmakefiledefaultYESmakefileatmega128111GenericHID.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/Joystick/Joystick.aps b/Demos/Device/LowLevel/Joystick/Joystick.aps deleted file mode 100644 index eec5a35eb..000000000 --- a/Demos/Device/LowLevel/Joystick/Joystick.aps +++ /dev/null @@ -1 +0,0 @@ -Joystick13-Jul-2010 15:14:1313-Jul-2010 15:14:27241013-Jul-2010 15:14:1344, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\Joystick\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cJoystick.cDescriptors.hJoystick.hmakefiledefaultYESmakefileatmega128111Joystick.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/Keyboard/Keyboard.aps b/Demos/Device/LowLevel/Keyboard/Keyboard.aps deleted file mode 100644 index afe4f3558..000000000 --- a/Demos/Device/LowLevel/Keyboard/Keyboard.aps +++ /dev/null @@ -1 +0,0 @@ -Keyboard13-Jul-2010 15:14:4113-Jul-2010 15:14:57241013-Jul-2010 15:14:4144, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\Keyboard\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cKeyboard.cDescriptors.hKeyboard.hmakefiledefaultYESmakefileatmega128111Keyboard.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.aps b/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.aps deleted file mode 100644 index 4280e8df6..000000000 --- a/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.aps +++ /dev/null @@ -1 +0,0 @@ -KeyboardMouse13-Jul-2010 15:15:1313-Jul-2010 15:15:28241013-Jul-2010 15:15:1344, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\KeyboardMouse\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cKeyboardMouse.cDescriptors.hKeyboardMouse.hmakefiledefaultYESmakefileatmega128111KeyboardMouse.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/MIDI/MIDI.aps b/Demos/Device/LowLevel/MIDI/MIDI.aps deleted file mode 100644 index c61e46b64..000000000 --- a/Demos/Device/LowLevel/MIDI/MIDI.aps +++ /dev/null @@ -1 +0,0 @@ -MIDI13-Jul-2010 15:16:2313-Jul-2010 15:16:41241013-Jul-2010 15:16:2344, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\MIDI\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cMIDI.cDescriptors.hMIDI.hmakefiledefaultYESmakefileatmega128111MIDI.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/MassStorage/MassStorage.aps b/Demos/Device/LowLevel/MassStorage/MassStorage.aps deleted file mode 100644 index c18a6765f..000000000 --- a/Demos/Device/LowLevel/MassStorage/MassStorage.aps +++ /dev/null @@ -1 +0,0 @@ -MassStorage13-Jul-2010 15:15:4313-Jul-2010 15:16:11241013-Jul-2010 15:15:4344, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\MassStorage\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cMassStorage.cLib\DataflashManager.cLib\SCSI.cDescriptors.hMassStorage.hLib\DataflashManager.hLib\SCSI.hLib\SCSI_Codes.hmakefiledefaultYESmakefileatmega128111MassStorage.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/Mouse/Mouse.aps b/Demos/Device/LowLevel/Mouse/Mouse.aps deleted file mode 100644 index d31a4657b..000000000 --- a/Demos/Device/LowLevel/Mouse/Mouse.aps +++ /dev/null @@ -1 +0,0 @@ -Mouse13-Jul-2010 15:16:5513-Jul-2010 15:17:10241013-Jul-2010 15:16:5544, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\Mouse\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cMouse.cDescriptors.hMouse.hmakefiledefaultYESmakefileatmega128111Mouse.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.aps b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.aps deleted file mode 100644 index e3f8a3431..000000000 --- a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.aps +++ /dev/null @@ -1 +0,0 @@ -RNDISEthernet13-Jul-2010 15:17:2513-Jul-2010 15:17:52241013-Jul-2010 15:17:2544, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\RNDISEthernet\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cRNDISEthernet.cLib\ARP.cLib\DHCP.cLib\Ethernet.cLib\ICMP.cLib\IP.cLib\ProtocolDecoders.cLib\RNDIS.cLib\TCP.cLib\UDP.cLib\Webserver.cDescriptors.hRNDISEthernet.hLib\ARP.hLib\DHCP.hLib\Ethernet.hLib\EthernetProtocols.hLib\ICMP.hLib\IP.hLib\ProtocolDecoders.hLib\RNDIS.hLib\RNDISConstants.hLib\TCP.hLib\UDP.hLib\Webserver.hmakefiledefaultYESmakefileatmega128111RNDISEthernet.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.aps b/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.aps deleted file mode 100644 index c914bdecf..000000000 --- a/Demos/Device/LowLevel/VirtualSerial/VirtualSerial.aps +++ /dev/null @@ -1 +0,0 @@ -VirtualSerial13-Jul-2010 15:18:1013-Jul-2010 15:18:24241013-Jul-2010 15:18:1044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Device\LowLevel\VirtualSerial\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cVirtualSerial.cDescriptors.hVirtualSerial.hmakefiledefaultYESmakefileatmega128111VirtualSerial.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.aps b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.aps deleted file mode 100644 index 40a2eeb85..000000000 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.aps +++ /dev/null @@ -1 +0,0 @@ -MouseHostDevice13-Jul-2010 14:47:1313-Jul-2010 14:47:59241013-Jul-2010 14:47:1344, 18, 0, 685AVR GCCMouseHostDevice.elfC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\DualRole\ClassDriver\MouseHostDevice\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31000Descriptors.cDeviceFunctions.cHostFunctions.cMouseHostDevice.cDescriptors.hDeviceFunctions.hHostFunctions.hMouseHostDevice.hmakefiledefaultYESmakefileatmega128111MouseHostDevice.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.aps b/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.aps deleted file mode 100644 index 6210f11c3..000000000 --- a/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.aps +++ /dev/null @@ -1 +0,0 @@ -AndroidAccessoryHost09-Jun-2011 14:10:1009-Jun-2011 14:10:10241009-Jun-2011 14:10:1044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\AndroidAccessoryHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000AndroidAccessoryHost.cAndroidAccessoryHost.hmakefiledefaultYESmakefileatmega128111AndroidAccessoryHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/AudioInputHost/AudioInputHost.aps b/Demos/Host/ClassDriver/AudioInputHost/AudioInputHost.aps deleted file mode 100644 index 7a79398ef..000000000 --- a/Demos/Host/ClassDriver/AudioInputHost/AudioInputHost.aps +++ /dev/null @@ -1 +0,0 @@ -AudioInputHost09-Jun-2011 14:10:1009-Jun-2011 14:10:10241009-Jun-2011 14:10:1044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\AudioInputHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000AudioInputHost.cAudioInputHost.hmakefiledefaultYESmakefileatmega128111AudioInputHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.aps b/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.aps deleted file mode 100644 index 691d99b95..000000000 --- a/Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.aps +++ /dev/null @@ -1 +0,0 @@ -AudioOutputHost09-Jun-2011 14:10:1009-Jun-2011 14:10:10241009-Jun-2011 14:10:1044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\AudioOutputHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000AudioOutputHost.cAudioOutputHost.hmakefiledefaultYESmakefileatmega128111AudioOutputHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.aps b/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.aps deleted file mode 100644 index 91b6dc2e9..000000000 --- a/Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.aps +++ /dev/null @@ -1 +0,0 @@ -JoystickHostWithParser13-Jul-2010 15:02:0913-Jul-2010 15:03:16241013-Jul-2010 15:02:0944, 18, 0, 685AVR GCCJoystickHostWithParser.elfC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\JoystickHostWithParser\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000JoystickHostWithParser.cJoystickHostWithParser.hmakefiledefaultYESmakefileatmega128111JoystickHostWithParser.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.aps b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.aps deleted file mode 100644 index 6df0336fe..000000000 --- a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.aps +++ /dev/null @@ -1 +0,0 @@ -KeyboardHost13-Jul-2010 15:03:2913-Jul-2010 15:03:46241013-Jul-2010 15:03:2944, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\KeyboardHost\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000KeyboardHost.cKeyboardHost.hmakefiledefaultYESmakefileatmega128111KeyboardHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.aps b/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.aps deleted file mode 100644 index 6425959dd..000000000 --- a/Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.aps +++ /dev/null @@ -1 +0,0 @@ -KeyboardHostWithParser13-Jul-2010 15:04:1813-Jul-2010 15:04:34241013-Jul-2010 15:04:1844, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\KeyboardHostWithParser\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000KeyboardHostWithParser.cKeyboardHostWithParser.hmakefiledefaultYESmakefileatmega128111KeyboardHostWithParser.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/MIDIHost/MIDIHost.aps b/Demos/Host/ClassDriver/MIDIHost/MIDIHost.aps deleted file mode 100644 index 562c263b5..000000000 --- a/Demos/Host/ClassDriver/MIDIHost/MIDIHost.aps +++ /dev/null @@ -1 +0,0 @@ -MIDIHost13-Jul-2010 15:05:4913-Jul-2010 15:06:01241013-Jul-2010 15:05:4944, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\MIDIHost\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000MIDIHost.cMIDIHost.hmakefiledefaultYESmakefileatmega128111MIDIHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.aps b/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.aps deleted file mode 100644 index 941ff3372..000000000 --- a/Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.aps +++ /dev/null @@ -1 +0,0 @@ -MassStorageHost13-Jul-2010 15:05:0513-Jul-2010 15:05:19241013-Jul-2010 15:05:0544, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\MassStorageHost\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000MassStorageHost.cMassStorageHost.hmakefiledefaultYESmakefileatmega128111MassStorageHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/MouseHost/MouseHost.aps b/Demos/Host/ClassDriver/MouseHost/MouseHost.aps deleted file mode 100644 index ded2abd92..000000000 --- a/Demos/Host/ClassDriver/MouseHost/MouseHost.aps +++ /dev/null @@ -1 +0,0 @@ -MouseHost13-Jul-2010 15:06:2713-Jul-2010 15:06:40241013-Jul-2010 15:06:2744, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\MouseHost\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000MouseHost.cMouseHost.hmakefiledefaultYESmakefileatmega128111MouseHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.aps b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.aps deleted file mode 100644 index 7a22dfe56..000000000 --- a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.aps +++ /dev/null @@ -1 +0,0 @@ -MouseHostWithParser13-Jul-2010 15:07:1113-Jul-2010 15:07:24241013-Jul-2010 15:07:1144, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\MouseHostWithParser\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000MouseHostWithParser.cMouseHostWithParser.hmakefiledefaultYESmakefileatmega128111MouseHostWithParser.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.aps b/Demos/Host/ClassDriver/PrinterHost/PrinterHost.aps deleted file mode 100644 index a83c5aff4..000000000 --- a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.aps +++ /dev/null @@ -1 +0,0 @@ -PrinterHost13-Jul-2010 15:07:4113-Jul-2010 15:07:53241013-Jul-2010 15:07:4144, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\PrinterHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000PrinterHost.cPrinterHost.hmakefiledefaultYESmakefileatmega128111PrinterHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.aps b/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.aps deleted file mode 100644 index d12e84edd..000000000 --- a/Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.aps +++ /dev/null @@ -1 +0,0 @@ -RNDISEthernetHost13-Jul-2010 15:08:3913-Jul-2010 15:08:52241013-Jul-2010 15:08:3944, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\RNDISEthernetHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000RNDISEthernetHost.cRNDISEthernetHost.hmakefiledefaultYESmakefileatmega128111RNDISEthernetHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/StillImageHost/StillImageHost.aps b/Demos/Host/ClassDriver/StillImageHost/StillImageHost.aps deleted file mode 100644 index c85a7535a..000000000 --- a/Demos/Host/ClassDriver/StillImageHost/StillImageHost.aps +++ /dev/null @@ -1 +0,0 @@ -StillImageHost13-Jul-2010 15:09:3113-Jul-2010 15:09:45241013-Jul-2010 15:09:3144, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\StillImageHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000StillImageHost.cStillImageHost.hmakefiledefaultYESmakefileatmega128111StillImageHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.aps b/Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.aps deleted file mode 100644 index 9f6fc352b..000000000 --- a/Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.aps +++ /dev/null @@ -1 +0,0 @@ -VirtualSerialHost13-Jul-2010 15:10:2113-Jul-2010 15:10:32241013-Jul-2010 15:10:2144, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\ClassDriver\VirtualSerialHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000VirtualSerialHost.cVirtualSerialHost.hmakefiledefaultYESmakefileatmega128111VirtualSerialHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.aps b/Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.aps deleted file mode 100644 index 7757cf705..000000000 --- a/Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.aps +++ /dev/null @@ -1 +0,0 @@ -AndroidAccessoryHost06-Jun-2011 19:58:2006-Jun-2011 19:58:20241006-Jun-2011 19:58:2044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\AndroidAccessoryHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cAndroidAccessoryHost.cLib/AndroidAccessoryCommands.cLib/AndroidAccessoryCommands.hConfigDescriptor.hAndroidAccessoryHost.hmakefiledefaultYESmakefileatmega128111AndroidAccessoryHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/AudioInputHost/AudioInputHost.aps b/Demos/Host/LowLevel/AudioInputHost/AudioInputHost.aps deleted file mode 100644 index adf64cf97..000000000 --- a/Demos/Host/LowLevel/AudioInputHost/AudioInputHost.aps +++ /dev/null @@ -1 +0,0 @@ -AudioInputHost06-Jun-2011 19:58:2006-Jun-2011 19:58:20241006-Jun-2011 19:58:2044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\AudioInputHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cAudioInputHost.cConfigDescriptor.hAudioInputHost.hmakefiledefaultYESmakefileatmega128111AudioInputHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.aps b/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.aps deleted file mode 100644 index 8126bf654..000000000 --- a/Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.aps +++ /dev/null @@ -1 +0,0 @@ -AudioOutputHost06-Jun-2011 19:58:2006-Jun-2011 19:58:20241006-Jun-2011 19:58:2044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\AudioOutputHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cAudioOutputHost.cConfigDescriptor.hAudioOutputHost.hmakefiledefaultYESmakefileatmega128111AudioOutputHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.aps b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.aps deleted file mode 100644 index 680828a5d..000000000 --- a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.aps +++ /dev/null @@ -1 +0,0 @@ -GenericHIDHost13-Jul-2010 14:48:2513-Jul-2010 14:48:52241013-Jul-2010 14:48:2544, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\GenericHIDHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cGenericHIDHost.cConfigDescriptor.hGenericHIDHost.hmakefiledefaultYESmakefileatmega128111GenericHIDHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.aps b/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.aps deleted file mode 100644 index 0d0cc7c6c..000000000 --- a/Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.aps +++ /dev/null @@ -1 +0,0 @@ -JoystickHostWithParser13-Jul-2010 14:49:1113-Jul-2010 14:50:06241013-Jul-2010 14:49:1144, 18, 0, 685AVR GCCJoystickHostWithParser.elfC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\JoystickHostWithParser\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cHIDReport.cJoystickHostWithParser.cConfigDescriptor.hHIDReport.hJoystickHostWithParser.hmakefiledefaultYESmakefileatmega128111JoystickHostWithParser.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.aps b/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.aps deleted file mode 100644 index eb4d9ec5b..000000000 --- a/Demos/Host/LowLevel/KeyboardHost/KeyboardHost.aps +++ /dev/null @@ -1 +0,0 @@ -KeyboardHost13-Jul-2010 14:50:1813-Jul-2010 14:50:34241013-Jul-2010 14:50:1844, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\KeyboardHost\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cKeyboardHost.cConfigDescriptor.hKeyboardHost.hmakefiledefaultYESmakefileatmega128111KeyboardHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.aps b/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.aps deleted file mode 100644 index b2265b744..000000000 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.aps +++ /dev/null @@ -1 +0,0 @@ -KeyboardHostWithParser13-Jul-2010 14:51:2113-Jul-2010 14:52:07241013-Jul-2010 14:51:2144, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\KeyboardHostWithParser\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cHIDReport.cKeyboardHostWithParser.cConfigDescriptor.hHIDReport.hKeyboardHostWithParser.hmakefiledefaultYESmakefileatmega128111KeyboardHostWithParser.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/MIDIHost/MIDIHost.aps b/Demos/Host/LowLevel/MIDIHost/MIDIHost.aps deleted file mode 100644 index 0d2f43b04..000000000 --- a/Demos/Host/LowLevel/MIDIHost/MIDIHost.aps +++ /dev/null @@ -1 +0,0 @@ -MIDIHost13-Jul-2010 14:53:1513-Jul-2010 14:53:34241013-Jul-2010 14:53:1544, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\MIDIHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cMIDIHost.cConfigDescriptor.hMIDIHost.hmakefiledefaultYESmakefileatmega128111MIDIHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.aps b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.aps deleted file mode 100644 index 3579fbf4d..000000000 --- a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.aps +++ /dev/null @@ -1 +0,0 @@ -MassStorageHost13-Jul-2010 14:52:2713-Jul-2010 14:52:48241013-Jul-2010 14:52:2744, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\MassStorageHost\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cMassStorageHost.cLib\MassStoreCommands.cConfigDescriptor.hMassStorageHost.hLib\MassStoreCommands.hLib\SCSI_Codes.hmakefiledefaultYESmakefileatmega128111MassStorageHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/MouseHost/MouseHost.aps b/Demos/Host/LowLevel/MouseHost/MouseHost.aps deleted file mode 100644 index 7e0961ab9..000000000 --- a/Demos/Host/LowLevel/MouseHost/MouseHost.aps +++ /dev/null @@ -1 +0,0 @@ -MouseHost13-Jul-2010 14:53:5813-Jul-2010 14:54:15241013-Jul-2010 14:53:5844, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\MouseHost\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cMouseHost.cConfigDescriptor.hMouseHost.hmakefiledefaultYESmakefileatmega128111MouseHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.aps b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.aps deleted file mode 100644 index 5522c5f8c..000000000 --- a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.aps +++ /dev/null @@ -1 +0,0 @@ -MouseHostWithParser13-Jul-2010 14:55:2813-Jul-2010 14:55:50241013-Jul-2010 14:55:2844, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\MouseHostWithParser\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cHIDReport.cMouseHostWithParser.cConfigDescriptor.hHIDReport.hMouseHostWithParser.hmakefiledefaultYESmakefileatmega128111MouseHostWithParser.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/PrinterHost/PrinterHost.aps b/Demos/Host/LowLevel/PrinterHost/PrinterHost.aps deleted file mode 100644 index bf9aa909c..000000000 --- a/Demos/Host/LowLevel/PrinterHost/PrinterHost.aps +++ /dev/null @@ -1 +0,0 @@ -PrinterHost13-Jul-2010 14:56:2813-Jul-2010 14:57:04241013-Jul-2010 14:56:2844, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\PrinterHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cPrinterHost.cLib\PrinterCommands.cConfigDescriptor.hPrinterHost.hLib\PrinterCommands.hmakefiledefaultYESmakefileatmega128111PrinterHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.aps b/Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.aps deleted file mode 100644 index 9df103df1..000000000 --- a/Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.aps +++ /dev/null @@ -1 +0,0 @@ -RNDISEthernetHost13-Jul-2010 14:57:4013-Jul-2010 14:58:02241013-Jul-2010 14:57:4044, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\RNDISEthernetHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cRNDISEthernetHost.cLib\RNDISCommands.cConfigDescriptor.hRNDISEthernetHost.hLib\RNDISCommands.hLib\RNDISConstants.hmakefiledefaultYESmakefileatmega128111RNDISEthernetHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/StillImageHost/StillImageHost.aps b/Demos/Host/LowLevel/StillImageHost/StillImageHost.aps deleted file mode 100644 index 60491514c..000000000 --- a/Demos/Host/LowLevel/StillImageHost/StillImageHost.aps +++ /dev/null @@ -1 +0,0 @@ -StillImageHost13-Jul-2010 14:58:3813-Jul-2010 14:59:00241013-Jul-2010 14:58:3844, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\StillImageHost\AVR ONE!falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cStillImageHost.cLib\StillImageCommands.cConfigDescriptor.hStillImageHost.hLib\PIMACodes.hLib\StillImageCommands.hmakefiledefaultYESmakefileatmega128111StillImageHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe diff --git a/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.aps b/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.aps deleted file mode 100644 index eab02fac3..000000000 --- a/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.aps +++ /dev/null @@ -1 +0,0 @@ -VirtualSerialHost13-Jul-2010 14:59:3313-Jul-2010 14:59:47241013-Jul-2010 14:59:3344, 18, 0, 685AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\LUFAWORK\Demos\Host\LowLevel\VirtualSerialHost\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000ConfigDescriptor.cVirtualSerialHost.cConfigDescriptor.hVirtualSerialHost.hmakefiledefaultYESmakefileatmega128111VirtualSerialHost.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20100110\bin\avr-gcc.exeC:\WinAVR-20100110\utils\bin\make.exe -- cgit v1.2.3