rust-embedded / embedded-hal

A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
1.95k stars 197 forks source link

embedded-hal-bus: Implement `Display` and `std::error::Error` for `DeviceError` if possible. #575

Closed qwandor closed 7 months ago

qwandor commented 7 months ago

This makes error handling more convenient on platforms where std is available.

qwandor commented 6 months ago

Hi, any chance we could get a release including this fix sometime soon?