Fixed bug #1180.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14685 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
243ba25a28
commit
3cb253773a
|
@ -130,7 +130,7 @@
|
|||
/**
|
||||
* @brief Minimum ADC clock frequency.
|
||||
*/
|
||||
#define STM32_ADCCLK_MIN 6000000
|
||||
#define STM32_ADCCLK_MIN 600000
|
||||
|
||||
/**
|
||||
* @brief Maximum SDADC clock frequency in fast mode.
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
- NEW: EFL driver and demo for STM32F3xx.
|
||||
- NEW: New unit test subsystem under /os/test. Now it is officially
|
||||
ChibiOS/TEST.
|
||||
- FIX: Fixed error in STM32_ADCCLK_MIN for STM32F37x/hal_lld.h (bug #1180)
|
||||
(TBP)(backported to 20.3.4).
|
||||
- FIX: Fixed direct calls to RT in STM32 RTCv2 and RTCv3 (bug #1179)
|
||||
(TBP)(backported to 20.3.4).
|
||||
- FIX: Fixed STM32G071 mcuconf.h template not showing TIM14/15/16/17
|
||||
|
|
Loading…
Reference in New Issue