Cargo Features

openmv_h7_bsp has no features set by default.

[dependencies]
openmv_h7_bsp = { version = "0.1.2", features = ["breakout", "rttdebug", "mt9v034"] }
breakout

support for NUCLEO-H743ZI2 breakout board

rttdebug = panic-rtt-core

support for rtt debug output

mt9v034 = mt9v034-i2c

enable support for MT9V034 global shutter image sensor

Affects board::Board.mt9v034_config, board::Mt9v034Configurator

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

panic-rtt-core rttdebug?

Enables panic-rtt-core ^0.1.1

mt9v034-i2c mt9v034?