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
Fri, 19 Feb 2010 08:20:21 +0100 Christian Taedcke CHANGED: - canReceive and canSend return now 1 on error and 0 on success
Thu, 09 Sep 2010 15:28:48 +0200 Christian Taedcke CHANGED: - added explicit cast to remove compiler warning
Tue, 16 Feb 2010 08:36:56 +0100 Christian Taedcke FIXED: - added CALLBACK to can callback function prototypes
Sat, 11 Dec 2010 14:24:09 +0100 Christian Taedcke FIXED: - added missing endif
Fri, 19 Feb 2010 15:51:40 +0100 Christian Taedcke CHANGED: - async access queue has now blocking read
Tue, 23 Feb 2010 08:12:19 +0100 Christian Taedcke ADDED: - pause() for win32
Tue, 23 Feb 2010 08:09:57 +0100 Christian Taedcke CHANGED: - moved wxwidget header
Fri, 19 Feb 2010 08:19:23 +0100 Christian Taedcke ADDED: - LeaveMutex and EnterMutex to exported symbols
Fri, 19 Feb 2010 08:18:40 +0100 Christian Taedcke CHANGED: - if variable starts with a digit, add a "_" at the beginning
Fri, 10 Sep 2010 08:55:42 +0200 Christian Taedcke CHANGED: - option to integrate a can driver statically (hack)
Thu, 09 Sep 2010 15:50:02 +0200 Christian Taedcke CHANGED: - enabled console debugging for Visual Studio 2003 and below (without __VA_ARGS__).
Thu, 09 Sep 2010 15:56:06 +0200 Christian Taedcke ADDED: - dynamic memory allocation for sdo transfer using malloc and free
Thu, 09 Sep 2010 15:38:20 +0200 Christian Taedcke ADDED: - new callback post_SlaveStateChange so that a master can monitor the state of its slave nodes using a heartbeat.
Sun, 28 Nov 2010 00:05:16 +0100 edouard get always the latest version of VSCAN API
Sat, 13 Nov 2010 23:08:34 +0100 edouard Fix mingw32 cross build for can_peak_win32 and can_tcp_win32 server.
Sat, 13 Nov 2010 22:25:24 +0100 edouard Fixed execution right on configure script
Sat, 13 Nov 2010 00:03:24 +0100 edouard Piotr Trojanek (ptroja) cleanup patche. Thanks.
Fri, 12 Nov 2010 22:49:26 +0100 edouard Moced CosateQ's doc at the right place, and fix PDO INHIBIT bit check error again.
Fri, 12 Nov 2010 22:24:06 +0100 edouard CosateQ contribution.
Fri, 12 Nov 2010 22:02:32 +0100 edouard Added contributed 402 profile
Fri, 10 Sep 2010 13:44:56 +0200 edouard Fixed SDO loop in some situations.
Fri, 10 Sep 2010 13:44:06 +0200 edouard Wrong check on PDO inhibit bit fixed.
Fri, 10 Sep 2010 13:43:17 +0200 edouard Fix non freed windows handle. (thx to jaroslav.fojtik)
Wed, 16 Jun 2010 21:29:39 +0200 laurent Update french translations
Wed, 16 Jun 2010 21:29:02 +0200 laurent Obsolete example fixed
Wed, 16 Jun 2010 21:28:34 +0200 laurent Bug in Subindex grid right click with i18n fixed
Wed, 16 Dec 2009 10:15:09 +0100 Edouard TISSERANT fixed typo in makefile
Wed, 16 Dec 2009 10:12:19 +0100 Edouard TISSERANT fixed typo in makefile
Mon, 14 Dec 2009 20:58:34 +0100 edouard Enhancements for 'None' target : produce pre-linked object, remove some windows CRLF problems, fixed pedantic compiler warnings
Wed, 09 Dec 2009 15:46:35 +0100 edouard added 'none' taget for building standalone library
Wed, 09 Dec 2009 10:31:56 +0100 lolitech Backed out changeset 3a6b413acad9
Sun, 29 Nov 2009 18:51:03 +0100 Edouard TISSERANT added files to ignor in hgignore
Mon, 02 Nov 2009 17:41:24 +0100 edouard Wiped out references to Lolitech
Mon, 02 Nov 2009 11:58:36 +0100 greg Replace \"lolitech\" contact by \"edouard\" contact
Wed, 28 Oct 2009 13:49:00 +0100 'Gr?gory Tr?lat changes merged
Wed, 28 Oct 2009 13:46:53 +0100 greg Fix some bug in debian packages
Tue, 27 Oct 2009 15:11:26 +0100 edouard Extended PDO API with SendOnePDOEvent
Tue, 27 Oct 2009 14:35:57 +0100 edouard Merge with daa1e1c3fba43ee73a2e827961155b1372ca433e
Wed, 14 Oct 2009 16:37:37 +0200 greg Verify if nodeId is strictly lesser than subindex entries count at the beginning of send_consise_dcf_loop function
Wed, 14 Oct 2009 10:13:00 +0200 laurent Removing superfluous event.Skip()
Mon, 12 Oct 2009 14:19:27 +0200 greg create specific timer thread for UCLIBC support (with CLOCK_PROCESS_CPUTIME_ID parameter)
Thu, 08 Oct 2009 17:34:44 +0200 'Gr?gory Tr?lat changes merged
Thu, 08 Oct 2009 17:21:15 +0200 greg -add LeaveMutex to avoid canopenshell deadlock when call NodeInit
Wed, 07 Oct 2009 11:40:49 +0200 edouard Fixed casts subject to problems on some compilers.
Wed, 07 Oct 2009 11:39:53 +0200 edouard Fixed typo in can_socket.c
Tue, 06 Oct 2009 17:22:11 +0200 edouard Some more reasonable timeout while waiting timer thread end
Tue, 06 Oct 2009 17:15:32 +0200 edouard Fixed bug in the AVR-CAN driver: the CAN interrupt changes the
Fri, 25 Sep 2009 14:12:39 +0200 'Gr?gory Tr?lat add timeout for waitreceivetaskend for the win32, fix GetLastError print
Mon, 05 Oct 2009 14:31:55 +0200 edouard Added timeout for waiting timer thread end on windows.