Removed HAL unrelated definitions.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15004 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
vrepetenko 2021-11-03 19:14:35 +00:00
parent d773c280f9
commit 98cc36b6e9
1 changed files with 0 additions and 20 deletions

View File

@ -124,15 +124,6 @@
RCC_AHB2ENR_GPIOBEN | \
RCC_AHB2ENR_GPIOCEN)
/* GTZC attributes.*/
#if defined(STM32WL55xx) || defined(STM32WL54xx) || defined(__DOXYGEN__)
#define STM32_HAS_GTZC_TZSC TRUE
#define STM32_HAS_GTZC_TZIC TRUE
#else
#define STM32_HAS_GTZC_TZSC FALSE
#define STM32_HAS_GTZC_TZIC FALSE
#endif /* defined(STM32WL55xx) || defined(STM32WL54xx) */
/* HSEM attributes.*/
#if defined(STM32WL55xx) || defined(STM32WL54xx) || defined(__DOXYGEN__)
#define STM32_HAS_HSEM TRUE
@ -169,17 +160,6 @@
/* QUADSPI attributes.*/
#define STM32_HAS_QUADSPI1 FALSE
/* SUBGHZ attributes.*/
#define STM32_HAS_SG TRUE
#if defined(STM32WLE5xx) || defined(STM32WL55xx) || defined(__DOXYGEN__)
#define STM32_SG_HAS_LORA_MODEM TRUE
#else
#define STM32_SG_HAS_LORA_MODEM FALSE
#endif /* defined(STM32WLE5xx) || defined(STM32WL55xx) */
#define STM32_SG_HAS_FSK_MODEM TRUE
#define STM32_SG_HAS_MSK_MODEM TRUE
#define STM32_SG_HAS_BPSK_MODEM TRUE
/* RNG attributes.*/
#define STM32_HAS_RNG1 TRUE