diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-08 12:28:44 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-08 12:28:44 +0000 |
commit | e5833b6a09786844ae09f389d768accec9678026 (patch) | |
tree | 879fb45694cc431f39098e05c9ae6c0e9cde8c0e /readme.txt | |
parent | aa7557a5f206124dc232343be2010f7d9b82e267 (diff) | |
download | ChibiOS-e5833b6a09786844ae09f389d768accec9678026.tar.gz ChibiOS-e5833b6a09786844ae09f389d768accec9678026.tar.bz2 ChibiOS-e5833b6a09786844ae09f389d768accec9678026.zip |
Disconnect handling in SDU driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8287 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 576aeecf5..6d3ba394b 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,9 @@ *****************************************************************************
*** 3.1.0 ***
+- HAL: Modified the serial-USB driver to reject write/read attempts if the
+ underlying USB is not in active state. In case of disconnection the
+ SDU driver broadcasts a CHN_DISCONNECTED event.
- 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.
|