From 8756c315eef27528d5142529e0c30c9706bb343b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 18 May 2012 16:03:39 +0000 Subject: [PATCH] STM32F0xx support. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4210 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) 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