aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-09 18:52:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-09 18:52:34 +0000
commitcef1ea693ef78330b4f081421a3c84fbdd6d0392 (patch)
treee9706cde1b6ff417211d51ab1074e34c804c128c /readme.txt
parent5770d1835ff33f0b6c72ecd3ce6d2402868ed19b (diff)
downloadChibiOS-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.txt2
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.