From f4951385fd638a0fc6c1a2f835c4b1c240c8992b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 7 Apr 2023 17:27:51 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 940e1435..58309df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ will consitute of a breaking change warranting a new major release: # [unreleased] +## Added + +- Special I2C recovery handling. If the I2C bus is unavailable for whatever reason, the EIVE + system component will power-cycle all I2C devices by first going to the OFF/BOOT mode, then + power-cycling the 3V3 stack and rebooting the battery, and finally going back to safe mode. + If this does not restore the bus, a full reboot will be performed. This special sequence can + be commanded as well. + ## Fixed - RW Assembly: Correctly transition back to off when more than 1 devices is OFF. Also do this