clash-compiler icon indicating copy to clipboard operation
clash-compiler copied to clipboard

Move i2c to clash cores

Open lmbollen opened this issue 10 months ago • 0 comments

Currently the i2c core in the examples folder can not be used without copying the files or having a local clone of the reposity. This pull request moves the core over to clash-cores and aims to making it properly documented.

TODO:

There are a few things which I'd like added to this PR:

  • [ ] Add explanation of module in each header
  • [ ] Unify naming of the different acknowledge signals (and remove master/slave references)

I've created an issue for the changes which I think are needed before moving the I2C core out of its Experimental submodule.

lmbollen avatar Oct 03 '23 09:10 lmbollen