diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-08 10:43:31 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-08 10:43:31 +0000 |
commit | aa7557a5f206124dc232343be2010f7d9b82e267 (patch) | |
tree | 0a84f3ded31ee0ad2d63d283af0ea7ce8b0fdab6 /readme.txt | |
parent | 4376041f33960189d088ac3d87b7cab178269484 (diff) | |
download | ChibiOS-aa7557a5f206124dc232343be2010f7d9b82e267.tar.gz ChibiOS-aa7557a5f206124dc232343be2010f7d9b82e267.tar.bz2 ChibiOS-aa7557a5f206124dc232343be2010f7d9b82e267.zip |
USB suspend mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8286 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index f7765b938..576aeecf5 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,9 @@ *****************************************************************************
*** 3.1.0 ***
+- HAL: Modified the USB driver to have a separate USB_SUSPENDED state, this
+ allows the application to detect if the USB is communicating or if
+ it is disconnected or powered down.
- HAL: Added wake-up and suspend events to the STM32 OTGv1 driver.
- HAL: STM32 USB/OTG buffers and queues do not more require to be aligned in
position and size.
|