aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-14 07:56:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-14 07:56:35 +0000
commit173d332a864e00ad795285b113dde975594714fb (patch)
tree4f80936cabf9abf45dc61b0dc23c01cf05e21107 /readme.txt
parentf217c7a99c4a1ded3f9c53a121433cc66d3c2063 (diff)
downloadChibiOS-173d332a864e00ad795285b113dde975594714fb.tar.gz
ChibiOS-173d332a864e00ad795285b113dde975594714fb.tar.bz2
ChibiOS-173d332a864e00ad795285b113dde975594714fb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1287 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 2026815b9..a087b8462 100644
--- a/readme.txt
+++ b/readme.txt
@@ -13,6 +13,8 @@
- NEW: New ADC (streaming capable) driver model.
- CHANGE: Moved the STM32 firmware library under ./ext, this way there is no
need to duplicate it in each demo program.
+- CHANGE: Moved the file stm32f10x.h from the demos to the platforms support
+ directory.
*** 1.3.3 ***
- FIX: Fixed bug in the LPC2148 PAL driver (bug 2881380).