targets/plc_main_tail.c
Tue, 12 Sep 2017 16:49:35 +0300 Andrey Skvortsov make possible to turn off at compile time online debugging, logging
Mon, 18 Apr 2016 18:59:11 +0300 Andrey Skvortsov fix many compilation warnings about static variables used by non-static functions
Fri, 12 Dec 2014 14:41:53 +0100 Edouard Tisserant Simplified use of runtime's global variable __common_ticktime accross extensions.
Mon, 06 May 2013 16:01:17 +0200 Laurent Bessard Added support for resetting log messages
Fri, 29 Mar 2013 14:23:18 +0900 Edouard Tisserant Fixed warning with LogMessage
Tue, 26 Mar 2013 12:44:44 +0900 Edouard Tisserant LogMessage string pointer now char* instead of uint8_t*
Tue, 26 Mar 2013 09:31:20 +0900 Edouard Tisserant Added beremiz.h header file for extensions
Fri, 22 Mar 2013 11:02:56 +0900 Edouard Tisserant Fixed typo in copy_to_log
Fri, 22 Mar 2013 10:40:28 +0900 Edouard Tisserant Extended LogCursor attributes
Thu, 21 Mar 2013 09:27:55 +0900 Edouard Tisserant Fixed cast in target code to remove void* arithmetic warning
Fri, 15 Mar 2013 17:47:53 +0900 Edouard Tisserant Re-organized C code templates for plc_main. Moved logging out of plc_debug. Factorized redundant _common_ticktime external declaration