master/fsm.c
Tue, 17 Oct 2006 14:50:04 +0000 Florian Pose Implemented fetching of SDO dictionary.
Tue, 17 Oct 2006 14:36:53 +0000 Florian Pose BUGFIX: Fixed faulty state acknowledge behavior.
Tue, 17 Oct 2006 14:22:19 +0000 Florian Pose Renamed fsm->sdodata to fsm->coe_sdodata
Tue, 17 Oct 2006 14:15:48 +0000 Florian Pose Added EC_SLAVE_STATE_ACK_ERR to ec_state_string(); added EC_STATE_STRING_SIZE
Tue, 17 Oct 2006 14:10:29 +0000 Florian Pose Renamed EC_ACK to EC_SLAVE_STATE_ACK_ERR
Mon, 16 Oct 2006 14:38:14 +0000 Florian Pose Fixed serveral races while starting up under high CPU load.
Mon, 16 Oct 2006 09:07:49 +0000 Florian Pose Serveral changes to avoid timeouts under high CPU load.
Fri, 13 Oct 2006 20:44:23 +0000 Florian Pose BUGFIX: Added returns after timeout in SII state machine.
Fri, 13 Oct 2006 09:05:45 +0000 Florian Pose Removed additional loop in coe_down FSM; renamed mbox_type to mbox_prot.
Thu, 12 Oct 2006 13:49:01 +0000 Florian Pose Fixed mailbox bug, added mailbox error codes.
Tue, 15 Aug 2006 08:09:18 +0000 Florian Pose Replaced longer cycle timestamps with jiffies.
Wed, 09 Aug 2006 15:00:20 +0000 Florian Pose Added missing code documentation.
Tue, 08 Aug 2006 12:07:25 +0000 Florian Pose Minor changes.
Sat, 05 Aug 2006 07:11:59 +0000 Florian Pose New transition in slave conf state machine: Skip fmmu and SDO configuration.
Thu, 03 Aug 2006 16:48:53 +0000 Florian Pose SDO configuration interface, SDO download state machine.
Thu, 03 Aug 2006 12:51:17 +0000 Florian Pose VERSION 1.1: New realtime interface, only state machines.
Thu, 20 Jul 2006 11:59:52 +0000 Florian Pose Minor changes.
Thu, 20 Jul 2006 08:39:23 +0000 Florian Pose Renamed ACK2 state to CHECK ACK.
Wed, 19 Jul 2006 16:36:36 +0000 Florian Pose Better slave scan sub state machine.
Wed, 19 Jul 2006 16:18:51 +0000 Florian Pose Better slaveconf sub state machine.
Wed, 19 Jul 2006 15:28:34 +0000 Florian Pose Separated slave scan sub state machine and slave configuration sub state machine.
Wed, 19 Jul 2006 13:15:02 +0000 Florian Pose Renamed FREERUN mode to IDLE mode.
Wed, 19 Jul 2006 12:57:41 +0000 Florian Pose Better master state machines.
Tue, 18 Jul 2006 16:42:52 +0000 Florian Pose Ack timeout in FSM.
Tue, 18 Jul 2006 16:40:32 +0000 Florian Pose Prefer EEPROM sync manager information also in FSM.
Mon, 17 Jul 2006 13:01:38 +0000 Florian Pose Prefer EEPROM sync manager information for config.
Mon, 17 Jul 2006 12:58:47 +0000 Florian Pose Added missing AL status code messages.
Thu, 06 Jul 2006 08:23:24 +0000 Florian Pose Renamed command structure to datagram.
Tue, 27 Jun 2006 20:24:32 +0000 Florian Pose Minor changes in fsm.c and slave.c
Tue, 27 Jun 2006 20:08:15 +0000 Florian Pose Slave: state_error -> error_flag, error_flag only in slave state machine.
Tue, 27 Jun 2006 19:46:25 +0000 Florian Pose Introducing infrastructural slaves that do not contain process data.
Mon, 26 Jun 2006 16:05:30 +0000 Florian Pose Added missing documentation.
Tue, 20 Jun 2006 14:40:04 +0000 Florian Pose Variable-sized data fields, BK1120.
Fri, 02 Jun 2006 14:25:45 +0000 Florian Pose EEPROM writing via SysFS.
Fri, 02 Jun 2006 08:38:04 +0000 Florian Pose Read complete eeprom data from slave and map it into SysFS.
Fri, 26 May 2006 14:35:29 +0000 Florian Pose Corrected output at slave count change.
Fri, 26 May 2006 14:26:57 +0000 Florian Pose Correct behaviour of master state machine in RT mode.
Mon, 22 May 2006 09:16:12 +0000 Florian Pose Added some documentation.
Fri, 19 May 2006 14:05:58 +0000 Florian Pose Read current AL status of slaves while scanning bus.
Fri, 19 May 2006 13:58:15 +0000 Florian Pose Link down treated as topology change in state machine.
Fri, 19 May 2006 13:23:11 +0000 Florian Pose EoE in Free-Run mode; Finished slave configuration state machine.
Thu, 18 May 2006 12:35:47 +0000 Florian Pose Changed license headers and added EtherCAT license notice.
Tue, 16 May 2006 11:57:06 +0000 Florian Pose Added finite state machine (FSM) processing.