Skip to content
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

Open
3 tasks
richardeoin opened this issue Nov 11, 2021 · 5 comments
Open
3 tasks

HAL support #1

richardeoin opened this issue Nov 11, 2021 · 5 comments

Comments

@richardeoin
Copy link
Member

To make this crate useful and worth maintaining, it's helpful if it is used in at least a couple of HALs

  • stm32g4xx-hal
  • stm32h7xx-hal - PR here
  • stm32g0xx-hal
@yorickdewid
Copy link
Contributor

I see there is a PR for H7, we really need this. How can I participate?

@richardeoin
Copy link
Member Author

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 Cargo.toml of your project:

[patch.crates-io]
stm32h7xx-hal = { git = "https://github.com/richardeoin/stm32h7xx-hal/tree/fdcan-fdcan" }
fdcan = { path = "../path/to/your/checkout/folder" }

@yorickdewid
Copy link
Contributor

I have the crate already running on the STMH7. So far no issues. However I have not tested the FD mode yet.

@luctius
Copy link
Collaborator

luctius commented Dec 13, 2021

PR for the stm32g4xx-hal crate here: PR.

@kevswims
Copy link

Usage for the SMT32G4 HAL has been merged: stm32-rs/stm32g4xx-hal#39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants