git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14354 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-05-08 08:27:44 +00:00
parent 3bd24546a9
commit 513a54fff1
2 changed files with 3 additions and 1 deletions

View File

@ -556,7 +556,7 @@ void adc_lld_stop(ADCDriver *adcp) {
* @notapi * @notapi
*/ */
void adc_lld_start_conversion(ADCDriver *adcp) { void adc_lld_start_conversion(ADCDriver *adcp) {
uint32_t dmamode, cfgr; uint32_t dmamode, cfgr = 0U;
const ADCConversionGroup *grpp = adcp->grpp; const ADCConversionGroup *grpp = adcp->grpp;
#if STM32_ADC_USE_ADC12 == TRUE #if STM32_ADC_USE_ADC12 == TRUE

View File

@ -134,6 +134,8 @@
MEMS Accelerometers. MEMS Accelerometers.
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1). - NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
- NEW: Added latency measurement test application. - NEW: Added latency measurement test application.
- FIX: Fixed warning in STM32 ADCv4 (bug #1158)
(backported to 20.3.4)(backported to 19.1.5).
- FIX: Fixed wrong check on HAL_USE_RTC in STM32G4 clock initialization - FIX: Fixed wrong check on HAL_USE_RTC in STM32G4 clock initialization
(bug #1157)(backported to 20.3.4). (bug #1157)(backported to 20.3.4).
- FIX: Fixed wrong checks related to PLLSAI2 on L4 and L4+ (bug #1156) - FIX: Fixed wrong checks related to PLLSAI2 on L4 and L4+ (bug #1156)