targets/beremiz.h
2023-02-21 Edouard Tisserant Runtime: Add RealTime checkbox in Linux target options to enable PREEMPT_RT scheduling.
2021-08-17 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
2021-08-16 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
2019-01-12 Andrey Skvortsov fix problems with recursive beremiz.h inclusion
2019-01-12 Andrey Skvortsov remove LogMessage prototype from plc_main_head.c
2018-06-07 Andrey Skvortsov Fix compilation problem in case of TARGET_LOGGING_DISABLE turned on and TARGET_DEBUG_DISABLE turned off
2013-04-24 Edouard Tisserant Made declaration from beremiz.h available to C pragmas in POUs. Added AtomicCompareExchange to beremiz.h
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