Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 17 Dec 2009 10:02:19 +0000 (10:02 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 17 Dec 2009 10:02:19 +0000 (10:02 +0000)
commitc3758ac5ef70cb609289ed6f34ba7e7be7ab8841
treeaf4d3b2ff9749a4ad432e41e27b09d18ae00e541
parent021b1b567e8686d4addccb53511b7f5447392267
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.

Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger.
31 files changed:
LUFA.pnproj
LUFA/Drivers/USB/Class/Device/HID.h
LUFA/Drivers/USB/Class/Host/HIDParser.h
LUFA/Drivers/USB/LowLevel/Endpoint.c
LUFA/Drivers/USB/LowLevel/Pipe.c
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/LibraryApps.txt
Projects/AVRISP/Lib/NVMTarget.c
Projects/AVRISP/Lib/NVMTarget.h
Projects/AVRISP/Lib/V2ProtocolParams.c
Projects/AVRISP/makefile
Projects/HotmailNotifier/Board/LEDs.h [new file with mode: 0644]
Projects/HotmailNotifier/Descriptors.c [new file with mode: 0644]
Projects/HotmailNotifier/Descriptors.h [new file with mode: 0644]
Projects/HotmailNotifier/Doxygen.conf [new file with mode: 0644]
Projects/HotmailNotifier/HotmailNotifier.c [new file with mode: 0644]
Projects/HotmailNotifier/HotmailNotifier.h [new file with mode: 0644]
Projects/HotmailNotifier/HotmailNotifier.txt [new file with mode: 0644]
Projects/HotmailNotifier/LUFA HotmailNotifier.inf [new file with mode: 0644]
Projects/HotmailNotifier/WindowsApp/MailNotifier.Designer.cs [new file with mode: 0644]
Projects/HotmailNotifier/WindowsApp/MailNotifier.cs [new file with mode: 0644]
Projects/HotmailNotifier/WindowsApp/MailNotifier.csproj [new file with mode: 0644]
Projects/HotmailNotifier/WindowsApp/MailNotifier.resx [new file with mode: 0644]
Projects/HotmailNotifier/WindowsApp/Program.cs [new file with mode: 0644]
Projects/HotmailNotifier/WindowsApp/Properties/AssemblyInfo.cs [new file with mode: 0644]
Projects/HotmailNotifier/WindowsApp/Properties/Resources.Designer.cs [new file with mode: 0644]
Projects/HotmailNotifier/WindowsApp/Properties/Resources.resx [new file with mode: 0644]
Projects/HotmailNotifier/WindowsApp/Properties/Settings.Designer.cs [new file with mode: 0644]
Projects/HotmailNotifier/WindowsApp/Properties/Settings.settings [new file with mode: 0644]
Projects/HotmailNotifier/makefile [new file with mode: 0644]
Projects/USBtoSerial/Doxygen.conf