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:
cinsights 2021-04-17 07:59:41 +00:00
parent a98dc3fcca
commit 43d0ad4075
9 changed files with 32 additions and 0 deletions

View File

@ -45,6 +45,9 @@
/* RNG attributes.*/
#define STM32_HAS_RNG1 FALSE
/* SPI attributes. */
#define STM32_HAS_SPIR FALSE
/*===========================================================================*/
/* STM32F030x4, STM32F030x6, STM32F030x8, STM32F030xC. */
/*===========================================================================*/

View File

@ -33,6 +33,14 @@
* @name STM32F37x capabilities
* @{
*/
/*===========================================================================*/
/* Common. */
/*===========================================================================*/
/* SPI attributes. */
#define STM32_HAS_SPIR FALSE
/*===========================================================================*/
/* STM32F373xC. */
/*===========================================================================*/

View File

@ -48,6 +48,9 @@
/* RNG attributes.*/
#define STM32_HAS_RNG1 TRUE
/* SPI attributes. */
#define STM32_HAS_SPIR FALSE
/*===========================================================================*/
/* STM32F303xC. */
/*===========================================================================*/

View File

@ -78,6 +78,9 @@
#define STM32_HAS_CRYP1 FALSE
#endif
/* SPI attributes. */
#define STM32_HAS_SPIR FALSE
/*===========================================================================*/
/* STM32F722xx, STM32F723xx, STM32F732xx, STM32F733xx. */
/*===========================================================================*/

View File

@ -84,6 +84,9 @@
#define STM32_HAS_CRYP1 FALSE
#endif
/* SPI attributes. */
#define STM32_HAS_SPIR FALSE
/*===========================================================================*/
/* STM32G070xx. */
/*===========================================================================*/

View File

@ -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. */
/*===========================================================================*/

View File

@ -74,6 +74,9 @@
/* I2C attributes.*/
#define STM32_I2C4_USE_BDMA FALSE
/* SPI attributes. */
#define STM32_HAS_SPIR FALSE
/*===========================================================================*/
/* STM32L4yyxx+. */
/*===========================================================================*/

View File

@ -71,6 +71,9 @@
#define STM32_HAS_CRYP1 FALSE
#endif
/* SPI attributes. */
#define STM32_HAS_SPIR FALSE
/*===========================================================================*/
/* STM32L432xx, STM32L433xx. */
/*===========================================================================*/

View File

@ -68,6 +68,9 @@
#define STM32_HAS_HASH1 TRUE
#define STM32_HAS_CRYP1 TRUE
/* SPI attributes. */
#define STM32_HAS_SPIR FALSE
/*===========================================================================*/
/* STM32WB55xx. */
/*===========================================================================*/