Page 1 of 1

Downloading lib_i2c

Posted: Thu Dec 07, 2017 1:06 am
by craig_modbot
Our build system must be able to retrieve a specific version of the libraries that we use. I am using lib_logging, lib_xassert and lib_i2c.

The first two libraries are available from github where I can pull down specific releases. However, I don't have a way to programmatically pull down a version of lib_i2c. Clicking on the "Software" button on https://www.xmos.com/support/libraries/lib_i2c is not an acceptable solution for our build system.

Is there a repository that contains lib_i2c?

Thank you,
Craig

Re: Downloading lib_i2c

Posted: Thu Dec 07, 2017 12:02 pm
by mon2

Re: Downloading lib_i2c

Posted: Fri Dec 08, 2017 10:00 am
by peter
The official XMOS I2C repository is here:

https://github.com/xmos/lib_i2c

There is a version 5.0.0 on my fork that mon2 shared. It has a number of bug fixes, etc but is still in the process of being reviewed (there is a pull request on the xmos repo).

If you want the same version you can get from xmos.com then just go to the xmos github repo. If you want to see whether the latest version fixes something for you then feel free to try the one on my fork. There is just no guarantee that my fork will track any other improvements in the future.

Re: Downloading lib_i2c

Posted: Fri Dec 08, 2017 7:24 pm
by craig_modbot
Thanks all. Don't know how I missed that on my previous searches.