include/ecrt.h
Wed, 02 Jul 2008 14:28:30 +0000 Florian Pose Updated header docs, features and news file.
Wed, 02 Jul 2008 14:06:10 +0000 Florian Pose Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
Thu, 26 Jun 2008 13:16:15 +0000 Florian Pose Store sync manager configurations in ec_slave_config_t instead of Pdo
Wed, 18 Jun 2008 10:13:58 +0000 Florian Pose Implemented ecrt_slave_config_state(); minor changes in
Wed, 18 Jun 2008 09:26:46 +0000 Florian Pose Completed ec_master_state_t and documented ec_master_state_t and
Tue, 17 Jun 2008 09:44:46 +0000 Florian Pose Reverted revision number checking from r1228.
Mon, 16 Jun 2008 09:30:58 +0000 Florian Pose Added revision number to slave type checking.
Thu, 12 Jun 2008 13:30:20 +0000 Florian Pose Minor change.
Fri, 30 May 2008 08:56:47 +0000 Florian Pose Some improvements concerning bit_position.
Fri, 30 May 2008 07:11:27 +0000 Richard Hacker Changed Pdo entry registration function - return byte and bit positions
Wed, 28 May 2008 07:26:28 +0000 Florian Pose Added bitwise Pdo registration.
Fri, 25 Apr 2008 12:04:23 +0000 Florian Pose Removed bus validation; slave configuration during realtime operation;
Wed, 16 Apr 2008 09:21:51 +0000 Florian Pose Improved EC_WRITE macros by replacing in-situ conversions
Wed, 16 Apr 2008 08:33:04 +0000 Florian Pose Exported ecrt_slave_config_sdo(); added documentation.
Mon, 07 Apr 2008 10:26:13 +0000 Florian Pose Added a few docs.
Thu, 03 Apr 2008 14:08:08 +0000 Florian Pose Implemented Sdo timeout.
Thu, 03 Apr 2008 13:34:13 +0000 Florian Pose Changed terms "Pdo mapping" -> "Pdo assignment" and "Pdo configuration"
Mon, 31 Mar 2008 09:42:37 +0000 Florian Pose Introduced EC_MAP_END.
Thu, 13 Mar 2008 12:52:26 +0000 Florian Pose Added ecrt_sdo_request_data_size().
Thu, 13 Mar 2008 12:42:48 +0000 Florian Pose Added documentation.
Tue, 04 Mar 2008 12:59:50 +0000 Florian Pose Updated docs.
Tue, 04 Mar 2008 11:37:51 +0000 Florian Pose Introduced ec_sdo_request_state_t, making ec_request_t private again;
Tue, 04 Mar 2008 09:57:36 +0000 Florian Pose Basic reading realtime Sdo access working.
Mon, 03 Mar 2008 11:42:05 +0000 Florian Pose Removed 'const' from Pdo configuration entries.
Thu, 28 Feb 2008 15:28:10 +0000 Florian Pose Fixed 2 bugs in new Pdo mapping function.
Thu, 28 Feb 2008 14:29:50 +0000 Florian Pose Added ecrt_slave_config_pdo() and ecrt_slave_config_pdo_entry().
Wed, 27 Feb 2008 10:28:43 +0000 Florian Pose Updated news.
Thu, 21 Feb 2008 15:54:10 +0000 Florian Pose Avoided warning concerning EC_READ/WRITE() macros on some compilers.
Thu, 21 Feb 2008 15:49:02 +0000 Florian Pose External domain memory.
Thu, 21 Feb 2008 09:50:54 +0000 Florian Pose Moved ecrt_domain_reg_pdo_entry() to
Tue, 19 Feb 2008 09:21:13 +0000 Florian Pose Fixed Pdo configuration information providing.
Tue, 19 Feb 2008 08:22:20 +0000 Florian Pose Implemented most realtime interface changes for version 1.4, improved
Fri, 01 Feb 2008 22:01:59 +0000 Florian Pose Updated doxygen docs.
Fri, 01 Feb 2008 20:37:10 +0000 Florian Pose Minor fixes.
Fri, 01 Feb 2008 20:35:12 +0000 Florian Pose Minor fixes.
Fri, 01 Feb 2008 20:26:26 +0000 Florian Pose Prepared RT interface 1.4.
Mon, 24 Sep 2007 12:12:11 +0000 Florian Pose Updated Doxygen documentation.
Thu, 06 Sep 2007 09:23:56 +0000 Florian Pose Fixed bug on big-endian systems (cpu_to_le32 -> cpu_to_le64).
Fri, 10 Aug 2007 13:46:34 +0000 Florian Pose Added ecrt_master_get_slave_by_pos().
Fri, 09 Mar 2007 10:24:50 +0000 Florian Pose Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
Thu, 08 Mar 2007 13:02:42 +0000 Florian Pose Removed ecrt_master_run(), removed datagram queueing from state
Wed, 07 Mar 2007 17:37:21 +0000 Florian Pose Implemented alternative PDO mapping configuration interface.
Mon, 05 Mar 2007 10:35:50 +0000 Florian Pose Introduced master status, ecrt_master_get_status(), tainted flag,
Fri, 09 Feb 2007 10:23:13 +0000 Florian Pose Introduced ECRT version magic.
Fri, 24 Nov 2006 11:02:35 +0000 Florian Pose Interface changes for version 1.2, see NEWS file.
Thu, 23 Nov 2006 20:19:26 +0000 Florian Pose Version 1.2.0-rc1, re-introduced ecrt_domain_queue().
Tue, 07 Nov 2006 13:38:40 +0000 Florian Pose Updated source code documentation.
Fri, 27 Oct 2006 13:59:49 +0000 Florian Pose Print certain warnings only at debug_level.
Fri, 27 Oct 2006 09:29:46 +0000 Florian Pose Moved functionality of ecrt_master_deactivate() (now deprecated) to ecrt_master_release().
Wed, 18 Oct 2006 13:11:48 +0000 Florian Pose ecrt_domain_register_pdo_range() implemented.
Thu, 03 Aug 2006 12:51:17 +0000 Florian Pose VERSION 1.1: New realtime interface, only state machines.
Tue, 27 Jun 2006 19:33:04 +0000 Florian Pose Minor changes to ecrt.h.
Mon, 26 Jun 2006 16:05:30 +0000 Florian Pose Added missing documentation.
Wed, 21 Jun 2006 09:09:55 +0000 Florian Pose Minor changes.
Tue, 20 Jun 2006 14:40:04 +0000 Florian Pose Variable-sized data fields, BK1120.
Thu, 18 May 2006 12:35:47 +0000 Florian Pose Changed license headers and added EtherCAT license notice.
Tue, 25 Apr 2006 13:43:13 +0000 Florian Pose Prepared EoE processing with workqueue.
Tue, 25 Apr 2006 12:04:04 +0000 Florian Pose Locking callback interface.
Mon, 24 Apr 2006 10:28:18 +0000 Florian Pose Documentation update + Doxygen generate LaTeX reference manual.
Mon, 24 Apr 2006 10:10:02 +0000 Florian Pose Doxygen added interface modules and file documentation.