aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-22 07:30:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-22 07:30:08 +0000
commit8783391c5edad3d75de3b3a9b6c927fb451be984 (patch)
treeedc2005b71f05ac1417a0e297dc7cb6f63cd931e /readme.txt
parent33c520eb8b387eb5b9ccbc7e7bdd99e57a3fe518 (diff)
downloadChibiOS-8783391c5edad3d75de3b3a9b6c927fb451be984.tar.gz
ChibiOS-8783391c5edad3d75de3b3a9b6c927fb451be984.tar.bz2
ChibiOS-8783391c5edad3d75de3b3a9b6c927fb451be984.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2031 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 2492c3c9e..3cc797f12 100644
--- a/readme.txt
+++ b/readme.txt
@@ -65,6 +65,8 @@
in 2.0.1).
- FIX: Fixed broken AVR port (bug 3016619)(backported in 2.0.0).
- FIX: Fixed assertion in adcStop() (bug 3015109)(backported in 2.0.0).
+- NEW: Added timers clock macros to the STM32 clock tree HAL driver (backported
+ in 2.0.1).
- OPT: Simplified the test suite code, now it is smaller.
- Reorganized the documentation, now the description of the device drivers
implementation is under the HAL module instead of the Ports module.