embedded-error icon indicating copy to clipboard operation
embedded-error copied to clipboard

A universal set of specific error kinds for use in embedded systems

Results 6 embedded-error issues
Sort by recently updated
recently updated
newest added

This library models a serial error as such: ```rust pub enum SerialError { Overrun, FrameFormat, Parity, Noise, Impl(ImplError), } ``` However, the NXP i.MX RT1062 can report multiple errors per...

We need an enum of error kinds suitable for ADC (Analog->Digital Conversion) errors. Checklist for the implementation: - [ ] Public enumeration for an embedded peripheral with a recognisable name,...

good first issue

We need an enum of error kinds suitable for Timer errors. Checklist for the implementation: - [ ] Public enumeration for an embedded peripheral with a recognisable name, marked as...

good first issue

We need an enum of error kinds suitable for PWM (Pulse Width Modulation) errors. Checklist for the implementation: - [ ] Public enumeration for an embedded peripheral with a recognisable...

good first issue

We need an enum of error kinds suitable for CAN (Controller Area Network) errors. Checklist for the implementation: - [ ] Public enumeration for an embedded peripheral with a recognisable...

good first issue

We need an enum of error kinds suitable for I2S (Inter-IC Sound) errors. Checklist for the implementation: - [ ] Public enumeration for an embedded peripheral with a recognisable name,...

good first issue