master/slave.c
2006-11-06 Florian Pose kobject_add() in constructors.
2006-11-06 Florian Pose Added clear function for SDO kobject.
2006-10-30 Florian Pose Remove estimated sync manager sizes when leaving operation mode.
2006-10-27 Florian Pose BUGFIX: Remove SDO configurations when leaving OPERATION mode.
2006-10-27 Florian Pose SDO configurations in Sysfs.
2006-10-27 Florian Pose Print certain warnings only at debug_level.
2006-10-27 Florian Pose Added slave flags to Sysfs.
2006-10-27 Florian Pose FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak.
2006-10-26 Florian Pose Persistent slave lists.
2006-10-20 Florian Pose Better debugging output for SDO dictionaries.
2006-10-20 Florian Pose Reconfiguration of slaves, though they are in the correct state at startup.
2006-10-19 Florian Pose Moved SDO dictionary fetching to master FSMs; added SDO parent kobj.
2006-10-19 Florian Pose Fixed memory leak in master and slave destructors.
2006-10-18 Florian Pose ecrt_domain_register_pdo_range() implemented.
2006-10-18 Florian Pose Added FMMU debugging.
2006-10-18 Florian Pose Added ec_slave_validate()
2006-10-17 Florian Pose Implemented fetching of SDO dictionary.
2006-10-17 Florian Pose Removed clear functions from headers of kobject-classes.
2006-10-17 Florian Pose Added EC_SLAVE_STATE_ACK_ERR to ec_state_string(); added EC_STATE_STRING_SIZE
2006-10-17 Florian Pose Corrected subbus product code.
2006-10-17 Florian Pose Removed varsized_fields
2006-10-13 Florian Pose Added ec_slave_has_subbus()
2006-09-11 Florian Pose Coupler information in slave info file, lines in lsec.
2006-08-15 Florian Pose Removed unused code.
2006-08-09 Florian Pose Added missing code documentation.
2006-08-08 Florian Pose Minor changes.
2006-08-04 Florian Pose Minor fix: Output of SysFS accepting new slave state.
2006-08-03 Florian Pose SDO configuration interface, SDO download state machine.
2006-08-03 Florian Pose VERSION 1.1: New realtime interface, only state machines.
2006-08-01 Florian Pose Fixed bug with bit-sized PDOs leading to wrong Sync-Manager sizes.
2006-07-25 Florian Pose Renamed Sysfs attributes.
2006-07-19 Florian Pose Renamed FREERUN mode to IDLE mode.
2006-07-18 Florian Pose Ack timeout 100ns in simple IO.
2006-07-17 Florian Pose Prefer EEPROM sync manager information for config.
2006-07-06 Florian Pose Avoided crashes on kernel 2.4 acc. to patch by M. Schwerin.
2006-07-06 Florian Pose Renamed command structure to datagram.
2006-06-27 Florian Pose Minor changes in fsm.c and slave.c
2006-06-27 Florian Pose Slave: state_error -> error_flag, error_flag only in slave state machine.
2006-06-27 Florian Pose Introducing infrastructural slaves that do not contain process data.
2006-06-21 Florian Pose Removed mbox_command out of slave.
2006-06-20 Florian Pose Variable-sized data fields, BK1120.
2006-06-02 Florian Pose EEPROM writing via SysFS.
2006-06-02 Florian Pose Read complete eeprom data from slave and map it into SysFS.
2006-05-29 Florian Pose Changed EEPROM string/property names and changed sii_desc property to sii_name.
2006-05-26 Florian Pose Correct behaviour of master state machine in RT mode.
2006-05-22 Florian Pose SysFS write access for slave state.
2006-05-19 Florian Pose EoE in Free-Run mode; Finished slave configuration state machine.
2006-05-18 Florian Pose Changed license headers and added EtherCAT license notice.
2006-05-16 Florian Pose Added finite state machine (FSM) processing.
2006-04-24 Florian Pose Doxygen added interface modules and file documentation.
2006-04-21 Florian Pose GPLv2 License and enhanced Doxygen output.
2006-04-20 Florian Pose Translated all comments and documentation to english language.
2006-04-11 Florian Pose Now fetching port physical layer from EEPROM
2006-04-11 Florian Pose Better calc. of coupler address; coupler address in SysFS; better output of ec_list
2006-04-11 Florian Pose Slave (special) type in SysFS
2006-04-11 Florian Pose Macro for SysFS attribute definition
2006-04-11 Florian Pose More slave fields in SysFS; DL link status for 4 ports
2006-04-11 Florian Pose Slaves stored in list, slaves in SysFS
2006-04-10 Florian Pose Altered CoE "Get object description response" fields
2006-04-05 Florian Pose AL status code reading after failed state transition.