Thu, 23 Jun 2011 18:12:34 +0200 Edouard Tisserant fixed bug with cross wmingw build
Mon, 20 Jun 2011 18:36:43 +0200 Stefan Removed unneccessary overhead introduced with the last fix.
Mon, 20 Jun 2011 15:03:54 +0200 skratochwil Fixed incorrect struct access in sendPDO() and inserted a missing variable in sendOnePDOEvent(). These errors occured at compile-time when configuring the project with './configure --debug=PDO' or './configure --debug=WAR'.
Wed, 13 Apr 2011 16:29:59 +0200 Edouard Tisserant Fix some side effects of EDS import, while editing afterward
Fri, 28 Jan 2011 14:51:18 +0100 Christian Taedcke FIXED: - changed make targets from "%o: %c" to "%.o: %.c" (Patch from irc <oleg_osov>)
Fri, 28 Jan 2011 14:51:18 +0100 Christian Taedcke FIX: - if a sdo transfer timeout occurres, reset the sdo line even if the callback function does not.
Thu, 27 Jan 2011 17:45:48 +0100 Christian Taedcke FIXED: - Sdo lines with the internal state SDO_ABORTED_ITERNAL are now closed.
Wed, 10 Nov 2010 13:08:26 +0100 Christian Taedcke CHANGED: - canSend message parameter is now a const pointer
Thu, 27 Jan 2011 17:45:48 +0100 Christian Taedcke FIXED: - compiler warning from printf format string
Fri, 19 Feb 2010 15:52:59 +0100 Christian Taedcke FIXED: - TimerInit() was missing
Fri, 19 Feb 2010 15:52:27 +0100 Christian Taedcke FIXED: - OK and NOT OK was wrong in canSend()
Thu, 09 Sep 2010 16:01:13 +0200 Christian Taedcke FIXED: - bug while normal sdo transfer initialization (setting the byte count)
Wed, 10 Nov 2010 14:19:31 +0100 Christian Taedcke FIXED: - Renamed macro for peak win32 driver, patch from mailinglist (post from Christian Boepple, 2010-09-08 14:38)
Mon, 15 Nov 2010 08:56:35 +0100 Christian Taedcke CHANGED: - function sendOnePDOevent (CO_Data* d, UNS32 pdoNum) into sendOnePDOevent (CO_Data* d, UNS8 pdoNum)
Mon, 15 Nov 2010 08:55:34 +0100 Christian Taedcke CHANGED: - added explicit cast to remove compiler warning