Add new tag for the LUFA-120219-BETA release.
[pub/USBasp.git] / Demos / Host / ClassDriver / PrinterHost / PrinterHost.c
2012-02-05 Dean CameraAdd new tag for the LUFA-120219-BETA release. LUFA-120219-BETA
2011-07-08 Dean CameraUpdated all host mode demos and projects to use the...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
2011-01-30 Dean CameraRenamed the PRNT_Host_SendString(), CDC_Host_SendString...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-09-07 Dean CameraAdded new PRNT_Host_BytesReceived() and PRNT_Host_Recei...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraUse puts_P() and printf_P() instead of the normal varia...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-03-25 Dean CameraAll Class Driver Host mode demos now correctly set...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-13 Dean CameraCorrected the name of the misnamed USB_GetDeviceConfigD...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-04 Dean CameraAdded new Printer Host mode Class driver.