You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to properly import the embassy_stm32::cordic module regardless of how I configure my project. I tried looking for feature definitions, but it seems like the cordic module should only be disabled for two specific stm32 variants:
Thank you, I just found the part in the embassy book about using git repo dependencies. I can do that. I don't know why, but that has always made me a little uncomfortable. It seems like embassy hasn't had a versioned release in quite a while. Is there a schedule or milestone-based target for version releases?
I can't seem to properly import the
embassy_stm32::cordic
module regardless of how I configure my project. I tried looking for feature definitions, but it seems like the cordic module should only be disabled for two specific stm32 variants:https://github.com/embassy-rs/embassy/blob/a4f8fddd696ca2e3705827ba4b3806cbadcb3134/embassy-stm32/src/lib.rs#L59C1-L59C52
The docs also show this as available for the exact processor that I'm using:
https://docs.embassy.dev/embassy-stm32/git/stm32g474ce/cordic/index.html
For reference, this is my dependency statement:
The text was updated successfully, but these errors were encountered: