targets/plc_main_tail.c
2017-09-12 Andrey Skvortsov make possible to turn off at compile time online debugging, logging
2016-04-18 Andrey Skvortsov fix many compilation warnings about static variables used by non-static functions
2014-12-12 Edouard Tisserant Simplified use of runtime's global variable __common_ticktime accross extensions.
2013-05-06 Laurent Bessard Added support for resetting log messages
2013-03-29 Edouard Tisserant Fixed warning with LogMessage
2013-03-26 Edouard Tisserant LogMessage string pointer now char* instead of uint8_t*
2013-03-26 Edouard Tisserant Added beremiz.h header file for extensions
2013-03-22 Edouard Tisserant Fixed typo in copy_to_log
2013-03-22 Edouard Tisserant Extended LogCursor attributes
2013-03-21 Edouard Tisserant Fixed cast in target code to remove void* arithmetic warning
2013-03-15 Edouard Tisserant Re-organized C code templates for plc_main. Moved logging out of plc_debug. Factorized redundant _common_ticktime external declaration