Added incomplete PrinterHost demo application.
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 11 Jul 2009 15:05:56 +0000 (15:05 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 11 Jul 2009 15:05:56 +0000 (15:05 +0000)
commite0af6014a746b1ef0707d388a58bcf77b9ea47f1
tree7c12ca6cbb651560a90c5a625228c65b3c1efcb9
parentb462f2d457ec2f0cfa22a1c3db198cb22f6809a1
Added incomplete PrinterHost demo application.

Seperated out Lib components of the incomplete BluetoothHost demo application out into a seperate Lib subfolder.

Changed F_CLOCK entries in project makefiles to alias to F_CPU by default, as this is the most common case.
69 files changed:
Bootloaders/CDC/makefile
Bootloaders/DFU/makefile
Bootloaders/TeensyHID/makefile
Demos/Device/ClassDriver/AudioInput/makefile
Demos/Device/ClassDriver/AudioOutput/makefile
Demos/Device/ClassDriver/CDC/makefile
Demos/Device/ClassDriver/DualCDC/makefile
Demos/Device/ClassDriver/GenericHID/makefile
Demos/Device/ClassDriver/Joystick/makefile
Demos/Device/ClassDriver/Keyboard/makefile
Demos/Device/ClassDriver/KeyboardMouse/makefile
Demos/Device/ClassDriver/MIDI/makefile
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.c
Demos/Device/ClassDriver/MassStorage/makefile
Demos/Device/ClassDriver/Mouse/makefile
Demos/Device/ClassDriver/RNDISEthernet/makefile
Demos/Device/ClassDriver/USBtoSerial/makefile
Demos/Device/Incomplete/Sideshow/makefile
Demos/Device/LowLevel/AudioInput/makefile
Demos/Device/LowLevel/AudioOutput/makefile
Demos/Device/LowLevel/CDC/makefile
Demos/Device/LowLevel/DualCDC/makefile
Demos/Device/LowLevel/GenericHID/makefile
Demos/Device/LowLevel/Joystick/makefile
Demos/Device/LowLevel/Keyboard/makefile
Demos/Device/LowLevel/KeyboardMouse/makefile
Demos/Device/LowLevel/MIDI/makefile
Demos/Device/LowLevel/MassStorage/MassStorage.c
Demos/Device/LowLevel/MassStorage/makefile
Demos/Device/LowLevel/Mouse/makefile
Demos/Device/LowLevel/RNDISEthernet/makefile
Demos/Device/LowLevel/USBtoSerial/makefile
Demos/Host/ClassDriver/CDCHost/makefile
Demos/Host/Incomplete/BluetoothHost/BluetoothACLPackets.c [deleted file]
Demos/Host/Incomplete/BluetoothHost/BluetoothACLPackets.h [deleted file]
Demos/Host/Incomplete/BluetoothHost/BluetoothClassCodes.h [deleted file]
Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c [deleted file]
Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.h [deleted file]
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
Demos/Host/Incomplete/BluetoothHost/BluetoothStack.c [deleted file]
Demos/Host/Incomplete/BluetoothHost/BluetoothStack.h [deleted file]
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.h [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h [new file with mode: 0644]
Demos/Host/Incomplete/BluetoothHost/makefile
Demos/Host/Incomplete/PrinterHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/Incomplete/PrinterHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/Incomplete/PrinterHost/PrinterHost.c [new file with mode: 0644]
Demos/Host/Incomplete/PrinterHost/PrinterHost.h [new file with mode: 0644]
Demos/Host/Incomplete/PrinterHost/makefile [new file with mode: 0644]
Demos/Host/LowLevel/CDCHost/makefile
Demos/Host/LowLevel/GenericHIDHost/makefile
Demos/Host/LowLevel/KeyboardHost/makefile
Demos/Host/LowLevel/KeyboardHostWithParser/makefile
Demos/Host/LowLevel/MassStorageHost/makefile
Demos/Host/LowLevel/MouseHost/makefile
Demos/Host/LowLevel/MouseHostWithParser/makefile
Demos/Host/LowLevel/StillImageHost/makefile
Demos/OTG/TestApp/makefile
LUFA.pnproj
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt
Projects/Magstripe/makefile
Projects/MissileLauncher/makefile