Alex,
Can you resend with git-send-email? Also, please be sure to use the
same style as the rest of the file, or the RTEMS Style rules
otherwise. In particular, use { on same line as if, and spaces around
().
Other than style, I think this looks ok.
Gedare
On Wed, Apr 1, 2015 at 10:31 AM, Alex
Hello,
I am currently working on a project which uses I2C devices through libi2c
API.
The problem that I am facing is that this function:
rtems_libi2c_register_drv actually registeres the device before
drvtbl->ops->initialization_entry returns success or failure. This means
that it is impossible