git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13078 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2019-10-06 05:10:00 +00:00
parent 75d87b40f3
commit 4c33071e12
2 changed files with 4 additions and 2 deletions

View File

@ -237,7 +237,7 @@
#define STM32_I2C3_ERROR_NUMBER 73
#define STM32_I2C3_RX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 1) |\
STM32_DMA_STREAM_ID_MSK(1, 2))
#define STM32_I2C3_RX_DMA_CHN 0x00000300
#define STM32_I2C3_RX_DMA_CHN 0x00000310
#define STM32_I2C3_TX_DMA_MSK STM32_DMA_STREAM_ID_MSK(1, 4)
#define STM32_I2C3_TX_DMA_CHN 0x00030000
@ -717,7 +717,7 @@
#define STM32_I2C3_ERROR_NUMBER 73
#define STM32_I2C3_RX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 1) |\
STM32_DMA_STREAM_ID_MSK(1, 2))
#define STM32_I2C3_RX_DMA_CHN 0x00000300
#define STM32_I2C3_RX_DMA_CHN 0x00000310
#define STM32_I2C3_TX_DMA_MSK STM32_DMA_STREAM_ID_MSK(1, 4)
#define STM32_I2C3_TX_DMA_CHN 0x00030000

View File

@ -140,6 +140,8 @@
(backported to 19.1.4)(backported to 18.2.3).
- FIX: Fixed serial NOR driver wrong macro definition (bug #1044)
(backported to 19.1.4).
- FIX: Fixed STM32F7 I2C registry dma channel (bug #1043)
(backported to 19.1.4)(backported to 18.2.3).
- FIX: Fixed missing dummy cycles in memory map mode on STM32 QSPI driver
(bug #1042)(backported to 19.1.4).
- FIX: Fixed missing DMA definitions for STM32F412 I2C3 (bug #1041)