projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated Benito project -- added hardware interrupt and software buffering for serial...
[pub/lufa.git]
/
Projects
/
Incomplete
/
AVRISP
/
AVRISP.c
diff --git
a/Projects/Incomplete/AVRISP/AVRISP.c
b/Projects/Incomplete/AVRISP/AVRISP.c
index
32919ef
..
403db31
100644
(file)
--- a/
Projects/Incomplete/AVRISP/AVRISP.c
+++ b/
Projects/Incomplete/AVRISP/AVRISP.c
@@
-34,10
+34,11
@@
* the project and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
* the project and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
-// TODO:
Add reversed target connector checks
\r
+// TODO:
Fix PROGRAM FLASH and PROGRAM EEPROM command processing
\r
// TODO: Add in software SPI for lower programming speeds below 125KHz
\r
// TODO: Add in VTARGET detection
\r
// TODO: Add in software SPI for lower programming speeds below 125KHz
\r
// TODO: Add in VTARGET detection
\r
-// TODO: Add in software SPI for lower programming speeds
\r
+// TODO: Add reversed target connector checks
\r
+// TODO: Add Doxygen comments to functions
\r
\r
#include "AVRISP.h"
\r
\r
\r
#include "AVRISP.h"
\r
\r