aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-15 17:19:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-15 17:19:01 +0000
commit0970c44b086287eac3c6c147a390fddb0f9de552 (patch)
treec3a6fd6544e491ae6bf767675db1fabc3fbd1577 /readme.txt
parenta544f87a38e6f0b4b60113dbec8352d5f6c04104 (diff)
downloadChibiOS-0970c44b086287eac3c6c147a390fddb0f9de552.tar.gz
ChibiOS-0970c44b086287eac3c6c147a390fddb0f9de552.tar.bz2
ChibiOS-0970c44b086287eac3c6c147a390fddb0f9de552.zip
Fixed bug 3016619.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2021 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 8740e4a35..1de033ba9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -59,8 +59,9 @@
*****************************************************************************
*** 2.1.0 ***
+- FIX: Fixed broken AVR port (bug 3016619)(backported in 2.0.0).
- FIX: Fixed assertion in adcStop() (bug 3015109)(backported in 2.0.0).
-- OPT: Simplified the test suite code, now it is smaller (backported in 2.0.0).
+- OPT: Simplified the test suite code, now it is smaller.
*** 1.5.9 ***
- FIX: Fixed STM8 baud rate setup error (bug 3010990).