git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@14046 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-02-13 08:56:18 +00:00
parent 6323e44da3
commit 3cdf4899c0
2 changed files with 2 additions and 1 deletions

View File

@ -429,7 +429,7 @@
#error "Invalid DMA priority assigned to SPI6" #error "Invalid DMA priority assigned to SPI6"
#endif #endif
#if STM32_SPI_USE_SPI1 || STM32_SPI_USE_SPI2 || STM32_SPI_USE_SPI1 || \ #if STM32_SPI_USE_SPI1 || STM32_SPI_USE_SPI2 || STM32_SPI_USE_SPI3 || \
STM32_SPI_USE_SPI4 || STM32_SPI_USE_SPI5 STM32_SPI_USE_SPI4 || STM32_SPI_USE_SPI5
#define STM32_SPI_DMA_REQUIRED #define STM32_SPI_DMA_REQUIRED
#if !defined(STM32_DMA_REQUIRED) #if !defined(STM32_DMA_REQUIRED)

View File

@ -76,6 +76,7 @@
*** 20.3.3 *** *** 20.3.3 ***
- NEW: RT, NIL: Renamed _THREADS_QUEUE_DECL to THREADS_QUEUE_DECL for - NEW: RT, NIL: Renamed _THREADS_QUEUE_DECL to THREADS_QUEUE_DECL for
consistency. consistency.
- FIX: Fixed wrong macro check on STM32 SPIv3 (bug #1144).
- FIX: Fixed wrong check on STM32 TIM9 timer (bug #1143). - FIX: Fixed wrong check on STM32 TIM9 timer (bug #1143).
- FIX: Fixed FAT time problem in RTC driver (bug #1142). - FIX: Fixed FAT time problem in RTC driver (bug #1142).
- FIX: Fixed Heap allocation of aligned FIFO objects in chFactory (bug #1141). - FIX: Fixed Heap allocation of aligned FIFO objects in chFactory (bug #1141).