master/globals.h
2012-09-06 Florian Pose Merged redundancy branch to stable-1.5. stable-1.5
2012-04-06 Florian Pose Slave scanning and configuration on all links. redundancy
2010-04-30 Stefan Weiser Insert port information into slave info. redundancy
2012-01-12 Florian Pose Datagram device_index member. redundancy
2012-01-12 Florian Pose Devices as array; lock all device modules with module_get(). redundancy
2011-09-15 Florian Pose Minor: Fixed line breaks and spacing.
2011-01-12 Martin Troxler Optionally compile with trace_printk support
2011-01-06 Martin Troxler always use rt_mutex instead of semaphore for mutual exclusion on kernels >= 2.6.24 (removed --enable-mutex build option)
2011-01-05 Martin Troxler use rt_mutex instead of semaphore for mutual exclusion (use --enable-mutex)
2010-12-16 Martin Troxler renamed ext_injection_timeout -> fsm_injection_timeout
2010-04-30 Stefan Weiser Insert port information into slave info.
2010-04-19 Florian Pose Moved ABS() macro to globals.
2010-03-25 Florian Pose Removed unnecessary kernel header inclusion.
2010-03-07 Florian Pose Frame statistics in 'ethercat master' output.
2010-02-24 Florian Pose Multi-master support for command-line tool. The --master option supports
2010-01-19 Florian Pose Fixed name of byte transmission time define; changed coding style.
2007-10-03 Florian Pose merge -r931:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk . stable-1.3
2007-09-13 Florian Pose MERGE -r908:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk (1.3.1 changes) stable-1.3
2007-08-10 Florian Pose MERGE trunk -r770:907 -> branches-1.3 (1.3 changes) stable-1.3
2007-02-13 Florian Pose MERGE -r688:759 trunk -> branches/stable-1.2 (release 1.2, part one). stable-1.2
2006-11-07 Florian Pose MERGE trunk -r588:681 -> branches/stable-1.1 (Bugfixes, Ack behaviour, CoE via Sysfs, PDO ranges, 2.6.17 support, improved autotools, documentation) stable-1.1
2006-10-13 Florian Pose MERGE trunk -r573:587 -> branches/stable-1.1 (race, bootstrap, mailbox bugfix, debug interface switch) stable-1.1
2006-09-08 Florian Pose MERGE trunk -r534:537 -> branches/stable-1.1 (INSTALL file, Version info) stable-1.1
2006-08-09 Florian Pose Changes extra version to "stable". stable-1.1
2009-01-19 Florian Pose Implemented going to bootstrap state BOOT. 1.4-foe
2008-12-29 Florian Pose Fixed spelling of EtherCAT terms. stable-1.4
2008-12-29 Florian Pose Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only. stable-1.4
2006-08-02 Florian Pose MERGE trunk -r452:489 -> stable-1.0 (datagrams, bugfixes, EEPROM info, idle mode) stable-1.0
2006-05-29 Florian Pose MERGE -r361:425 trunk -> branches/stable-1.0: EoE, License, State machines. stable-1.0
2006-04-24 Florian Pose MERGE trunk -r355:360 -> branches/stable-1.0 (Doxygen, INSTALL, and GPLv2) stable-1.0
2006-04-20 Florian Pose MERGE trunk -r354:355 -> branches/stable-1.0 (version numbers) stable-1.0
2009-12-27 Martin Troxler Merged
2009-12-15 Martin Troxler use given send interval to limit SDO/FOE traffic
2009-12-14 Florian Pose Merged changes by Martin Troxler.
2009-11-30 Martin Troxler ecrt_master_set_max_cycle_size: limit SDO traffic
2009-10-13 Florian Pose Removed unused sysfs macros.
2009-06-30 Florian Pose EoE processing with kthread.
2009-06-26 Florian Pose ethercat eoe command.
2009-05-05 Florian Pose Changed EC_MAX_SII_SIZE to 4096.
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-04-30 Florian Pose Transition delay calculation. TBC...
2009-04-27 Florian Pose Measure port receive times.
2009-04-24 Florian Pose Replaced timeval by 64-bit EtherCAT time.
2009-04-09 Florian Pose DC sync reference clock to application time. TBC...
2009-04-08 Florian Pose Read SDO entry access rights.
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 -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-11-17 Florian Pose Created backend versions of all API functions returing a pointer; using
2008-09-22 Florian Pose Introduced EC_MBOX_HEADER_SIZE.
2008-09-01 Florian Pose Added VoE handler.
2008-07-02 Florian Pose Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
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-11 Florian Pose Slave information via 'ethercat slave'.
2008-04-03 Florian Pose Equalized defines against duplicated header inclusion.
2008-03-17 Florian Pose Renamed EEPROM to SII.
2008-03-04 Florian Pose Introduced ec_sdo_request_state_t, making ec_request_t private again;