etherlab/EthercatCFileGenerator.py
Mon, 25 Nov 2019 08:10:45 +0100 Edouard Tisserant Etherlab : Merged 2014-2018 changes from jblee and others
Wed, 20 Nov 2019 16:57:15 +0100 Edouard Tisserant EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s). ethercat_from_kosmos
Fri, 05 Oct 2018 14:22:01 +0300 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
Wed, 03 Oct 2018 14:19:41 +0300 Andrey Skvortsov Fix 'msgid' format string with unnamed arguments cannot be properly localized
Sat, 29 Sep 2018 19:10:43 +0300 Andrey Skvortsov clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
Sat, 29 Sep 2018 17:52:33 +0300 Andrey Skvortsov clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
Sat, 29 Sep 2018 16:40:56 +0300 Andrey Skvortsov clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
Sat, 29 Sep 2018 15:16:21 +0300 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
Sat, 29 Sep 2018 14:57:15 +0300 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
Sat, 29 Sep 2018 13:44:02 +0300 Andrey Skvortsov clean etherlab: pep8, W602 deprecated form of raising exception
Sat, 29 Sep 2018 13:34:06 +0300 Andrey Skvortsov clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
Sat, 29 Sep 2018 13:04:33 +0300 Andrey Skvortsov clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:'
Fri, 28 Sep 2018 18:04:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
Fri, 28 Sep 2018 17:20:11 +0300 Andrey Skvortsov cleanup etherlab: pep8, W291 trailing whitespace
Sat, 23 Jun 2018 09:08:13 +0200 Edouard Tisserant Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
Thu, 02 May 2013 13:40:35 +0200 Laurent Bessard Added error message when a device informations can't be found in ESI files
Mon, 29 Apr 2013 11:07:32 +0200 Laurent Bessard Fixed bug in support for module extra params in EthercatCFileGenerator
Mon, 29 Apr 2013 11:03:06 +0200 Laurent Bessard Added support for module extra params in EthercatCFileGenerator
Fri, 26 Apr 2013 13:57:10 +0200 Laurent Bessard Added support for multiple module extra params in ModulesLibrary
Fri, 12 Apr 2013 15:41:22 +0900 Edouard Tisserant Fixed (again) some non-clean exit in case of SDO failure at init
Fri, 05 Apr 2013 21:47:37 +0900 Edouard Tisserant Now failure in template based part of C code also release the master for later use...
Fri, 05 Apr 2013 16:49:41 +0900 Edouard Tisserant Better logging, saffer failure at init (allows restart)
Fri, 29 Mar 2013 01:15:01 +0100 Laurent Bessard Split etherlab.py into multiple files