37#if !defined(ACTIVE_PLATFORM)
38#define ACTIVE_PLATFORM STM32_PLATFORM
41#if (ACTIVE_PLATFORM == STM32_PLATFORM)
43#define spi_init_extra_params stm32_spi_extra_init_params
44#define uart_extra_init_params stm32_uart_extra_init_params
The file contain common macros that needs to be followed same across all the projects.
Header file for STM32 platform configurations.