29#if !defined(ACTIVE_PLATFORM) 
   30#define ACTIVE_PLATFORM     STM32_PLATFORM 
   33#if (ACTIVE_PLATFORM == STM32_PLATFORM) 
   35#define spi_init_extra_params  stm32_spi_extra_init_params 
   36#define uart_extra_init_params  stm32_uart_extra_init_params 
   37#define hw_ldacb_extra_init_params stm32_gpio_ldac_init_params 
The file contain common macros that needs to be followed same across all the projects.
 
Header file for STM32 platform configurations.