Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that...
[pub/USBasp.git] / Demos / DualRole /
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
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-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
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-13 Dean CameraAdded const attributes to some of the class driver...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the LowLevel Host...
2010-07-12 Dean CameraAdd missing clean_doxygen phony targets to the project...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-06-25 Dean CameraAdd default "all" makefile targets to the demo tree...
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-05-07 Dean CameraChange over instances of "make" in the makefiles to...
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-03-22 Dean CameraStandardized the naming scheme given to configuration...
2010-03-17 Dean CameraRemove redundant check in the software PDI programming...
2010-02-16 Dean CameraMake sure the button report set masks use OR in all...
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-01-28 Dean CameraFix up project documentation files' overview tables...
2010-01-25 Dean CameraAdd Webserver project Doxygen configuration file and...
2010-01-06 Dean CameraUpdate Doxygen configuration files to the latest Doxyge...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-25 Dean CameraFix more Doxygen errors from missing parameter document...
2009-11-23 Dean CameraAdded new ReportType parameter to the HID Device Class...
2009-11-13 Dean CameraCorrected the name of the misnamed USB_GetDeviceConfigD...
2009-11-06 Dean CameraAdd optional double-banking support to the Device mode...
2009-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
2009-10-12 Dean CameraMake Audio device demos compatible with AVRs running...
2009-10-08 Dean CameraApplication documentation/comment cleanup.
2009-09-29 Dean CameraRemove old OTG demo directory with useless TestApp...