master/slave.h
2009-04-30 Florian Pose Transition->Transmission.
2009-04-30 Florian Pose Transition delay calculation. TBC...
2009-04-29 Florian Pose Bus topology calculation.
2009-04-27 Florian Pose Measure port receive times.
2009-04-27 Florian Pose Determine type of DC implementation (full or delay meas. only); update scan FSM graph.
2009-04-07 Florian Pose Reading more base information (incl. whether DC supported).
2009-02-24 Florian Pose Improved and added license headers.
2009-01-26 Florian Pose merge -c1621 branches/1.4-foe: Introduced configured_[tr]x_mailbox(size|offset) members of slave.
2009-01-26 Florian Pose merge -c1619 branches/1.4-foe: Implemented going to bootstrap state BOOT.
2009-01-26 Florian Pose merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
2009-01-26 Florian Pose merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
2008-09-01 Florian Pose Added VoE handler.
2008-08-01 Florian Pose Attach Pdo names from dictionary.
2008-07-04 Florian Pose Improved source code doc.
2008-07-02 Florian Pose Improved locking between ioctl()s and master state machine; separate
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-11 Florian Pose Slave information via 'ethercat slave'.
2008-06-10 Florian Pose Implemented SII writing (including alias writing) via ethercat command.
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-05-30 Florian Pose Removed deprecated ec_slave_validate().
2008-04-25 Florian Pose Replaced self_configured flag with force_config flag.
2008-04-25 Florian Pose Removed slave online flag.
2008-04-03 Florian Pose Equalized defines against duplicated header inclusion.
2008-03-17 Florian Pose Renamed EEPROM to SII.
2008-03-17 Florian Pose Allow multiple sync manager categories.
2008-02-29 Florian Pose Saparated ec_sdo_t, ec_sdo_entry_t and ec_sdo_request_t.
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-14 Florian Pose Fixed typo.
2007-09-24 Florian Pose Updated Doxygen documentation.
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-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 Layed out FMMU structure and methods to own files.
2007-03-07 Florian Pose Moved a few constants to the files they are needed in.
2007-03-07 Florian Pose Layed out sync manager structures and methods into own files.
2007-03-07 Florian Pose Layed out PDO structures to own files.
2007-03-07 Florian Pose Renamed ec_sii_sync_t to ec_sync_t.
2007-03-07 Florian Pose Renamed ec_sii_pdo_t and ec_sii_pdo_entry_t to ec_pdo_t and
2007-03-07 Florian Pose Simplified handling of EEPROM strings.
2007-03-06 Florian Pose Renamed SII fetching functions (non-functional).
2007-03-06 Florian Pose Introduced ec_slave_get_pdo_sync().
2007-03-06 Florian Pose SII sync managers as array instead of list, removed sync manager
2007-03-05 Florian Pose Removed ugly ec_slave_has_subbus() function.
2007-03-05 Florian Pose Introduced master status, ecrt_master_get_status(), tainted flag,
2007-03-05 Florian Pose Corrected type of online_state.
2007-03-05 Florian Pose Introduced ec_slave_online_state_t, ec_slave_set_online_state(), renamed
2007-03-01 Florian Pose Introduced EEPROM write requests: EEPROM write operations from user