-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
up_i2cuninitialize symbol missing #197
Comments
Could you look at this PR? |
Hello @tadziopazur . Did you meet compilation error? |
Set up with:
Build
The last lines of the output:
|
I have a workaround the problem in our application code:
but that's just a workaround.. |
@tadziopazur |
Around no issue. What should I make out of it -- are you trying to say it has been fixed by now, or that it is not an issue at all that there is an app in the tree that cannot be built? |
@tadziopazur You already modified it. Right? Is there any another issue related this? |
…s buffer size (Samsung#197) Currently there's no way to get buffer size before pcm_open. But audio already include ioctl to get buffer size, so bring size of buffer without calculation based on current framecount & framesize
The up_i2cuninitialize function is required by i2c tool, that is in the source tree, i.e.:
https://github.com/Samsung/TizenRT/blob/master/apps/system/i2c/i2c_bus.c#L105
and other files in the same directory.
The text was updated successfully, but these errors were encountered: