bxcan-ng

Crates.iobxcan-ng
lib.rsbxcan-ng
version0.8.0
sourcesrc
created_at2024-08-03 22:24:20.020697
updated_at2024-08-03 22:24:20.020697
descriptionSTM32 bxCAN peripheral driver
homepage
repositoryhttps://github.com/stm32-rs/bxcan.git
max_upload_size
id1324564
size298,480
Guinea Wheek (guineawheek)

documentation

https://docs.rs/bxcan/

README

bxCAN peripheral driver

crates.io docs.rs CI

This crate implements a driver for the bxCAN peripheral found in many low- to middle-end STM32 and STM32-like microcontrollers.

Please refer to the changelog to see what changed in the last releases.

Usage

Add an entry to your Cargo.toml:

[dependencies]
bxcan-ng = "0.8.0"

Check the API Documentation for how to use the crate's functionality.

Rust version support

This crate supports at least the 3 latest stable Rust releases. Bumping the minimum supported Rust version (MSRV) is not considered a breaking change as long as these 3 versions are still supported.

Commit count: 180

cargo fmt