aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-01 10:53:18 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-01 10:53:18 +0000
commit5da56bd07fca28900f9a53c51312be46d759e1d2 (patch)
treef4a0047927ae61466526c24c0bb71bad745cbf07 /readme.txt
parenta9753ea48ac394028762b6a3fa9812e0092bb08e (diff)
downloadChibiOS-5da56bd07fca28900f9a53c51312be46d759e1d2.tar.gz
ChibiOS-5da56bd07fca28900f9a53c51312be46d759e1d2.tar.bz2
ChibiOS-5da56bd07fca28900f9a53c51312be46d759e1d2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2318 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 452d9884a..294040abc 100644
--- a/readme.txt
+++ b/readme.txt
@@ -65,6 +65,11 @@
*** 2.1.3 ***
- FIX: DMA not initialized under some conditions (bug 3099701).
+- NEW: Added an SPI driver to the STM8 platform support.
+- CHANGE: Renamed most of the STM8 HAL settings macro names in order to
+ make names more consistent.
+ NOTE: ****** Make sure to use a mcuconf.h file taken from ******
+ ****** this version in your project. ******
*** 2.1.2 ***
- FIX: Fixed typo in memstreams.h (bug 3089567)(backported to 2.0.6).