Make exti an optional feature
* Add embassy-stm32 build with exti * Add exti to examples
This commit is contained in:
@ -41,6 +41,7 @@ sdmmc-rs = ["embedded-sdmmc"]
|
||||
net = ["embassy-net", "vcell"]
|
||||
memory-x = ["stm32-metapac/memory-x"]
|
||||
subghz = []
|
||||
exti = []
|
||||
|
||||
# Features starting with `_` are for internal use only. They're not intended
|
||||
# to be enabled by other crates, and are not covered by semver guarantees.
|
||||
|
Reference in New Issue
Block a user