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...
2009-04-09 Florian Pose Added 64-bit types to reg_write.
2009-04-09 Florian Pose Introduced ecrt_master_sync() for synchronizing slave clocks to reference clock.
2009-04-09 Florian Pose Output (fixed-size) hex value before decimal value.
2009-04-09 Florian Pose DC cyclic operation and slave configuration. TBC...
2009-04-08 Florian Pose Fixed uint64 width at reg_read.
2009-04-08 Florian Pose Fixed 64-bit register reading.
2009-04-08 Florian Pose reg_write with data types.
2009-04-08 Florian Pose Renamed phy_ commands to reg_.
2009-04-08 Florian Pose Data types for phy_read.
2009-04-08 Florian Pose Check phy_request length for read operations, too!
2009-04-08 Florian Pose Process working counter of phy_* commands.