aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/AVRISP-MKII.c
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
|
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
|
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
|
* Remove legacy AVRISP-MKII clone compatibility compile options.Dean Camera2016-02-071-4/+2
|
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
|
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks ↵Dean Camera2015-12-021-1/+1
| | | | to matlo).
* Add conflict warning to the AVRISP-MKII Clone project.Dean Camera2015-05-201-0/+10
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Pseudo-port the projects and dual role demos for possible later multi-arch ↵Dean Camera2013-05-191-0/+2
| | | | support.
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Use the framework provided GlobalInterruptEnable() function instead of the ↵Dean Camera2012-09-171-1/+1
| | | | AVR8/XMEGA specific sei() macro, for future demo/project portability.
* Oops - mask out the endpoint address direction when comparing the IN and OUT ↵Dean Camera2012-05-211-1/+1
| | | | endpoint indexes in the AVRISP-MKII clone and XPLAINBridge projects.
* Fix AVRISP-MKII clone and XPLAINBridge projects not properly configuring the ↵Dean Camera2012-05-211-4/+4
| | | | AVRISP IN endpoint when needed if RESET_TOGGLES_LIBUSB_COMPAT compile time option is used.
* Alter the XPLAINBridge and AVRISP-MKII clone projects so that the ↵Dean Camera2012-05-201-0/+21
| | | | descriptors from the AVRISP-MKII clone project can be directly used in the XPLAINBridge project. Add support for RESET_TOGGLES_LIBUSB_COMPAT option in the XPLAINBridge project.
* Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ↵Dean Camera2012-05-201-0/+5
| | | | clone programmer project (thanks to Robert Spitzenpfeil).
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-5/+3
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Oops - revert commit of an incomplete port of the AVRISP-MKII project.Dean Camera2011-05-291-34/+12
|
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-291-12/+34
| | | | | | Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host.
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-12/+12
| | | | tool made by Laszlo Monda
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to ↵Dean Camera2010-08-091-15/+9
| | | | | | use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code. Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints.
* Invert the logic for the VBUS power light in the AVRISP-MKII project for the ↵Dean Camera2010-08-011-1/+1
| | | | USBTINY-MKII board target.
* Add special support to the AVRISP-MKII for the new model USBTINY-MKII's ↵Dean Camera2010-07-291-1/+7
| | | | | | | | additional LED to indicate target power source. Add support to the USBTINY-MKII's additional LED in the board's LED driver header. Changed LED indicator masks for the AVRISP-MKII project, so that there are defined roles for each LED.
* Rename the AVRISP main source files to AVRISP-MKII so that it matches the ↵Dean Camera2010-07-131-0/+130
project name. Add AVRStudio project file for the AVRISP-MKII project.