diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-09 18:52:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-09 18:52:34 +0000 |
commit | cef1ea693ef78330b4f081421a3c84fbdd6d0392 (patch) | |
tree | e9706cde1b6ff417211d51ab1074e34c804c128c /readme.txt | |
parent | 5770d1835ff33f0b6c72ecd3ce6d2402868ed19b (diff) | |
download | ChibiOS-cef1ea693ef78330b4f081421a3c84fbdd6d0392.tar.gz ChibiOS-cef1ea693ef78330b4f081421a3c84fbdd6d0392.tar.bz2 ChibiOS-cef1ea693ef78330b4f081421a3c84fbdd6d0392.zip |
Added USART6 support to STM32 UART/mcuconf.h(v1) driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4447 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 1a51da95e..becdc6eba 100644 --- a/readme.txt +++ b/readme.txt @@ -162,6 +162,8 @@ 3484947)(backported to 2.4.1).
- FIX: Fixed various minor documentation errors (bug 3484942)(backported
to 2.4.1).
+- NEW: Added USART6 support to the STM32 UARTv1 driver, contributed by Erik
+ van der Zalm.
- NEW: Added demo for Arduino Mega, contributed by Fabio Utzig.
- NEW: Added support for ATmega1280, contributed by Fabio Utzig.
- NEW: Added I2C driver for AVR, contributed by Fabio Utzig.
|