git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9909 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-11-15 10:33:21 +00:00
parent e2a65dd288
commit 51547d75b4
2 changed files with 2 additions and 2 deletions

View File

@ -587,8 +587,7 @@
#define STM32_HAS_ADC2 TRUE
#define STM32_ADC2_HANDLER Vector88
#define STM32_ADC2_NUMBER 18
#define STM32_ADC2_DMA_MSK (STM32_DMA_STREAM_ID_MSK(2, 1) |\
STM32_DMA_STREAM_ID_MSK(2, 3))
#define STM32_ADC2_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 2))
#define STM32_ADC2_DMA_CHN 0x00000000
#define STM32_HAS_ADC3 FALSE

View File

@ -73,6 +73,7 @@
*****************************************************************************
*** 16.1.6 ***
- HAL: Fixed wrong DMA definition for STM32F303x8 ADC (bug #790).
- VAR: Fixed GCC garbage collector discards code in syscalls.c (bug #789).
- HAL: Fixed Makefile dependencies not generated for .S files (bug #787).
- HAL: Fixed OTGv1 driver not functional on STM32L4 (bug #786).