27#define ACTIVE_PLATFORM STM32_PLATFORM
29#if (ACTIVE_PLATFORM == STM32_PLATFORM)
32#define spi_extra_init_params stm32_spi_extra_init_params
33#define uart_extra_init_params stm32_uart_extra_init_params
34#define spi_ops stm32_spi_ops
36#error "No/Invalid active platform selected"
42#if defined(DEV_LTC2688)
43#define ACTIVE_DEVICE "LTC2688"
44#elif defined(DEV_LTC2686)
45#define ACTIVE_DEVICE "LTC2686"
47#define ACTIVE_DEVICE "LTC2688"
48#warning "No active device selected. LTC2688 is assumed as default"
The file contain common macros that needs to be followed same across all the projects.
Header file for STM32 platform configurations.