Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy(...
[pub/USBasp.git] / Demos / Device / ClassDriver / MassStorageKeyboard /
2011-07-02 Dean CameraOops: Fix compile error in the low level KeyboardMouse...
2011-07-01 Dean CameraSeperate out the device demos and project's configurati...
2011-06-20 Dean CameraAdd new "checksource" target to the library makefiles...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-03-23 Dean CameraUse the MIN() macro where possible instead of manual...
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-03-16 Dean CameraAdded new VirtualSerialMassStorage Device Class Driver...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-06 Dean CameraOops - fix missing constants in the TempDataLogger...
2011-01-23 Dean CameraAdded new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD...
2011-01-17 Dean CameraAbuse the the C preprocessor so that the HID macros...
2011-01-16 Dean CameraNew HID report item macros (with HID_RI_ prefix) to...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-17 Dean CameraFix a few more incorrectly ordered endpoint initialisat...
2010-11-26 Dean CameraAdded ability to write protect Mass Storage disk write...
2010-11-22 Dean CameraLower bulk endpoint polling rate in the descriptors...
2010-11-10 Dean CameraFixed incorrect PollingIntervalMS values in the demo...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-10-28 Dean CameraAdded standard keyboard HID report scancode defines...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-13 Dean CameraAdd missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_D...
2010-10-13 Dean CameraMinor documentation corrections.
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-09-24 Dean CameraRemove dfu-programmer program switches, to ensure maxim...
2010-09-24 Dean CameraAdded the --suppress-bootloader-mem option to the makef...
2010-09-15 Dean CameraMake project makefiles correctly clean intermeditary...
2010-09-09 Dean CameraFix typos in the project overview text files.
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-08-31 Dean CameraClarify in the project documentation files what the...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-08-18 Dean CameraFixed MassStorage based demos and projects resetting...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-08-08 Dean CameraFix invocations of avr-size in all makefiles broken...
2010-08-02 Dean CameraHide the PROGMEM attribute from Doxygen, as it appears...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-29 Dean CameraAdded support to the AVRISP-MKII project for ISP speeds...
2010-07-26 Dean CameraAdd missing INTERRUPT_CONTROL_ENDPOINT compile time...
2010-07-22 Dean CameraFix up minor whitespace formatting errors.
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-18 Dean CameraChange over all makefiles to use C99 standards mode...
2010-07-15 Dean CameraDisable strict aliasing explicitly in the project makef...
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-07-15 Dean CameraFix pointer aliasing warning in the Mass Storage demos.
2010-07-13 Dean CameraAdded const attributes to some of the class driver...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the ClassDriver Device...
2010-07-12 Dean CameraAdd missing clean_doxygen phony targets to the project...
2010-07-09 Dean CameraOops - fix errors in the MassStorageKeyboard SCSI drive...
2010-07-09 Dean CameraRewrote the implementation of the SwapEndian_16() and...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-06-25 Dean CameraFix Doxygen formatting of parameters for the CALLBACK_H...
2010-06-03 Dean CameraMore documentation fixes.
2010-05-23 Dean CameraRemove obsolete entry from the Doxygen configuration...
2010-05-09 Dean CameraAdd new ReportType parameter to the HID class driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-04-18 Dean CameraAdd const keyword to the demo function parameters where...
2010-03-22 Dean CameraStandardized the naming scheme given to configuration...
2010-02-07 Dean CameraAdded Keyboard LED report masks (KEYBOARD_LED_*) to...
2010-02-07 Dean CameraAdded keyboard modifier masks (HID_KEYBOARD_MODIFER_...
2010-02-04 Dean CameraNew BOARD value option BOARD_NONE (equivelent to not...
2010-02-03 Dean CameraExlude the "INCLUDE_FROM_*" macros from the individual...
2010-02-02 Dean CameraMinor fixups to the documentation and preprocessor...
2010-01-28 Dean CameraFix up project documentation files' overview tables...
2010-01-25 Dean CameraAdd Webserver project Doxygen configuration file and...
2010-01-19 Dean CameraChanged XPLAINBridge project to be both a USB to USART...
2010-01-06 Dean CameraUpdate Doxygen configuration files to the latest Doxyge...
2010-01-04 Dean CameraFix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
2010-01-03 Dean CameraClean up MassStorageKeyboard demo.
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-11-25 Dean CameraFix build and Doxygen errors.
2009-11-23 Dean CameraAdded new ReportType parameter to the HID Device Class...
2009-11-23 Dean CameraFixed incorrect values for REPORT_ITEM_TYPE_* enum...
2009-11-06 Dean CameraAdd optional double-banking support to the Device mode...
2009-10-26 Dean CameraMake HID device class driver ignore the previous HID...
2009-10-12 Dean CameraMake Audio device demos compatible with AVRs running...
2009-10-08 Dean CameraAdd new MIDI Host Class driver to the library, and...
2009-09-21 Dean CameraFinish initial draft of the Host Mode HID Class driver.
2009-09-21 Dean CameraAdded new MassStorageKeyboard Device Class Driver demo...