aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-18 16:03:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-18 16:03:39 +0000
commit8756c315eef27528d5142529e0c30c9706bb343b (patch)
tree734928b72e0031d9242ec95acdf66c7cd4fb27ba
parent1606d4ea9f25f856f271bfcfd71f7ba8fe0aed77 (diff)
downloadChibiOS-8756c315eef27528d5142529e0c30c9706bb343b.tar.gz
ChibiOS-8756c315eef27528d5142529e0c30c9706bb343b.tar.bz2
ChibiOS-8756c315eef27528d5142529e0c30c9706bb343b.zip
STM32F0xx support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4210 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index da3e89d89..932687e82 100644
--- a/readme.txt
+++ b/readme.txt
@@ -131,6 +131,8 @@
3484947)(backported to 2.4.1).
- FIX: Fixed various minor documentation errors (bug 3484942)(backported
to 2.4.1).
+- NEW: Demo for STM32F0-Discovery board.
+- NEW: Initial support for STM32F0xx devices.
- NEW: Added a common ancestor class to the SDC and MMC_SPI drivers. This
allows to share code and definitions.
- NEW: Modified the SDC driver to implement the new block devices abstract