Crates.io | fdcan |
lib.rs | fdcan |
version | 0.2.1 |
source | src |
created_at | 2022-03-18 21:28:02.381679 |
updated_at | 2024-09-04 20:45:50.45334 |
description | STM32 FDCAN peripheral driver |
homepage | |
repository | https://github.com/stm32-rs/fdcan.git |
max_upload_size | |
id | 552914 |
size | 849,693 |
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.
Add an entry to your Cargo.toml
:
[dependencies]
fdcan = "0.2.1"
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.
See CHANGELOG.md.