<div dir="ltr">Hi all,<div><br></div><div>What started as an attempt to create a simple command line tool to perform pmbus device upgrades over i2c has turned into the start of a user-space i2c library (with some pmbus support).</div><div><br></div><div>I've already reused this library in some other obmc applications and it's been fairly well unit-tested. It also comes with all the public interfaces mocked (so you can unit test your own code).</div><div><br></div><div>The idea is that more and more classes get added that will support different pmbus devices. <br>General idea is that each device that gets support can expose methods to allow device upgrade, black box retrieval, etc..</div><div><br></div><div>Anyways, wanted to gauge community interest in this so I can determine how motivated I should be to upstream it.</div><div><br></div></div>