2009-05-07 Florian Pose Output DC config in 'ethercat config'.
2009-05-07 Florian Pose Added EC_IOCTL_APP_TIME.
2009-05-07 Florian Pose Symbol versions; Makefile improvements.
2009-05-07 Florian Pose Do not create m4 directory in bootstrap file.
2009-05-06 Florian Pose Always set DC reference clock to OP.
2009-05-06 Florian Pose TODO.
2009-05-05 Florian Pose Ported examples to new DC configuration function.
2009-05-05 Florian Pose Merged ecrt_slave_config_dc_assign_activate() and
2009-05-05 Florian Pose Added scan_busy flag to ioctl().
2009-05-05 Florian Pose Fixed usage of IS_ERR() in FoE state machine.
2009-05-05 Florian Pose Introduced EC_AL_STATE_CHANGE_TIMEOUT and set it to 2 s.
2009-05-05 Florian Pose Unset idle flag while processing FoE requests.
2009-05-05 Florian Pose Changed EC_MAX_SII_SIZE to 4096.
2009-05-05 Florian Pose TODO.
2009-05-05 Florian Pose Added ecrt_slave_sdo_upload() and ecrt_slave_sdo_download(). Thanks to
2009-05-04 Florian Pose Added deummy Makefile.am for m4 directory.
2009-05-04 Florian Pose Added m4 directory.
2009-05-04 Florian Pose Replaced ecrt_slave_config_dc_cycle_times() and ecrt_slave_config_dc_shift_times() by ecrt_slave_config_dc_sync_signals().
2009-05-04 Florian Pose TODO.
2009-05-04 Florian Pose Use application start time as a common reference for cyclic generation
2009-05-04 Florian Pose Take ref clock address from dc_ref_clock pointer.
2009-05-04 Florian Pose Separated application time from synchronizing reference clock.
2009-05-04 Florian Pose Add empty m4 directory.
2009-04-30 Florian Pose m4 macro dir.
2009-04-30 Florian Pose Fixed const char * comparison.
2009-04-30 Florian Pose Set system time transmission delay during config.
2009-04-30 Florian Pose Decimal transmission delay.
2009-04-30 Florian Pose Moved fonts to graph begin.
2009-04-30 Florian Pose TODO.
2009-04-30 Florian Pose Transition->Transmission.
2009-04-30 Florian Pose Transition delay calculation. TBC...
2009-04-29 Florian Pose Modeline for vim > 7.0.
2009-04-29 Florian Pose Updated command doc.
2009-04-29 Florian Pose Added 'ethercat graph' command.
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-24 Florian Pose TODO.
2009-04-24 Florian Pose Replaced timeval by 64-bit EtherCAT time.
2009-04-24 Florian Pose Added missing doc.
2009-04-24 Florian Pose Output reference clock and application time in 'ethercat Master'.
2009-04-23 Florian Pose DC example applications.
2009-04-23 Florian Pose Userspace library implementation of DC functions.
2009-04-23 Florian Pose DC shift time working.
2009-04-23 Florian Pose Added shift times to api.
2009-04-23 Florian Pose Separated sync_reference_clock() and sync_slave_clocks().
2009-04-20 Florian Pose Updated graph for slave configuration FSM.
2009-04-20 Florian Pose Find DC reference clock.
2009-04-20 Florian Pose Improved DC configuration.
2009-04-20 Florian Pose Clear DC assignment after going to INIT.
2009-04-20 Florian Pose Updated graph of slave configuration FSM.
2009-04-20 Florian Pose Minor changes.
2009-04-20 Florian Pose TODO.
2009-04-20 Florian Pose Tested clearing slave list after link down; minor changes.
2009-04-17 Florian Pose Output link state in 'ethercat master'.
2009-04-17 Florian Pose Clear slave list on link down.
2009-04-17 Florian Pose Added debug_level module parameter. debug_level is now unsigned int.
2009-04-17 Florian Pose Removed unused variable.
2009-04-17 Florian Pose Introduced DEBUG_IOCTL.
2009-04-09 Florian Pose DC sync reference clock to application time. TBC...