aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-13 16:59:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-13 16:59:32 +0000
commitbb6d225f57811ded378ffcb2457454decdb98e1c (patch)
tree1d4e61fd481495424d182664fccadd6b7942fb22 /readme.txt
parent1d6a32367685583864d10cba03102578e15f04c8 (diff)
downloadChibiOS-bb6d225f57811ded378ffcb2457454decdb98e1c.tar.gz
ChibiOS-bb6d225f57811ded378ffcb2457454decdb98e1c.tar.bz2
ChibiOS-bb6d225f57811ded378ffcb2457454decdb98e1c.zip
Initial STM8L support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2359 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 d8b987abd..6cd4ec57c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -65,6 +65,8 @@
*****************************************************************************
*** 2.1.4 ***
+- NEW: Initial STM8L support: HAL, PAL and Serial drivers.
+- NEW: Added demo for the ST STM8L-Discovery kit.
- CHANGE: Separated dynamic threads code into dedicated files: chdynamic.c
and chdynamic.h.
- Added SPI driver to the STM8 documentation, it was missing.