Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
This commit is contained in:
parent
6648234157
commit
1fa27139f5
13 changed files with 237 additions and 121 deletions
|
@ -28,8 +28,6 @@
|
|||
this software.
|
||||
*/
|
||||
|
||||
#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)
|
||||
|
||||
/** \file
|
||||
*
|
||||
* ISP Protocol handler, to process V2 Protocol wrapped ISP commands used in Atmel programmer devices.
|
||||
|
@ -37,6 +35,8 @@
|
|||
|
||||
#include "ISPProtocol.h"
|
||||
|
||||
#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)
|
||||
|
||||
/** Handler for the CMD_ENTER_PROGMODE_ISP command, which attempts to enter programming mode on
|
||||
* the attached device, returning success or failure back to the host.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue