targets/beremiz.h
Tue, 17 Aug 2021 12:29:36 +0200 Edouard Tisserant Runtime+SVGHMI: Add generic wakeup of threads from PLC thread to windows implementation of plc_main.c. Also added nRT_reschedule to abstract sched_yield. svghmi
Mon, 16 Aug 2021 22:49:08 +0200 Edouard Tisserant Runtime+SVGHMI: Added a generic way to wakeup non-real-time threads from real-time PLC thread. Replace SVGHMI specific calls in Linux and Xenomai implementations of plc_main.c. Fixed xenomai build, xeno-config making problems with --no-auto-init argument. svghmi
Sat, 12 Jan 2019 15:02:17 +0300 Andrey Skvortsov fix problems with recursive beremiz.h inclusion
Sat, 12 Jan 2019 13:57:16 +0300 Andrey Skvortsov remove LogMessage prototype from plc_main_head.c
Thu, 07 Jun 2018 14:12:18 +0300 Andrey Skvortsov Fix compilation problem in case of TARGET_LOGGING_DISABLE turned on and TARGET_DEBUG_DISABLE turned off
Wed, 24 Apr 2013 12:24:12 +0900 Edouard Tisserant Made declaration from beremiz.h available to C pragmas in POUs. Added AtomicCompareExchange to beremiz.h
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