aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/AVRISP-MKII.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.