-
-
Notifications
You must be signed in to change notification settings - Fork 283
JIRA-560 I2C Bus Scan #198
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
Conversation
Qi indicated that the library, libarc32drv_arduino101.a, which contains these files, ss_dw_i2c.c and ss_i2c_iface.c, needs to be compiled manually. |
Instruction from Brian to manually compile the library in your local directory:
|
Sorry, the toolchain path is actually out of date for Bellatrix. We should build using the 1.0.1 toolchain now. You can download the toolchain from here, extract it and add to to your path. |
That is precisely the words I was looking for... Is there a way to flag it here, in gitHub, that the system library needs recompiling? Or should the developer build the library binary image and push it to the repo together with the pull request? I prefer Jerkins to build the library to eliminate any make environment differences that may exist in a developer's station. @bbaltz505 @bigdinotech @xieqi @calvinatintel |
@SidLeung @bbaltz505 @bigdinotech @calvinatintel |
@SidLeung @bbaltz505 @bigdinotech @calvinatintel |
@xieqi works well now. |
using read instead of write to avoid sending the extra byte when scaning I2C bus
@SidLeung @bigdinotech @calvinatintel |
@calvinatintel looks good. Please merge |
@linrjing @sgbihu
using read instead of write to avoid sending the extra byte when scaning I2C bus