Go to the documentation of this file.
38 #ifndef RTLIB_CONFIG_STM32F103_DEV_H_
39 #define RTLIB_CONFIG_STM32F103_DEV_H_
41 #if !defined(STM32F103VCT6)
42 #error "This configuration is designed for a STM32F103VCT6 device. (Did you set DEVICE in CMakeLists.txt correctly?)"
43 #endif // !defined(STM32F103VCT6)
46 #define LIB_LED0_PINOUT {GPIOB, GPIO0}
48 #define LIB_USE_BUTTON 1
49 #define LIB_BUTTON0_PINOUT {GPIOE, GPIO6}
51 #endif // RTLIB_CONFIG_STM32F103_DEV_H_