aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-24 09:03:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-24 09:03:11 +0000
commitac1f65e8f8a10bd41d8c46b8427d676bd3385551 (patch)
tree9add53ef43e102e41d778c0a06b1d74b98f22004 /readme.txt
parentf11cfe16baa43dec387b4f3639f6f4fda3bb1369 (diff)
downloadChibiOS-ac1f65e8f8a10bd41d8c46b8427d676bd3385551.tar.gz
ChibiOS-ac1f65e8f8a10bd41d8c46b8427d676bd3385551.tar.bz2
ChibiOS-ac1f65e8f8a10bd41d8c46b8427d676bd3385551.zip
UART driver model, no implementations yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2087 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 ac5039db5..375a8d826 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,6 +76,8 @@
3025549)(backported to 2.0.2).
- FIX: Added option to enforce the stack alignment to 32 or 64 bits in the
Cortex-Mx port (bug 3025133)(backported to 2.0.2).
+- NEW: New UART device driver model, this device driver allows unbuffered,
+ callback driven access to UART-type devices.
- NEW: Added friendly interrupt vectors names to the STM32 HAL (change request
3023944).
- NEW: Added support for SPI3 in the STM32 HAL.