Fixed bug #1213.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15390 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
7845c2b50d
commit
4a6ea63068
|
@ -382,7 +382,7 @@ do { \
|
||||||
osalSysUnlockFromISR(); \
|
osalSysUnlockFromISR(); \
|
||||||
}
|
}
|
||||||
#else /* !SPI_USE_SYNCHRONIZATION */
|
#else /* !SPI_USE_SYNCHRONIZATION */
|
||||||
#define __spi_wakeup_isr(spip)
|
#define __spi_wakeup_isr(spip, msg)
|
||||||
#endif /* !SPI_USE_SYNCHRONIZATION */
|
#endif /* !SPI_USE_SYNCHRONIZATION */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -110,6 +110,8 @@
|
||||||
ARMv7-M and ARMv8-M-ML.
|
ARMv7-M and ARMv8-M-ML.
|
||||||
- NEW: On STM32WBxx added a check on STM32_LSI_ENABLE required by IWDG.
|
- NEW: On STM32WBxx added a check on STM32_LSI_ENABLE required by IWDG.
|
||||||
- NEW: Added SPIv2 support also to STM32WB and STM32WL.
|
- NEW: Added SPIv2 support also to STM32WB and STM32WL.
|
||||||
|
- FIX: Fixed SPIv2 driver compile fails when SPI_USE_SYNCHRONIZATION is FALSE
|
||||||
|
(bug #1213)(backported to 21.11.2).
|
||||||
- FIX: Fixed invalid state transition in SNOR flash driver (bug #1212)
|
- FIX: Fixed invalid state transition in SNOR flash driver (bug #1212)
|
||||||
(backported to 20.3.5)(backported to 21.11.2).
|
(backported to 20.3.5)(backported to 21.11.2).
|
||||||
- FIX: Fixed missing exit condition in sioSynchronizeRX() and
|
- FIX: Fixed missing exit condition in sioSynchronizeRX() and
|
||||||
|
|
Loading…
Reference in New Issue