diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-03 07:42:56 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-03 07:42:56 +0000 |
commit | a5adbae652bcf5382ef34d71da4d11de15b482a6 (patch) | |
tree | 62e488d28a757ce67b514c368a497c1bf1536b08 /LUFA/ManPages | |
parent | f69f03cb0d02937dee018264f0ac4e9be76fc1f4 (diff) | |
download | lufa-a5adbae652bcf5382ef34d71da4d11de15b482a6.tar.gz lufa-a5adbae652bcf5382ef34d71da4d11de15b482a6.tar.bz2 lufa-a5adbae652bcf5382ef34d71da4d11de15b482a6.zip |
Document the PDI programming routines implemented so far in the AVRISP project. Add ability to selectively disable ISP programming support in addition to the existing ability to disable PDI programming support.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index bd3b38f47..bbded93f3 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -16,6 +16,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
*
* <b>Changed:</b>
* - Removed code in the Keyboard demos to send zeroed reports between two reports with differing numbers of keycodes
|