IRNAS / irnas-zephyr-template

Template for Zephyr Projects
3 stars 1 forks source link

Renode custom sensor chip #11

Closed MarkoSagadin closed 1 year ago

MarkoSagadin commented 1 year ago

Context

Create a custom sensor chip that can be emulated with the Renode so we can see needed effort to do that.

Related: #9

Required steps / Implementation details

Use STTS751 temperature chip for emulation. It is a good choice as it is supported in the Zephyr, but not in Renode and we have Nucleo shield that we can use for testing. This will require a deeper knowledge of the Renode ecosystem and C# code.

Definition of Done

Above is implemented, documented and reviewed.

MarkoSagadin commented 1 year ago

This was done in #12