Fixed bug #872.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_17.6.x@10407 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c41b029405
commit
4ccbe20518
|
@ -67,7 +67,7 @@
|
|||
/* DMA attributes.*/
|
||||
#define STM32_ADVANCED_DMA TRUE
|
||||
#define STM32_DMA_SUPPORTS_CSELR TRUE
|
||||
#define STM32_DMA1_NUM_CHANNELS 7
|
||||
#define STM32_DMA1_NUM_CHANNELS 5
|
||||
#define STM32_DMA2_NUM_CHANNELS 0
|
||||
#define STM32_DMA1_CH1_HANDLER Vector64
|
||||
#define STM32_DMA1_CH23_HANDLER Vector68
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 17.6.1 ***
|
||||
- HAL: Fixed invalid number of DMA channels on STM32L011 (bug #872).
|
||||
- HAL: Fixed STM32 USARTv2 serial incorrect buffer size declarations
|
||||
(bug #871).
|
||||
- HAL: Fixed board file configuration for STM32F3 Discovery REVC (bug #869).
|
||||
|
|
Loading…
Reference in New Issue