aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-07 18:47:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-07 18:47:39 +0000
commitb3235ed3466e3d77562159810effa5ab5fc730d7 (patch)
treef4114467c7470071a3fc8615ce33a0276b2741f0
parent6ee956d7b6cf775fd85c51347b75e39daa412d38 (diff)
downloadChibiOS-b3235ed3466e3d77562159810effa5ab5fc730d7.tar.gz
ChibiOS-b3235ed3466e3d77562159810effa5ab5fc730d7.tar.bz2
ChibiOS-b3235ed3466e3d77562159810effa5ab5fc730d7.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4172 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 44a322f71..2db2814da 100644
--- a/readme.txt
+++ b/readme.txt
@@ -123,9 +123,13 @@
3484947)(backported to 2.4.1).
- FIX: Fixed various minor documentation errors (bug 3484942)(backported
to 2.4.1).
-- NEW: Added HSE oscillator bypass capability to the STM32 clock
- initialization, it is enabled by adding STM32_HSE_BYPASS to your
- board.h file.
+- NEW: Added an abstract interface for serial devices in the HAL. This
+ interface is meant to replace the equivalent class present in the
+ kernel. access macros are similar except for the prefix, "ser" instead
+ of "chIO".
+- NEW: Added an abstract interface for block devices in the HAL. This
+ abstraction layer is meant to unify the access protocol to the SDC and
+ MMC_SPI (and potentially others) device drivers.
- NEW: Updated the MSP port to work with the latest MSPGCC compiler (4.6.3
LTS 20120406 unpatched), now the old MSPGCC 3.2.3 is no more supported
(backported to 2.4.1).