Fixed bug #1202.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15169 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
1782134e6f
commit
eb5c5ba204
|
@ -1173,9 +1173,9 @@
|
||||||
#define STM32_I2C3_TX_DMA_CHN 0x00000030
|
#define STM32_I2C3_TX_DMA_CHN 0x00000030
|
||||||
|
|
||||||
#define STM32_HAS_I2C4 TRUE
|
#define STM32_HAS_I2C4 TRUE
|
||||||
#define STM32_I2C4_RX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(2, 2))
|
#define STM32_I2C4_RX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(2, 1))
|
||||||
#define STM32_I2C4_RX_DMA_CHN 0x00000000
|
#define STM32_I2C4_RX_DMA_CHN 0x00000000
|
||||||
#define STM32_I2C4_TX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(2, 1))
|
#define STM32_I2C4_TX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(2, 2))
|
||||||
#define STM32_I2C4_TX_DMA_CHN 0x00000000
|
#define STM32_I2C4_TX_DMA_CHN 0x00000000
|
||||||
|
|
||||||
/* QUADSPI attributes.*/
|
/* QUADSPI attributes.*/
|
||||||
|
|
|
@ -76,6 +76,7 @@
|
||||||
*** 20.3.5 ***
|
*** 20.3.5 ***
|
||||||
- FIX: Fixed wrong number of CAN filters for STM32L496/9A6 (bug #1204).
|
- FIX: Fixed wrong number of CAN filters for STM32L496/9A6 (bug #1204).
|
||||||
- FIX: Fixed DMA stream not disabled in STM32 QUADSPIv1 driver (bug #1203).
|
- FIX: Fixed DMA stream not disabled in STM32 QUADSPIv1 driver (bug #1203).
|
||||||
|
- FIX: Fixed I2C4 DMA streams for STM32L496 (bug #1202).
|
||||||
- FIX: Fixed STM32_SDMMC2_NUMBER on STM32H7 (bug #1201).
|
- FIX: Fixed STM32_SDMMC2_NUMBER on STM32H7 (bug #1201).
|
||||||
|
|
||||||
*** 20.3.4 ***
|
*** 20.3.4 ***
|
||||||
|
|
Loading…
Reference in New Issue