aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-25 10:13:26 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-25 10:13:26 +0000
commit6857f4ff339826e7c5b2f26cf19d6275208631e6 (patch)
treeb74c367dbe261dea36de4021ed391adeed59ed45 /readme.txt
parenta4272b606f1a92b9c47d57c918f4296f58f0b2cc (diff)
downloadChibiOS-6857f4ff339826e7c5b2f26cf19d6275208631e6.tar.gz
ChibiOS-6857f4ff339826e7c5b2f26cf19d6275208631e6.tar.bz2
ChibiOS-6857f4ff339826e7c5b2f26cf19d6275208631e6.zip
USBv1 performance improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8643 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 8f977d245..e7e1d7152 100644
--- a/readme.txt
+++ b/readme.txt
@@ -77,6 +77,8 @@
- HAL: Introduced preliminary support for STM32F7xx devices.
- HAL: Introduced preliminary support for STM32L4xx devices.
- HAL: Introduced preliminary support for STM32L0xx devices.
+- HAL: Increased performance of USBv1 and OTGv1 driver thanks to better
+ data copying code.
- HAL: Enhanced Serial-USB driver using the new buffers queues object.
- HAL: Simplified USB driver, queued API has been removed.
- HAL: Enhanced the CAN driver with I-class functions. Now it is possible