diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-20 07:55:04 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-20 07:55:04 +0000 |
commit | d09ba20cf3598f561013fc448076cf83ac7d5594 (patch) | |
tree | 7e86cb313e98546c7fdc5cf2393d4bc157b1b114 /readme.txt | |
parent | dfc15ba56d3529d12d5d2806dfe1280250438649 (diff) | |
download | ChibiOS-d09ba20cf3598f561013fc448076cf83ac7d5594.tar.gz ChibiOS-d09ba20cf3598f561013fc448076cf83ac7d5594.tar.bz2 ChibiOS-d09ba20cf3598f561013fc448076cf83ac7d5594.zip |
Differential mode for STM32F3xx ADC driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8305 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index fda90e024..9f82c5cb8 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,7 @@ *****************************************************************************
*** 3.1.0 ***
+- HAL: Added support for differential mode to the STM32F3xx ADC driver.
- HAL: Experimental isochronous capability added to STM32 OTGv1 driver.
- 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
|