aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-25 09:00:31 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-25 09:00:31 +0000
commita4272b606f1a92b9c47d57c918f4296f58f0b2cc (patch)
treea0cabc93a5617473dc4251f9a33c215a175de36d
parent4b601a5d0fd06f8e238c17fb96633100ecc59503 (diff)
downloadChibiOS-a4272b606f1a92b9c47d57c918f4296f58f0b2cc.tar.gz
ChibiOS-a4272b606f1a92b9c47d57c918f4296f58f0b2cc.tar.bz2
ChibiOS-a4272b606f1a92b9c47d57c918f4296f58f0b2cc.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8642 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 490651eee..8f977d245 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: 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
to exchange frames from ISRs.
- HAL: Added watchdog driver model (WDG) and STM32 implementation on IWDG.