master/fsm_slave.c
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
Thu, 13 Sep 2007 11:08:46 +0000 Florian Pose MERGE -r908:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk (1.3.1 changes) 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, 04 Jan 2010 11:27:37 +0100 Matthias Luescher Fixed sdo request handling in case of failure
Fri, 18 Dec 2009 10:35:53 +0100 Martin Troxler undone changes of revision 1547: Abort SDO/FOE requests when slave is in INIT
Tue, 15 Dec 2009 10:59:07 +0100 Martin Troxler master FSM enables slave FSM
Thu, 10 Dec 2009 13:19:21 +0100 Martin Troxler Postpone SDO request when slave is in INIT
Tue, 01 Dec 2009 16:00:22 +0100 Martin Troxler Moved FOE request queue and fsm into slaves
Tue, 01 Dec 2009 14:24:57 +0100 Martin Troxler Moved sdo request queue to 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, 22 Feb 2008 18:11:18 +0000 Florian Pose Check for FMMU limits.
Fri, 22 Feb 2008 18:07:47 +0000 Florian Pose Fixed missing slave_error flag.
Fri, 22 Feb 2008 15:35:39 +0000 Florian Pose Implemented missing datagram types.
Fri, 22 Feb 2008 12:29:30 +0000 Florian Pose Renamed [PS]DO to [PS]do.
Fri, 22 Feb 2008 11:33:49 +0000 Florian Pose Fixed typo SAVEOP -> SAFEOP.
Tue, 19 Feb 2008 16:18:01 +0000 Florian Pose Renamed ec_fsm_mapping_t to ec_fsm_pdo_mapping_t.
Tue, 19 Feb 2008 14:06:50 +0000 Florian Pose Pdo configuration.
Tue, 19 Feb 2008 10:33:26 +0000 Florian Pose Renamed a few configuration states.
Tue, 19 Feb 2008 08:22:20 +0000 Florian Pose Implemented most realtime interface changes for version 1.4, improved
Tue, 08 Jan 2008 15:18:30 +0000 Florian Pose Cut off category data on exceeding eeprom size limit.
Mon, 24 Sep 2007 12:12:11 +0000 Florian Pose Updated Doxygen documentation.
Thu, 20 Sep 2007 09:44:27 +0000 Florian Pose Fixed detection of missing EEPROM category limiter.
Thu, 20 Sep 2007 09:12:27 +0000 Florian Pose Improved checking of EEPROM data while reading.
Wed, 19 Sep 2007 17:17:45 +0000 Florian Pose Improved handling for spontaneous AL state changes.
Wed, 19 Sep 2007 11:52:58 +0000 Florian Pose Master takes mailbox sync manager configurations from EEPROM words
Wed, 19 Sep 2007 09:07:36 +0000 Florian Pose Minor fix: Set eeprom_size to 0 on unsuccessful memory allocation.
Tue, 18 Sep 2007 14:19:21 +0000 Florian Pose Debug statement, if slave does not support mailboxing.
Wed, 12 Sep 2007 10:07:55 +0000 Florian Pose Better handling of unexpected working counters; introduced
Fri, 10 Aug 2007 13:35:11 +0000 Florian Pose Limited EEPROM reading; added EC_FIRST_EEPROM_CATEGORY_HEADER define.
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.
Wed, 07 Mar 2007 13:29:29 +0000 Florian Pose Layed out FMMU structure and methods to own files.
Wed, 07 Mar 2007 13:06:40 +0000 Florian Pose Layed out sync manager structures and methods into own files.
Tue, 06 Mar 2007 15:11:44 +0000 Florian Pose Renamed slave configuration states "sync" to "mbox_sync" and "sync2" to
Tue, 06 Mar 2007 10:37:56 +0000 Florian Pose Renamed SII fetching functions (non-functional).
Tue, 06 Mar 2007 09:06:01 +0000 Florian Pose SII sync managers as array instead of list, removed sync manager
Mon, 05 Mar 2007 14:59:23 +0000 Florian Pose Removed unnecessary edge in slave configuration FSM graph.
Thu, 22 Feb 2007 13:39:19 +0000 Florian Pose Added datagram state to "Failed to receive..." messages.
Tue, 13 Feb 2007 11:48:46 +0000 Florian Pose Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
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]