File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
bsp/stm32/stm32f407-micu/board Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,23 @@ menu "Onboard Peripheral Drivers"
2424 select RT_USING_SFUD
2525 default n
2626
27+ config BSP_USING_AHT20
28+ bool "Enable AHT20(i2c1)"
29+ select BSP_USING_I2C
30+ select BSP_USING_I2C1
31+ select PKG_USING_SENSORS_DRIVERS
32+ select PKG_USING_AHT10
33+ default n
34+
35+ config BSP_USING_ICM20608
36+ bool "Enable ICM20608(i2c1)"
37+ select BSP_USING_I2C
38+ select BSP_USING_I2C1
39+ select PKG_USING_SENSORS_DRIVERS
40+ select PKG_USING_ICM20608
41+ default n
42+
43+
2744endmenu
2845
2946menu "On-chip Peripheral Drivers"
@@ -226,6 +243,16 @@ endmenu
226243
227244menu "Board extended module Drivers"
228245
246+ config BSP_USING_SSD1306
247+ bool "Enable SSD1306 OLED"
248+ select BSP_USING_I2C
249+ select BSP_USING_I2C2
250+ select PKG_USING_SSD1306
251+ default n
252+ help
253+ Enable SSD1306 OLED display (connected to I2C2 on this board).
254+
255+
229256endmenu
230257
231258endmenu
You can’t perform that action at this time.
0 commit comments