git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13738 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-07-06 09:24:54 +00:00
parent cca68aaaaa
commit 0af4a1c954
2 changed files with 3 additions and 0 deletions

View File

@ -380,6 +380,7 @@
#endif #endif
#if STM32_I2C_USE_I2C4 #if STM32_I2C_USE_I2C4
#define STM32_I2C_BDMA_REQUIRED
#if !defined(STM32_BDMA_REQUIRED) #if !defined(STM32_BDMA_REQUIRED)
#define STM32_BDMA_REQUIRED #define STM32_BDMA_REQUIRED
#endif #endif

View File

@ -77,6 +77,8 @@
- NEW: Added a new setting to STM32 USBv1 allowing for some clock deviation - NEW: Added a new setting to STM32 USBv1 allowing for some clock deviation
from 48MHz. Renamed setting USB_HOST_WAKEUP_DURATION to from 48MHz. Renamed setting USB_HOST_WAKEUP_DURATION to
STM32_USB_HOST_WAKEUP_DURATION for consistency. STM32_USB_HOST_WAKEUP_DURATION for consistency.
- FIX: Fixed missing STM32_I2C_BDMA_REQUIRED definition in I2Cv3 driver
(bug #1109).
- FIX: Fixed wrong definitions in SPC563M board files (bug #1108). - FIX: Fixed wrong definitions in SPC563M board files (bug #1108).
- FIX: Fixed cortex-M vectors table alignment problem (bug #1107). - FIX: Fixed cortex-M vectors table alignment problem (bug #1107).
- FIX: Fixed extra condition in MAC driver macWaitTransmitDescriptor() function - FIX: Fixed extra condition in MAC driver macWaitTransmitDescriptor() function