-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HAL support #1
Comments
I see there is a PR for H7, we really need this. How can I participate? |
Hi! @yorickdewid This create is at an early stage of development, but you can already start experimenting by checking out this crate locally and using the patch functionality in cargo. Bug fixes, usage reports and documentation are really appreciated! In the [patch.crates-io]
stm32h7xx-hal = { git = "https://github.com/richardeoin/stm32h7xx-hal/tree/fdcan-fdcan" }
fdcan = { path = "../path/to/your/checkout/folder" } |
I have the crate already running on the STMH7. So far no issues. However I have not tested the FD mode yet. |
PR for the stm32g4xx-hal crate here: PR. |
Usage for the SMT32G4 HAL has been merged: stm32-rs/stm32g4xx-hal#39 |
To make this crate useful and worth maintaining, it's helpful if it is used in at least a couple of HALs
The text was updated successfully, but these errors were encountered: