aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-08 18:35:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-08 18:35:16 +0000
commitc60897df393cd6716e1bc32c9dcbe78c8f06059f (patch)
tree3afe75ce47815b87c6768d79ecf2e0de1ab13e3f /LUFA/DoxygenPages
parent18b82b3575162c2c6d462c8f34a7d942f77a88ec (diff)
downloadlufa-c60897df393cd6716e1bc32c9dcbe78c8f06059f.tar.gz
lufa-c60897df393cd6716e1bc32c9dcbe78c8f06059f.tar.bz2
lufa-c60897df393cd6716e1bc32c9dcbe78c8f06059f.zip
Allow serial strings to be generated on the older AVR8 devices which do not explicitly state they contain unique values in the datasheet, as this appears to be implemented in hardware.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index cf1ae7339..c0e73dae5 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -40,6 +40,8 @@
* - Updated the AVRISP-MKII Clone programmer project to be compatible with the latest version of AVR Studio (version 5.1)
* - Changed the AVRISP-MKII Clone programmer project to report a fixed 3.3V VTARGET voltage on USB AVRs lacking an ADC instead of 5V to prevent
* warnings in AVR Studio 5.1 when programming XMEGA devices
+ * - Allow serial strings to be generated on the older AVR8 devices which do not explicitly state they contain unique values in the datasheet,
+ * as this appears to be implemented in hardware
*
* <b>Fixed:</b>
* - Core: