xmos / fwk_rtos

RTOS Framework
Other
8 stars 20 forks source link

Add to the device_control I2C transport for supporting new callback functions #57

Closed shuchitak closed 2 years ago

shuchitak commented 2 years ago

Thank you for submitting an SDK feature request. Please provide as much information you can.

Describe the feature Device control I2C slave transport code needs to be updated to support the new callback functions added in https://github.com/xmos/fwk_rtos/issues/52 and https://github.com/xmos/fwk_rtos/issues/56. Extra error handling code also needs adding in order to verify the received command and optionally be able to nack in case of error.

Will this change any current APIs? How?

Who will benefit with this feature? XVF3800 control plane implementation

Any Other info

shuchitak commented 2 years ago

We've decided that we'll not nack based on application errors in the xvf3800 design so change in device control I2C transport code is not needed.