fdcan

Crates.iofdcan
lib.rsfdcan
version0.2.0
sourcesrc
created_at2022-03-18 21:28:02.381679
updated_at2023-07-09 16:03:34.888891
descriptionSTM32 FDCAN peripheral driver
homepage
repositoryhttps://github.com/stm32-rs/fdcan.git
max_upload_size
id552914
size849,341
Richard Meadows (richardeoin)

documentation

https://docs.rs/fdcan/

README

FDCAN peripheral driver

crates.io docs.rs CI

This crate implements a driver for the FDCAN peripheral found in high-end STM32 microcontrollers (G0, G4, H7, L5 series). The other CAN peripheral found on STM32 microcontrollers is bxCAN.

Usage

Add an entry to your Cargo.toml:

[dependencies]
fdcan = "0.2.0"

Minimum supported Rust version

The Minimum Supported Rust Version (MSRV) at the moment is 1.52.0. Older versions may compile, especially when some features are not used in your application.

Changelog

See CHANGELOG.md.

Commit count: 62

cargo fmt