aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-09 18:09:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-09 18:09:20 +0000
commit8f86368f15cc28d4879a50ec8d4d6f8139e4d57a (patch)
tree49cbd13c4b4038b36633840999fb57b4585783be /readme.txt
parent7db9cb86d06c725387bca9b89a7dd849f7c46142 (diff)
downloadChibiOS-8f86368f15cc28d4879a50ec8d4d6f8139e4d57a.tar.gz
ChibiOS-8f86368f15cc28d4879a50ec8d4d6f8139e4d57a.tar.bz2
ChibiOS-8f86368f15cc28d4879a50ec8d4d6f8139e4d57a.zip
Fixed bug 3153746.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2632 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt
index 5b49ca75b..0b009ddc0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -64,6 +64,9 @@
*** Releases ***
*****************************************************************************
+*** 2.1.8 ***
+- FIX: Fixed STM32F103 demo's incorrect clock settings (bug 3153746).
+
*** 2.1.7 ***
- FIX: Fixed various errors in the HAL documentation (bug 3153591).
- FIX: Fixed error in chIOGetxxxxxEventSource() macros (bug 3153550)
@@ -76,8 +79,7 @@
(backported to 2.0.9).
- FIX: Fixed extra notifications in input queues (bug 3148525)(backported
to 2.0.9).
-- NEW: New ARM Cortex-Mx port for RVCT compiler (probably will not be
- included in 2.2.0, requires more testing).
+- NEW: New ARM Cortex-Mx port for RVCT compiler.
- NEW: Integrated the various Cortex-Mx GCC, IAR and RVCT demos in unified
demos with multiple project files, the code is exactly the same. Renamed
the directories removing the compiler suffix.
@@ -106,8 +108,7 @@
*** 2.1.6 ***
- FIX: Fixed error in sdPutTimeout() macro (bug 3138763)(backported in 2.0.9).
-- NEW: New ARM Cortex-Mx port for IAR compiler (probably will not be
- included in 2.2.0, requires more testing).
+- NEW: New ARM Cortex-Mx port for IAR compiler.
- NEW: Now the STM32 CAN driver puts the lower half word of the ESR
register in the upper half word of the can status word for easier
debug.