aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-13 12:50:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-13 12:50:47 +0000
commit307ba254d5ef8bcdd9b9aa1bdb277041e79d6563 (patch)
treed4ee07f7d936e1211477060616bb6d1fd55de200 /LUFA/ManPages
parent33a46b243a0f204f3ade095f7b213d9d2598c450 (diff)
downloadlufa-307ba254d5ef8bcdd9b9aa1bdb277041e79d6563.tar.gz
lufa-307ba254d5ef8bcdd9b9aa1bdb277041e79d6563.tar.bz2
lufa-307ba254d5ef8bcdd9b9aa1bdb277041e79d6563.zip
The AVRISP project can now enter PDI mode under both bit-bang and hardware USART connection modes, tested against the XPLAIN board hardware. Still need to complete higher level NVM access code so that the device's memories can be read and written.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 0daed3187..99cb773af 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -17,7 +17,7 @@
* - Added new RNDIS Ethernet Host Class Driver
* - Added new RNDIS Ethernet Host ClassDriver demo
* - Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device
- * - Added PDI programming support for XMEGA devices to the AVRISP programmer project
+ * - Added PDI programming support for XMEGA devices to the AVRISP programmer project (thanks to Justin Mattair)
* - Added support for the XPLAIN board Dataflash, with new XPLAIN_REV1 board target for the different dataflash used
* on the first revision boards compared to the one mounted on later revisions
* - Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype