Tue, 30 Aug 2011 12:14:34 +0200 |
fbeaulier |
Added include stdlib.h for malloc functions in sdo.c
|
changeset |
files
|
Mon, 29 Aug 2011 17:44:49 +0200 |
fbeaulier |
patch from Stefan Kratochwil <entwicklung@inovel.de> : canfestival-3-fm3_698.patch
|
changeset |
files
|
Mon, 29 Aug 2011 17:31:55 +0200 |
fbeaulier |
patch from Christian Taedcke <hacking@taedcke.com> : fix-wrong-resetSDOline-for-sdo-timeout.patch
|
changeset |
files
|
Mon, 29 Aug 2011 16:59:55 +0200 |
fbeaulier |
CHANGE: SDO block mode added, without CRC support
|
changeset |
files
|
Tue, 16 Aug 2011 14:15:52 +0200 |
fbeaulier |
timers_unix.c : remove sigint and sigterm catch
|
changeset |
files
|
Thu, 23 Jun 2011 18:12:34 +0200 |
Edouard Tisserant |
fixed bug with cross wmingw build
|
changeset |
files
|
Mon, 20 Jun 2011 18:36:43 +0200 |
Stefan |
Removed unneccessary overhead introduced with the last fix.
|
changeset |
files
|
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'.
|
changeset |
files
|
Wed, 13 Apr 2011 16:29:59 +0200 |
Edouard Tisserant |
Fix some side effects of EDS import, while editing afterward
|
changeset |
files
|
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>)
|
changeset |
files
|
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.
|
changeset |
files
|
Thu, 27 Jan 2011 17:45:48 +0100 |
Christian Taedcke |
FIXED: - Sdo lines with the internal state SDO_ABORTED_ITERNAL are now closed.
|
changeset |
files
|
Wed, 10 Nov 2010 13:08:26 +0100 |
Christian Taedcke |
CHANGED: - canSend message parameter is now a const pointer
|
changeset |
files
|
Thu, 27 Jan 2011 17:45:48 +0100 |
Christian Taedcke |
FIXED: - compiler warning from printf format string
|
changeset |
files
|
Fri, 19 Feb 2010 15:52:59 +0100 |
Christian Taedcke |
FIXED: - TimerInit() was missing
|
changeset |
files
|
Fri, 19 Feb 2010 15:52:27 +0100 |
Christian Taedcke |
FIXED: - OK and NOT OK was wrong in canSend()
|
changeset |
files
|
Thu, 09 Sep 2010 16:01:13 +0200 |
Christian Taedcke |
FIXED: - bug while normal sdo transfer initialization (setting the byte count)
|
changeset |
files
|
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)
|
changeset |
files
|
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)
|
changeset |
files
|
Mon, 15 Nov 2010 08:55:34 +0100 |
Christian Taedcke |
CHANGED: - added explicit cast to remove compiler warning
|
changeset |
files
|
Fri, 19 Feb 2010 08:20:21 +0100 |
Christian Taedcke |
CHANGED: - canReceive and canSend return now 1 on error and 0 on success
|
changeset |
files
|
Thu, 09 Sep 2010 15:28:48 +0200 |
Christian Taedcke |
CHANGED: - added explicit cast to remove compiler warning
|
changeset |
files
|
Tue, 16 Feb 2010 08:36:56 +0100 |
Christian Taedcke |
FIXED: - added CALLBACK to can callback function prototypes
|
changeset |
files
|
Sat, 11 Dec 2010 14:24:09 +0100 |
Christian Taedcke |
FIXED: - added missing endif
|
changeset |
files
|
Fri, 19 Feb 2010 15:51:40 +0100 |
Christian Taedcke |
CHANGED: - async access queue has now blocking read
|
changeset |
files
|
Tue, 23 Feb 2010 08:12:19 +0100 |
Christian Taedcke |
ADDED: - pause() for win32
|
changeset |
files
|
Tue, 23 Feb 2010 08:09:57 +0100 |
Christian Taedcke |
CHANGED: - moved wxwidget header
|
changeset |
files
|
Fri, 19 Feb 2010 08:19:23 +0100 |
Christian Taedcke |
ADDED: - LeaveMutex and EnterMutex to exported symbols
|
changeset |
files
|
Fri, 19 Feb 2010 08:18:40 +0100 |
Christian Taedcke |
CHANGED: - if variable starts with a digit, add a "_" at the beginning
|
changeset |
files
|
Fri, 10 Sep 2010 08:55:42 +0200 |
Christian Taedcke |
CHANGED: - option to integrate a can driver statically (hack)
|
changeset |
files
|
Thu, 09 Sep 2010 15:50:02 +0200 |
Christian Taedcke |
CHANGED: - enabled console debugging for Visual Studio 2003 and below (without __VA_ARGS__).
|
changeset |
files
|
Thu, 09 Sep 2010 15:56:06 +0200 |
Christian Taedcke |
ADDED: - dynamic memory allocation for sdo transfer using malloc and free
|
changeset |
files
|
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.
|
changeset |
files
|
Sun, 28 Nov 2010 00:05:16 +0100 |
edouard |
get always the latest version of VSCAN API
|
changeset |
files
|
Sat, 13 Nov 2010 23:08:34 +0100 |
edouard |
Fix mingw32 cross build for can_peak_win32 and can_tcp_win32 server.
|
changeset |
files
|
Sat, 13 Nov 2010 22:25:24 +0100 |
edouard |
Fixed execution right on configure script
|
changeset |
files
|
Sat, 13 Nov 2010 00:03:24 +0100 |
edouard |
Piotr Trojanek (ptroja) cleanup patche. Thanks.
|
changeset |
files
|
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.
|
changeset |
files
|
Fri, 12 Nov 2010 22:24:06 +0100 |
edouard |
CosateQ contribution.
|
changeset |
files
|
Fri, 12 Nov 2010 22:02:32 +0100 |
edouard |
Added contributed 402 profile
|
changeset |
files
|
Fri, 10 Sep 2010 13:44:56 +0200 |
edouard |
Fixed SDO loop in some situations.
|
changeset |
files
|
Fri, 10 Sep 2010 13:44:06 +0200 |
edouard |
Wrong check on PDO inhibit bit fixed.
|
changeset |
files
|
Fri, 10 Sep 2010 13:43:17 +0200 |
edouard |
Fix non freed windows handle. (thx to jaroslav.fojtik)
|
changeset |
files
|
Wed, 16 Jun 2010 21:29:39 +0200 |
laurent |
Update french translations
|
changeset |
files
|
Wed, 16 Jun 2010 21:29:02 +0200 |
laurent |
Obsolete example fixed
|
changeset |
files
|
Wed, 16 Jun 2010 21:28:34 +0200 |
laurent |
Bug in Subindex grid right click with i18n fixed
|
changeset |
files
|
Wed, 16 Dec 2009 10:15:09 +0100 |
Edouard TISSERANT |
fixed typo in makefile
|
changeset |
files
|
Wed, 16 Dec 2009 10:12:19 +0100 |
Edouard TISSERANT |
fixed typo in makefile
|
changeset |
files
|