diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-06-02 12:49:52 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-06-02 12:49:52 +0000 |
commit | e2995ec061e53af408ae28525626e630cf970ad1 (patch) | |
tree | 2fe16eb1499fba2114d316933b7d9a2d89353a1e /readme.txt | |
parent | d511d35dea0fe7bfcc5c241eb1410a81bf0c8142 (diff) | |
download | ChibiOS-e2995ec061e53af408ae28525626e630cf970ad1.tar.gz ChibiOS-e2995ec061e53af408ae28525626e630cf970ad1.tar.bz2 ChibiOS-e2995ec061e53af408ae28525626e630cf970ad1.zip |
ADCv3 oversampling support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12074 110e8d01-0319-4d1e-a829-52ad28d1bb01
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 5df7337ea..27fae23d4 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,7 @@ *****************************************************************************
*** Next ***
+- NEW: Added support for oversampling in STM32 ADCv3 driver.
- NEW: Restructured the STM32F4xx HAL support, added support for STM32F413,
added ability to handle the TIMPRE bit, separated the clock tree in
two distinct implementation to reduce the proliferation of compiler
|