master/slave.c
2008-06-26 Florian Pose Store sync manager configurations in ec_slave_config_t instead of Pdo
2008-06-12 Florian Pose Store slaves in an array instead of a list.
2008-06-12 Florian Pose Removed kobjects from sdo and slave.
2008-06-10 Florian Pose Implemented SII writing (including alias writing) via ethercat command.
2008-06-09 Florian Pose Renamed some fields in ec_sii_request_t to word addressing.
2008-06-09 Florian Pose Moved sii to words.
2008-06-06 Florian Pose Added ec_slave_get_sdo_const().
2008-06-06 Florian Pose Added ec_slave_get_sdo_by_pos_const() and ec_slave_sdo_count().
2008-06-06 Florian Pose Request slave state(s) with 'ethercat state'; removed sysfs state file.
2008-05-30 Florian Pose Removed deprecated ec_slave_validate().
2008-05-30 Florian Pose Output subindices with %02X.
2008-05-13 Florian Pose Improved working counter output; fixed problem with slaves that have a single sync manager used for outputs.
2008-04-25 Florian Pose Replaced self_configured flag with force_config flag.
2008-04-25 Florian Pose Removed slave online flag.
2008-04-25 Florian Pose Removed some debugging.
2008-04-03 Florian Pose Changed terms "Pdo mapping" -> "Pdo assignment" and "Pdo configuration"
2008-03-18 Florian Pose Fixed general flags on big-endian archs.
2008-03-17 Florian Pose Fixed bug in copying sync managers. Now making a deep copy.
2008-03-17 Florian Pose Renamed EEPROM to SII.
2008-03-17 Florian Pose Added some const's.
2008-03-17 Florian Pose Allow multiple sync manager categories.
2008-03-04 Florian Pose Minor change.
2008-03-04 Florian Pose Introduced ec_sdo_request_state_t, making ec_request_t private again;
2008-03-04 Florian Pose Improved error messages on EEPROM writing.
2008-02-28 Florian Pose Renamed ec_pdo_mapping_find_pdo() to ec_pdo_mapping_find_pdo_const().
2008-02-28 Florian Pose Renamed ec_pdo_mapping_add_pdo() to ec_pdo_mapping_add_pdo_copy().
2008-02-28 Florian Pose Display notLRW flag.
2008-02-28 Florian Pose Evaluate CoE details from general category; moved current consumption
2008-02-27 Florian Pose Separated SII data from slave.
2008-02-26 Florian Pose Reading of Pdo mapping via CoE during scan.
2008-02-22 Florian Pose Renamed [PS]DO to [PS]do.
2008-02-22 Florian Pose Fixed typo SAVEOP -> SAFEOP.
2008-02-19 Florian Pose Pdo configuration.
2008-02-19 Florian Pose Implemented most realtime interface changes for version 1.4, improved
2008-02-01 Florian Pose Esthetic surgery for slave.
2008-01-08 Florian Pose Detection of page exceeding slave information file.
2007-10-05 Florian Pose Ouput identity object indented in slave info file.
2007-10-05 Florian Pose Minor output changes in slave info file.
2007-10-04 Florian Pose Re-ordered slave info file.
2007-10-04 Florian Pose Store PDO mapping source in sync manager.
2007-09-24 Florian Pose Updated Doxygen documentation.
2007-09-24 Florian Pose Changed unit of ec_eeprom_write_request_t from word to byte.
2007-09-20 Florian Pose Minor: renamed [RT]XPDO to [RT]xPdo.
2007-09-20 Florian Pose Minor comment change.
2007-09-20 Florian Pose Minor: Again moved setting of alternate PDO mapping flag.
2007-09-20 Florian Pose Minor: Moved setting of alternate PDO mapping flag.
2007-09-20 Florian Pose Improved checking of EEPROM data while reading.
2007-09-19 Florian Pose Read PDO mapping from SDO dictionary (working, not finished yet).
2007-09-19 Florian Pose Added ec_slave_get_sdo() and ec_sdo_get_entry().
2007-09-19 Florian Pose Calculate checksum when writing EEPROM or alias address.
2007-09-18 Florian Pose Avoid warnings on some compilers.
2007-08-10 Florian Pose Limited EEPROM reading; added EC_FIRST_EEPROM_CATEGORY_HEADER define.
2007-03-16 Florian Pose Configure alternative PDO mapping only on slaves that have PDO sync
2007-03-12 Florian Pose Slave configuration exclusively from master thread; removed
2007-03-12 Florian Pose Renamed names of enum type ec_request_state_t.
2007-03-09 Florian Pose Renamed ec_eeprom_request_state_t enum to ec_request_state_t and made it
2007-03-09 Florian Pose Removed X:Y addressing scheme, ec_slave_is_coupler(),
2007-03-07 Florian Pose Implemented alternative PDO mapping configuration interface.
2007-03-07 Florian Pose Fixed sync manager freeing bug coming up in r833.
2007-03-07 Florian Pose Removed obsolete ec_slave_sync_config().