master/fsm_master.h
Thu, 06 Dec 2012 14:06:10 +0100 Florian Pose Do not use slaves's SoE state machine for configuration. stable-1.5
Tue, 04 Dec 2012 14:49:23 +0100 Florian Pose Removed unnecessary ec_master_soe_request_t type. stable-1.5
Tue, 04 Dec 2012 14:26:30 +0100 Florian Pose Removed unnecessary ec_master_foe_request_t; fixed FoE access. stable-1.5
Tue, 04 Dec 2012 13:28:38 +0100 Florian Pose Removed unnecessary ec_master_sdo_request_t. stable-1.5
Tue, 04 Dec 2012 11:57:55 +0100 Florian Pose Reset master state machine when going to orphaned phase. stable-1.5
Fri, 30 Nov 2012 20:15:31 +0100 Florian Pose Added configure option for redundancy (--with-devices). stable-1.5
Wed, 14 Nov 2012 22:12:57 +0100 Florian Pose Added interface to read/write register contents; re-worked register requests. stable-1.5
Fri, 06 Apr 2012 23:35:05 +0200 Florian Pose Slave scanning and configuration on all links. redundancy
Mon, 01 Aug 2011 17:02:45 +0200 Florian Pose Minor: Fixed line wraps and spacing.
Mon, 14 Mar 2011 16:55:09 +0100 Martin Troxler Reduced frame size when sending to mailbox, uses 2 datagrams. Enabled with configure option --enable-mboxframesize
Wed, 05 Jan 2011 12:46:12 +0100 Martin Troxler SoE request wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_master_soe_request_t objects with kref
Wed, 05 Jan 2011 12:26:33 +0100 Martin Troxler Register read/write wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_reg_request_t objects with kref
Wed, 05 Jan 2011 11:33:31 +0100 Martin Troxler Sii write wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_master_sii_write_request_t objects with kref
Wed, 05 Jan 2011 09:50:35 +0100 Martin Troxler FoE wait_event() deadlock fixed: refcount ec_master_foe_request_t objects with kref
Thu, 23 Dec 2010 09:48:56 +0100 Martin Troxler SDO wait_event() deadlock fixed: refcount ec_master_sdo_request_t objects with kref
Thu, 16 Sep 2010 09:08:11 +0200 Florian Pose Rescan command.
Fri, 05 Mar 2010 17:48:50 +0100 Florian Pose Minor: Removed unnecessary include.
Mon, 01 Mar 2010 18:33:42 +0100 Florian Pose Implemented reading Sercos-over-EtherCAT services. To be continued...
Wed, 03 Oct 2007 08:58:01 +0000 Florian Pose merge -r931:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk . stable-1.3
Fri, 10 Aug 2007 15:27:08 +0000 Florian Pose MERGE trunk -r770:907 -> branches-1.3 (1.3 changes) stable-1.3
Tue, 13 Feb 2007 13:42:37 +0000 Florian Pose MERGE -r688:759 trunk -> branches/stable-1.2 (release 1.2, part one). stable-1.2
Mon, 19 Jan 2009 10:18:41 +0000 Florian Pose Included FoE patch from Olav Zarges. 1.4-foe
Mon, 29 Dec 2008 15:19:16 +0000 Florian Pose Fixed spelling of EtherCAT terms. stable-1.4
Mon, 29 Dec 2008 14:10:27 +0000 Florian Pose Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only. stable-1.4
Tue, 01 Dec 2009 16:00:22 +0100 Martin Troxler Moved FOE request queue and fsm into slaves
Thu, 26 Nov 2009 15:33:48 +0100 Martin Troxler Each slave got its own SDO state machine (faster handling of external SDO requests)
Fri, 17 Apr 2009 12:41:57 +0000 Florian Pose Clear slave list on link down.
Wed, 08 Apr 2009 12:48:59 +0000 Florian Pose Renamed phy_ commands to reg_.
Tue, 24 Feb 2009 12:51:39 +0000 Florian Pose Improved and added license headers.
Mon, 26 Jan 2009 13:01:58 +0000 Florian Pose merge -c1616 branches/1.4-foe: Included FoE patch from Olav Zarges.
Mon, 26 Jan 2009 11:45:30 +0000 Florian Pose merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
Mon, 26 Jan 2009 11:16:10 +0000 Florian Pose merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Wed, 15 Oct 2008 10:01:54 +0000 Florian Pose Maintained code docs.
Mon, 01 Sep 2008 14:17:18 +0000 Florian Pose Added VoE handler.
Wed, 13 Aug 2008 13:23:52 +0000 Florian Pose Added phy commands.
Thu, 31 Jul 2008 16:13:29 +0000 Florian Pose Major Pdo configuration change: Read mapping of unknown Pdos during
Wed, 18 Jun 2008 13:53:31 +0000 Florian Pose Removed 'end' and 'error' states from master state machine.
Mon, 09 Jun 2008 14:32:16 +0000 Florian Pose Renamed some fields in ec_sii_request_t to word addressing.
Fri, 25 Apr 2008 12:04:23 +0000 Florian Pose Removed bus validation; slave configuration during realtime operation;
Thu, 03 Apr 2008 15:49:24 +0000 Florian Pose Equalized defines against duplicated header inclusion.
Mon, 17 Mar 2008 09:38:48 +0000 Florian Pose Renamed EEPROM to SII.
Tue, 04 Mar 2008 09:57:36 +0000 Florian Pose Basic reading realtime Sdo access working.
Fri, 29 Feb 2008 16:20:12 +0000 Florian Pose Removed slave pointer from ec_sdo_request_t class.
Fri, 29 Feb 2008 12:19:48 +0000 Florian Pose Saparated ec_sdo_t, ec_sdo_entry_t and ec_sdo_request_t.
Tue, 26 Feb 2008 13:20:32 +0000 Florian Pose Separated slave state machines.
Fri, 22 Feb 2008 12:29:30 +0000 Florian Pose Renamed [PS]DO to [PS]do.
Tue, 19 Feb 2008 08:22:20 +0000 Florian Pose Implemented most realtime interface changes for version 1.4, improved
Mon, 24 Sep 2007 12:12:11 +0000 Florian Pose Updated Doxygen documentation.
Mon, 24 Sep 2007 07:54:51 +0000 Florian Pose Changed unit of ec_eeprom_write_request_t from word to byte.
Wed, 19 Sep 2007 17:44:28 +0000 Florian Pose Read PDO mapping from SDO dictionary (working, not finished yet).
Mon, 12 Mar 2007 18:21:42 +0000 Florian Pose Slave configuration exclusively from master thread; removed
Mon, 12 Mar 2007 13:59:23 +0000 Florian Pose Added scan time output.
Mon, 12 Mar 2007 12:11:43 +0000 Florian Pose Introduced idle flag in master state machine.
Fri, 09 Mar 2007 14:00:32 +0000 Florian Pose Renamed ec_eeprom_request_state_t enum to ec_request_state_t and made it
Thu, 08 Mar 2007 13:02:42 +0000 Florian Pose Removed ecrt_master_run(), removed datagram queueing from state
Mon, 05 Mar 2007 10:35:50 +0000 Florian Pose Introduced master status, ecrt_master_get_status(), tainted flag,
Fri, 02 Mar 2007 14:35:49 +0000 Florian Pose Fixed signal issue in EEPROM writing code.
Thu, 01 Mar 2007 21:34:10 +0000 Florian Pose Introduced EEPROM write requests: EEPROM write operations from user
Tue, 13 Feb 2007 10:51:40 +0000 Florian Pose Introduced topology_change_pending to delay bus scanning until IDLE mode
Wed, 10 Jan 2007 16:32:06 +0000 Florian Pose Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch]