aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-12 15:19:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-12 15:19:11 +0000
commitb01b63ed5aa6d47ac5f165b9944bbe5e140cd817 (patch)
tree3ea3fcda58672b3f8bb2df7feec6a3b2e0278809 /readme.txt
parent8ceaa9ca9916fda5ff51016170a2aa53766032a3 (diff)
downloadChibiOS-b01b63ed5aa6d47ac5f165b9944bbe5e140cd817.tar.gz
ChibiOS-b01b63ed5aa6d47ac5f165b9944bbe5e140cd817.tar.bz2
ChibiOS-b01b63ed5aa6d47ac5f165b9944bbe5e140cd817.zip
UART driver model improvements, templates and STM32 implementation updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2125 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 0fe86244b..aded26ed0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -68,6 +68,8 @@
2.0.3).
- FIX: Fixed a documentation error regarding the ADC driver function
adcStartConversion() (bug 3039890)(backported to 2.0.3).
+- NEW: Added to the UART driver the capability to return the number of
+ not yet transferred frames when stopping an operation.
- NEW: Added more compile-time checks to the various STM32 device drivers.
- NEW: Added a simple STM32 ADC demo under ./testhal/STM32/ADC.
- NEW: Added a simple STM32 CAN demo under ./testhal/STM32/CAN.