menu "Hardware Drivers Config" config SOC_STM32F091RC bool select SOC_SERIES_STM32F0 default y menu "Onboard Peripheral Drivers" config BSP_USING_USB_TO_USART bool "Enable USB TO USART (uart2)" select BSP_USING_UART2 default y endmenu menu "On-chip Peripheral Drivers" config BSP_USING_GPIO bool "Enable GPIO" select RT_USING_PIN default y config BSP_USING_UART1 bool "Enable UART1" select RT_USING_SERIAL default n config BSP_USING_UART2 bool "Enable UART2" select RT_USING_SERIAL default y config BSP_USING_SPI1 bool "Enable SPI1 BUS" select RT_USING_SPI default n menuconfig BSP_USING_I2C1 bool "Enable I2C1 BUS (software simulation)" default n select RT_USING_I2C select RT_USING_I2C_BITOPS select RT_USING_PIN if BSP_USING_I2C1 config BSP_I2C1_SCL_PIN int "i2c1 scl pin number" range 1 216 default 34 config BSP_I2C1_SDA_PIN int "I2C1 sda pin number" range 1 216 default 35 endif menuconfig BSP_USING_TIM bool "Enable timer" default n select RT_USING_HWTIMER if BSP_USING_TIM config BSP_USING_TIM14 bool "Enable TIM14" default n config BSP_USING_TIM16 bool "Enable TIM16" default n config BSP_USING_TIM17 bool "Enable TIM17" default n endif menuconfig BSP_USING_PWM bool "Enable pwm" default n select RT_USING_PWM if BSP_USING_PWM menuconfig BSP_USING_PWM2 bool "Enable timer2 output pwm" default n if BSP_USING_PWM2 config BSP_USING_PWM2_CH4 bool "Enable PWM2 channel4" default n endif endif menuconfig BSP_USING_ADC bool "Enable ADC" default n select RT_USING_ADC if BSP_USING_ADC config BSP_USING_ADC1 bool "Enable ADC1" default n endif config BSP_USING_ON_CHIP_FLASH bool "Enable on-chip FLASH" default n config BSP_USING_ONCHIP_RTC bool "Enable RTC" select RT_USING_RTC select RT_USING_LIBC default n config BSP_USING_WDT bool "Enable Watchdog Timer" select RT_USING_WDT default n endmenu menu "Board extended module Drivers" endmenu endmenu