Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / Bootloaders /
2011-07-01 Dean CameraRemove custom CDC class descriptor definitions from...
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-06-02 Dean CameraExpand the documentation for each Bootloader to give...
2011-06-01 Dean CameraFixed incorrect signature in the CDC and DFU class...
2011-04-23 Dean CameraAdd new LUFA powered user projects to the documentation.
2011-04-23 Dean CameraFix HID class bootloader not working on the larger...
2011-04-23 Dean CameraMake DFU and CDC class bootloaders also toggle the...
2011-04-23 Dean CameraAdded LED flashing to the CDC and DFU class bootloaders...
2011-04-08 Dean CameraCorrect UC3 global interrupt functions.
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-03-18 Dean CameraOops - Bootloader optimizations to GetDescriptor()...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-02-15 Dean CameraAdd missing HID bootloader AVRStudio project.
2011-02-13 Dean CameraAdd more const-ness to the stream endpoint/pipe functio...
2011-02-11 Dean CameraFix typos in the HID class bootloader makefile.
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-09 Dean CameraFix errors in the hid_bootloader_cli.c program code.
2011-02-09 Dean CameraUpdate HID bootloader loader application to support...
2011-02-09 Dean CameraAdded HID class bootloader, compatible with a modified...
2011-02-09 Dean CameraChange bootloader makefiles to automatically compute...
2011-02-06 Dean CameraOops - fix missing constants in the TempDataLogger...
2011-02-06 Dean CameraTighten up the Bootloader GetDescriptor() function...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
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-24 Dean CameraAdd ORDERED_EP_CONFIG compile time option to the CDC...
2010-11-30 Dean CameraFixed broken USBFOO board drivers due to missing BOARD_...
2010-11-27 Dean CameraFixed broken DFU bootloader, added XPLAIN support for...
2010-11-24 Dean CameraReadd incomplete MIDIToneGenerator project, which can...
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-09 Dean CameraFix incorrect ADEFS and CPPDEFS entries in the DFU...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-10-29 Dean CameraRename new CDC class bootloader NO_LOCK_BYTE_SUPPORT...
2010-10-29 Dean CameraAdded new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT...
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-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-07 Dean CameraAdded new NO_SOF_EVENTS compile time option, enabled...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-28 Dean CameraAdded board hardware driver support for the Arduino...
2010-09-28 Dean CameraAdded CDC functional descriptor structs to the Low...
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-14 Dean CameraFixed incorrect signature reported in the CDC class...
2010-09-12 Dean CameraAdd the "REQ_" prefix to the DFU class bootloader class...
2010-09-09 Dean CameraFix typos in the project overview text files.
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-08 Dean CameraFix invocations of avr-size in all makefiles broken...
2010-08-05 Dean CameraFixed software application start command broken in...
2010-08-02 Dean CameraHide the PROGMEM attribute from Doxygen, as it appears...
2010-07-31 Dean CameraRe-add deleted linker options to the Bootloader makefil...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-30 Dean CameraSpell check more of the third party libraries used...
2010-07-30 Dean CameraAdd the formula used to obtain the bootloader start...
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 CameraAdd AVRStudio 4 project files to the LowLevel Host...
2010-07-13 Dean CameraAdd AVRStudio 4 project files for the library bootloaders.
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-03 Dean CameraMinor documentation cleanups.
2010-05-30 Dean CameraSmall tweaks to ConfigDescriptor.c/.h to ensure pointer...
2010-05-29 Dean CameraFixed incorrect signature for the ATMEGA32U2 in the...
2010-05-26 Dean CameraRemoved unused line encoding data and control requests...
2010-05-26 Dean CameraSwitch to using the correct intptr_t type use where...
2010-05-23 Dean CameraRemove obsolete entry from the Doxygen configuration...
2010-05-20 Dean CameraRenamed CDC device class demos' ManagementEndpoint...
2010-05-12 Dean CameraRemoved TeensyHID bootloader, per request from Paul...
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-05-07 Dean CameraFix TeensyHID bootloader for the largest AVRs - only...
2010-05-06 Dean CameraRemove incorrect Abstract Call Management class specifi...
2010-05-06 Dean CameraEnsure that the CDC class drivers return 0 if the numbe...
2010-05-06 Dean CameraMake CDC class bootloader hard-reset the AVR when exite...
2010-05-06 Dean CameraOops - typo in the updated TeensyHID bootloader code...
2010-05-06 Dean CameraFixed TeensyHID bootloader so that it works with the...
2010-05-06 Dean CameraFixed incorrect comparison in the descriptor callback...
2010-05-04 Dean CameraFixed device state not being reset back to the default...
2010-04-28 Dean CameraUse puts_P() and printf_P() instead of the normal varia...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-28 Dean CameraRemove incomplete/nonfunctional MIDI class bootloader.
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-04-27 Dean CameraFix TeensyHID bootloader Doxygen configuration file...
2010-04-14 Dean CameraFixed Set/Clear Feature requests directed to a non...
2010-04-13 Dean CameraRemoved two-step endpoint/pipe bank clear and switch...
2010-04-13 Dean CameraRemoved invalid dfu and flip related targets from the...
2010-03-22 Dean CameraStandardized the naming scheme given to configuration...
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...
next