synapticon / Etherlab_EtherCAT_Master

Clone of IgH EtherCAT Master with additional Vectioneer patches.
GNU Lesser General Public License v2.1
81 stars 54 forks source link

Documentation update #17

Closed zivke closed 5 years ago

zivke commented 5 years ago

1) Added a CHANGELOG.md file that covers all of the changes (by version) from the original IgH 2) Added Synapticon-specific stuff to the documentation (README and INSTALL) 3) Fixed the "sncn_installer/install.sh" (so that it completely installs the ECAT master onto a fresh Ubuntu system - tested)

I did not rename the "sncn_installer" directory because it is being used in several projects. Also, I tried to stay true to the original IgH installer, so that we don't have to change any of the original IgH instructions.

Once these changes are merged into develop, we will merge everything to master and create a new release (v1.5.2-sncn-7).

Any suggestions are welcome.

zivke commented 5 years ago

This is great! But the wrapper stuff needs to be split apart.

I just meant to note all of the changes made to the wrapper in the changelog so we can extract it later more easily. But yeah, I can move the changelog into the wrapper directory right now, that's even better. Thanks.