src/pdo.c
Mon, 18 Jun 2012 03:48:23 +0200 Edouard Tisserant Removed debug code remaining in pdo.c
Mon, 18 Jun 2012 02:27:19 +0200 Edouard Tisserant pdo.c : missalignment problem on some cpu when comparing cobids, various typo fixes
Sat, 04 Feb 2012 01:38:15 +0100 Edouard Tisserant merge with CanFestival-3-asc
Wed, 01 Feb 2012 15:55:45 +0100 Mongo minor modification on two MSG_ERR
Tue, 08 Nov 2011 09:52:40 +0000 Christian Taedcke Win32 IXXAT::
Wed, 02 Nov 2011 22:37:24 +0100 Mongo New feature : event timers allowed for RxPDOs (subidx 5 in RxPDO com paramaters)
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'.
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)
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, 10 Sep 2010 13:44:06 +0200 edouard Wrong check on PDO inhibit bit fixed.
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
Tue, 27 Oct 2009 15:11:26 +0100 edouard Extended PDO API with SendOnePDOEvent
Wed, 16 Sep 2009 15:15:28 +0200 greg fix warnings with msvc compiler
Tue, 17 Mar 2009 00:03:18 +0100 etisserant Changed OD size from UNS8 to UNS32, and repercuted change to PDO and SDO. Thanks to Jari Kuusisto for patch.
Mon, 17 Nov 2008 21:11:59 +0100 peter 1.29 Datatypes for timers
Tue, 22 Jul 2008 23:44:07 +0200 etisserant cosmetic changes to pdo.c
Wed, 04 Jun 2008 11:04:24 +0200 etisserant Fixed alignments problems on some 32bit target such as ARM or Xscale.
Thu, 24 Apr 2008 14:08:34 +0200 etisserant Endianess patch from Edward Karpicz, Lithuania :-)
Thu, 20 Mar 2008 15:28:11 +0100 etisserant Endianization fix in pdo.c
Thu, 20 Mar 2008 15:14:07 +0100 etisserant Preliminary support for TRANS_SYNC_ACYCLIC (0) transmit type.
Thu, 20 Mar 2008 15:03:25 +0100 etisserant re-indented pdo.c
Mon, 04 Feb 2008 12:06:20 +0100 luis Solved a mistake with parentheses in last change
Mon, 04 Feb 2008 11:07:32 +0100 luis Minor changes to guarantee that UNS8 cast is well done
Fri, 25 Jan 2008 19:01:58 +0100 etisserant Fixed some endianization problems caused by switch to UNS16 for cob_id member in CAN messages. To be continued.
Wed, 23 Jan 2008 10:35:52 +0100 etisserant Changed cob_id from struct{UNS32} to UNS16
Tue, 08 Jan 2008 11:06:50 +0100 luis Size verification of the mapped variables in PDOs (both reception and transmission)
Mon, 03 Dec 2007 11:30:38 +0100 etisserant Some fixes suggested by Luis Jim?nez, plus some minor enhancements in DCF.
Mon, 12 Nov 2007 15:17:49 +0100 etisserant Workaround for unsupported UNS64 on some compiler.
Tue, 02 Oct 2007 10:32:11 +0200 luis Checking if TPDO was valid was wrong (pdo.c)
Mon, 01 Oct 2007 17:17:35 +0200 etisserant Fixed some transmit type issues (for 254 255) with null event and/or inhibit time
Thu, 27 Sep 2007 08:28:00 +0200 etisserant Removed struct initializer with non-constant pointer, making TI compiler fail
Wed, 08 Aug 2007 01:43:02 +0200 leonid *** empty log message ***
Mon, 02 Jul 2007 18:22:58 +0200 etisserant Full preliminary implementation of TPDO transmit type:
Fri, 29 Jun 2007 19:51:39 +0200 etisserant Preliminary implementation of Event Timer and Inhibit Timer driven TPDO
Fri, 08 Jun 2007 14:41:17 +0200 etisserant Fixed compile error because of missed type casting in certain compiler (http://www.iar.se/). Thanks to Raphael Studer
Fri, 08 Jun 2007 09:23:56 +0200 nico Manual and Documentation finish
Tue, 05 Jun 2007 16:41:38 +0200 nico Manual convertion -> latex -> pdf
Fri, 25 May 2007 23:57:17 +0200 etisserant Some fixes for visual studio C compiler compatiblity.
Wed, 16 May 2007 14:17:04 +0200 greg Boolean variable mapped in PDO
Fri, 06 Apr 2007 16:49:28 +0200 etisserant Changes in the API:
Fri, 09 Feb 2007 09:36:19 +0100 frdupin copy/paste error
Thu, 25 Jan 2007 17:36:58 +0100 frdupin compilator compatitibility
Wed, 10 May 2006 16:59:40 +0200 etisserant Commit a new cvs repo.