diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-25 13:15:30 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-25 13:15:30 +0000 |
commit | 8aee4cb2f2207e93841664814bb1dbfc1347894c (patch) | |
tree | 71a3871b4fea2e31d3382ce45fd808fb02c33739 /Projects/Incomplete/AVRISP/AVRISP.c | |
parent | 73801c73a1684a88bff33aefe3c5aa89bc66c414 (diff) | |
download | lufa-8aee4cb2f2207e93841664814bb1dbfc1347894c.tar.gz lufa-8aee4cb2f2207e93841664814bb1dbfc1347894c.tar.bz2 lufa-8aee4cb2f2207e93841664814bb1dbfc1347894c.zip |
Add function documentation to the AVRISP project.
Diffstat (limited to 'Projects/Incomplete/AVRISP/AVRISP.c')
-rw-r--r-- | Projects/Incomplete/AVRISP/AVRISP.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Projects/Incomplete/AVRISP/AVRISP.c b/Projects/Incomplete/AVRISP/AVRISP.c index 403db314e..f14b6545a 100644 --- a/Projects/Incomplete/AVRISP/AVRISP.c +++ b/Projects/Incomplete/AVRISP/AVRISP.c @@ -34,11 +34,9 @@ * the project and is responsible for the initial application hardware configuration.
*/
-// TODO: Fix PROGRAM FLASH and PROGRAM EEPROM command processing
// TODO: Add in software SPI for lower programming speeds below 125KHz
// TODO: Add in VTARGET detection
// TODO: Add reversed target connector checks
-// TODO: Add Doxygen comments to functions
#include "AVRISP.h"
|