Replies: 1 comment 1 reply
-
Typically, with I2cDriver we wrap an Fw::Buffer around static memory:
Since the LinuxI2CDriver ports are |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to properly organize topology that has I2C driver used by multiple components?
I2cDriverPorts implies using of Fw.Buffer. Does it mean that I2C driver also must have allocate and deallocate ports? LinuxI2cDriver doesn't have allocate/deallocate ports.
Are there any reference examples for I2C driver usage?
Beta Was this translation helpful? Give feedback.
All reactions