diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-14 16:47:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-14 16:47:38 +0000 |
commit | b0d567f813e071a5f8db7c32855f418925db55d4 (patch) | |
tree | 380739dfc5bdb86f297722723e1a141060e24c76 /readme.txt | |
parent | ce6fb29f606afe871b06875383bafc1d6bd0f207 (diff) | |
download | ChibiOS-b0d567f813e071a5f8db7c32855f418925db55d4.tar.gz ChibiOS-b0d567f813e071a5f8db7c32855f418925db55d4.tar.bz2 ChibiOS-b0d567f813e071a5f8db7c32855f418925db55d4.zip |
Added support for the STM32 Value Line.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2366 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 193120849..20c954be3 100644 --- a/readme.txt +++ b/readme.txt @@ -67,6 +67,7 @@ *** 2.1.4 ***
- NEW: Initial STM8L support: HAL, PAL and Serial drivers.
- NEW: Added demo for the ST STM8L-Discovery kit.
+- NEW: Added support for the STM32 Value Line to the HAL.
- CHANGE: Improved the STM32 HAL to support more sub-families, now it
is possible to test the presence of any single peripheral into the
specified STM32 device. Now in the board.h files the specific device
|