From bb3879331211a19c3adc3927cac870cc7e36b775 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 14 Dec 2009 07:06:30 +0000 Subject: Add Doxygen documentation to the completed portions of the PDI programming protocol in the AVRISP project. --- Projects/AVRISP/Lib/PDIProtocol.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Projects/AVRISP/Lib/PDIProtocol.c') diff --git a/Projects/AVRISP/Lib/PDIProtocol.c b/Projects/AVRISP/Lib/PDIProtocol.c index af6fbeaf9..24ce26cb6 100644 --- a/Projects/AVRISP/Lib/PDIProtocol.c +++ b/Projects/AVRISP/Lib/PDIProtocol.c @@ -37,9 +37,12 @@ #include "PDIProtocol.h" #if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__) -#warning PDI Programming Protocol support is incomplete and not currently suitable for use. +#warning PDI Programming Protocol support is incomplete and not currently suitable for general use. +/** Base absolute address for the target's NVM controller */ uint32_t XPROG_Param_NVMBase; + +/** Size in bytes of the target's EEPROM page */ uint32_t XPROG_Param_EEPageSize; /** Handler for the CMD_XPROG_SETMODE command, which sets the programmer-to-target protocol used for PDI -- cgit v1.2.3