Wed, 09 May 2018 13:16:00 +0200 Edouard Tisserant Force -fPIC in CFLAGS for xenomai targets.
Mon, 23 Apr 2018 12:32:03 +0200 Edouard Tisserant Workaround Alchemy task not beeing waken up when closing file descriptor it is waiting on, sequel of Xenomai3 all posix file ops
Fri, 20 Apr 2018 15:00:04 +0200 Edouard Tisserant Removed legacy dead code from ex-rtdm rt-socketcan API, added shutdown() call to force recv() to unblock on CanClose()
Fri, 23 Mar 2018 15:45:52 +0100 Edouard Tisserant Fixed trailing -lrtdm added by configure with Xenomai
Fri, 23 Mar 2018 15:15:18 +0100 Edouard Tisserant Quick fix for new RTDM interface in Xemomai 3, now posix
Wed, 21 Mar 2018 13:33:43 +0100 Edouard Tisserant Rename timer.h into timers.h to avoid clash with Xenomai includes.
Tue, 20 Mar 2018 16:04:52 +0100 Edouard Tisserant Update call to xeno-config in configure to Xenomai 3
Thu, 08 Mar 2018 15:09:22 +0100 Edouard Tisserant Update can_socket.c to Xenomai 3 API
Thu, 08 Mar 2018 15:03:04 +0100 Edouard Tisserant Update timers_xeno/timerscfg.h to Xenomai 3 API
Thu, 08 Mar 2018 14:55:01 +0100 Edouard Tisserant Update timers_xeno.c to Xenomai 3 API
Fri, 24 Mar 2017 10:52:38 +0100 bmakuc Send timeout is set to 10 ms. Without timeout PLC can be blocked by CAN driver: if CAN bus is not connected to controller CAN driver never returns and therfore PLC application halts. This is a temporary solution.
Fri, 27 Nov 2015 16:27:46 +0100 Edouard Tisserant fixed static link of can driver
Mon, 03 Aug 2015 18:01:58 +0200 Edouard Tisserant merged
Tue, 28 Jul 2015 16:36:55 +0200 Robert Lehmann timers_unix: Fix termination problem of WaitReceiveTaskEnd
Fri, 19 Jun 2015 20:16:07 +0200 Edouard Tisserant some fixes