aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-01 08:53:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-01 08:53:54 +0000
commita927edc984c1a333b91df29c5640eb17b1a6e59c (patch)
tree3c21242715938d11509ae43c8ff2ccdc7edb77db /readme.txt
parent76d2dd6f453326237db32c06525444a3ba5f40ce (diff)
downloadChibiOS-a927edc984c1a333b91df29c5640eb17b1a6e59c.tar.gz
ChibiOS-a927edc984c1a333b91df29c5640eb17b1a6e59c.tar.bz2
ChibiOS-a927edc984c1a333b91df29c5640eb17b1a6e59c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2106 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 36aa0ef95..ab278c071 100644
--- a/readme.txt
+++ b/readme.txt
@@ -79,6 +79,8 @@
- NEW: Centralized DMA macros in the STM32 HAL.
- NEW: New UART device driver model, this device driver allows unbuffered,
callback driven access to UART-type devices.
+- NEW: UART device driver for STM32 and UART demo application under
+ ./testhal/STM32/UART.
- NEW: Added friendly interrupt vectors names to the STM32 HAL (change request
3023944).
- NEW: Added support for SPI3 in the STM32 HAL.