Downloading lib_i2c Topic is solved

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
craig_modbot
New User
Posts: 2
Joined: Thu Dec 07, 2017 12:57 am

Downloading lib_i2c

Post 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


View Solution
User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am
Contact:

Post by mon2 »

peter
XCore Addict
Posts: 230
Joined: Wed Mar 10, 2010 12:46 pm

Post 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.
craig_modbot
New User
Posts: 2
Joined: Thu Dec 07, 2017 12:57 am

Post by craig_modbot »

Thanks all. Don't know how I missed that on my previous searches.
Post Reply