modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
748 stars 132 forks source link

Most UART drivers don't implement the full `modm::Uart` interface #1056

Open chris-durand opened 1 year ago

chris-durand commented 1 year ago

Many drivers don't implement the full modm::Uart interface, e.g. clearError() is only present in the STM32 and the RTT driver.