Skip to content

embedded_can Driver and no_std support #39

@pbert519

Description

@pbert519

Is it planned to support no_std, too?
If yes, we should probably add the no_std flag as soon as possible, before to much std code is in place.

The embedded-can trait already provides a can driver abstraction and has some implementations, e.g. for socketcan and microcontrollers, like stm32 and similar, see https://crates.io/crates/embedded-can

I would be open to contributing a implementation if no_std is in scope for this project.

For the basics j1939, i created a very work in progress j1939 library in no_std rust.
https://github.com/pbert519/j1939
Maybe some parts are reusable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions