Skip to content

bsps/shared: Fix bug in driver for I2C RTCs

Christian Mauderer requested to merge c-mauderer/rtems:i2c-rtc-fix into main

Summary

bsps/shared: Fix bug in driver for I2C RTCs

The two RTCs supported by that driver (MCP7940M and EOZ9) use slightly different register order. Add support for a different order to the i2c-rtc driver.

Merge request reports