targets/__init__.py
2019-02-19 Edouard Tisserant Allow using one XSD based target description for many targets. Target description XSD can now use %(target_name)s to refer to target name.
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-08-22 Andrey Skvortsov clean-up: fix PEP8 W503 line break before binary operator
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E222 multiple spaces after operator
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E111 indentation is not a multiple of four
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E201 whitespace after '{'
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
2017-08-14 Andrey Skvortsov convert some files from CRLF to LF
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2017-04-20 Andrey Skvortsov make run Beremiz and PLCOpen Editor, if full path contain non-lating
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2015-03-13 Edouard Tisserant Added PLCID variable accessible from C side, set with binarie's MD5. Added retain init and cleanup calls. Extended tests/python to test PLCID
2015-03-13 Edouard Tisserant Splitted plc_Xenomai_main.c to enable further customization
2015-01-18 Edouard Tisserant minor cleanup
2014-01-20 Edouard Tisserant Re-introduced toolchain_makefile.py. This time, it comes with a 'Generic' target, and a 'genericmake' example
2013-03-26 Edouard Tisserant Added beremiz.h header file for extensions
2012-06-08 laurent Modifying canfestival plugin to following the new Beremiz confnode paradigm
2012-05-22 Edouard Tisserant Fixed runtime problems with python 2.6 without wx installed
2012-05-20 Edouard Tisserant Moved LPC sources to a separate project
2012-05-19 Edouard Tisserant targets and connectors are nor extensible
2011-11-19 Edouard Tisserant various cleanups in /targets
2009-10-22 greg Add new target (Makefile)
2008-08-21 etisserant Moved template C code to targets dir. Cleaned up some forgotten print.
2008-08-20 greg move specific target runtimes to their targets directory
2008-08-19 etisserant Added concepts :