Set STM32_HAS_SPIR FALSE in registry of MCUs using SPIv2 (except WLxx)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14209 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
a98dc3fcca
commit
43d0ad4075
|
@ -45,6 +45,9 @@
|
|||
/* RNG attributes.*/
|
||||
#define STM32_HAS_RNG1 FALSE
|
||||
|
||||
/* SPI attributes. */
|
||||
#define STM32_HAS_SPIR FALSE
|
||||
|
||||
/*===========================================================================*/
|
||||
/* STM32F030x4, STM32F030x6, STM32F030x8, STM32F030xC. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -33,6 +33,14 @@
|
|||
* @name STM32F37x capabilities
|
||||
* @{
|
||||
*/
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Common. */
|
||||
/*===========================================================================*/
|
||||
|
||||
/* SPI attributes. */
|
||||
#define STM32_HAS_SPIR FALSE
|
||||
|
||||
/*===========================================================================*/
|
||||
/* STM32F373xC. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -48,6 +48,9 @@
|
|||
/* RNG attributes.*/
|
||||
#define STM32_HAS_RNG1 TRUE
|
||||
|
||||
/* SPI attributes. */
|
||||
#define STM32_HAS_SPIR FALSE
|
||||
|
||||
/*===========================================================================*/
|
||||
/* STM32F303xC. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -78,6 +78,9 @@
|
|||
#define STM32_HAS_CRYP1 FALSE
|
||||
#endif
|
||||
|
||||
/* SPI attributes. */
|
||||
#define STM32_HAS_SPIR FALSE
|
||||
|
||||
/*===========================================================================*/
|
||||
/* STM32F722xx, STM32F723xx, STM32F732xx, STM32F733xx. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -84,6 +84,9 @@
|
|||
#define STM32_HAS_CRYP1 FALSE
|
||||
#endif
|
||||
|
||||
/* SPI attributes. */
|
||||
#define STM32_HAS_SPIR FALSE
|
||||
|
||||
/*===========================================================================*/
|
||||
/* STM32G070xx. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -110,6 +110,9 @@
|
|||
#define STM32_HAS_PLLSAI1 FALSE
|
||||
#define STM32_HAS_PLLSAI2 FALSE
|
||||
|
||||
/* SPI attributes. */
|
||||
#define STM32_HAS_SPIR FALSE
|
||||
|
||||
/*===========================================================================*/
|
||||
/* STM32G473xx, STM32G4843xx, STM32G474xx, STM32G484xx. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -74,6 +74,9 @@
|
|||
/* I2C attributes.*/
|
||||
#define STM32_I2C4_USE_BDMA FALSE
|
||||
|
||||
/* SPI attributes. */
|
||||
#define STM32_HAS_SPIR FALSE
|
||||
|
||||
/*===========================================================================*/
|
||||
/* STM32L4yyxx+. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -71,6 +71,9 @@
|
|||
#define STM32_HAS_CRYP1 FALSE
|
||||
#endif
|
||||
|
||||
/* SPI attributes. */
|
||||
#define STM32_HAS_SPIR FALSE
|
||||
|
||||
/*===========================================================================*/
|
||||
/* STM32L432xx, STM32L433xx. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -68,6 +68,9 @@
|
|||
#define STM32_HAS_HASH1 TRUE
|
||||
#define STM32_HAS_CRYP1 TRUE
|
||||
|
||||
/* SPI attributes. */
|
||||
#define STM32_HAS_SPIR FALSE
|
||||
|
||||
/*===========================================================================*/
|
||||
/* STM32WB55xx. */
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue