Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions bsp/stm32/stm32f407-micu/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@ menu "Onboard Peripheral Drivers"
select RT_USING_SFUD
default n

config BSP_USING_AHT20
bool "Enable AHT20(i2c1)"
select BSP_USING_I2C
select BSP_USING_I2C1
select PKG_USING_SENSORS_DRIVERS
select PKG_USING_AHT10
default n

config BSP_USING_ICM20608
bool "Enable ICM20608(i2c1)"
select BSP_USING_I2C
select BSP_USING_I2C1
select PKG_USING_SENSORS_DRIVERS
select PKG_USING_ICM20608
default n


endmenu

menu "On-chip Peripheral Drivers"
Expand Down Expand Up @@ -226,6 +243,16 @@ endmenu

menu "Board extended module Drivers"

config BSP_USING_SSD1306
bool "Enable SSD1306 OLED"
select BSP_USING_I2C
select BSP_USING_I2C2
select PKG_USING_SSD1306
default n
help
Enable SSD1306 OLED display (connected to I2C2 on this board).


endmenu

endmenu