From: Dean Camera Date: Mon, 14 Dec 2009 02:59:34 +0000 (+0000) Subject: Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source... X-Git-Tag: LUFA-110528-BETA~756 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/1fa27139f5c195c0d7147dac0c5332a6ea10229a?hp=1fa27139f5c195c0d7147dac0c5332a6ea10229a 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. ---