examples/mini/mini.c
2012-09-06 Florian Pose Removed trailing spaces. stable-1.5
2012-01-13 Florian Pose Fixed semaphore bug introduced in 96e2ae6cce95.
2011-07-25 Florian Pose Removed unused variables.
2010-12-16 Martin Troxler ecrt_master_callbacks: replaced send/receive callback mechanism with locking mechanism; removed ecrt_master_send_ext
2010-10-25 Florian Pose Improved compiling on 2.6.34 (thanks to Malcolm Lewis).
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
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-06-26 Florian Pose MERGE trunk -r428:447 -> branches/stable-1.0 (Complete EEPROM data, unloading buxfix, variable data, bridging) stable-1.0
2006-05-29 Florian Pose MERGE -r361:425 trunk -> branches/stable-1.0: EoE, License, State machines. stable-1.0
2009-11-19 Martin Troxler Merge
2009-11-19 Martin Troxler applied komax patch to version r1822
2009-07-29 Florian Pose Re-added callback data pointer, because it is necessary for some applications.
2009-07-13 Florian Pose Added semaphore header distinction in minimal example.
2009-07-13 Florian Pose Improved the callback mechanism.
2009-04-06 Florian Pose Removed IS_ERR() from minimal example.
2009-02-24 Florian Pose Improved and added license headers.
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-10-01 Florian Pose Used ERR_PTR() macro for return value of ecrt_request_master().
2008-09-03 Florian Pose mini top.
2008-09-01 Florian Pose Added VoE handler.
2008-08-01 Florian Pose Added analog output to minimal example.
2008-07-29 Florian Pose Alternative Pdo assignment for el3162.
2008-07-02 Florian Pose Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
2008-07-02 Florian Pose Removed MSR example; adapted RTAI example; README files for examples.
2008-06-26 Florian Pose Adapted minimal example to sync manager configuration interface.
2008-06-18 Florian Pose Fixed analog in position.
2008-06-18 Florian Pose Minor changes to minimal example.
2008-06-18 Florian Pose Implemented ecrt_slave_config_state(); minor changes in
2008-04-25 Florian Pose Removed ecdb.h
2008-04-03 Florian Pose Implemented Sdo timeout.
2008-04-03 Florian Pose Changed terms "Pdo mapping" -> "Pdo assignment" and "Pdo configuration"
2008-03-31 Florian Pose Introduced EC_MAP_END.
2008-03-13 Florian Pose Minor changes.
2008-03-04 Florian Pose Introduced ec_sdo_request_state_t, making ec_request_t private again;
2008-03-04 Florian Pose Basic reading realtime Sdo access working.
2008-03-03 Florian Pose Removed 'const' from Pdo configuration entries.
2008-02-29 Florian Pose Cross blinking.
2008-02-22 Florian Pose Cleaned up mini module.
2008-02-22 Florian Pose Calculate expected working counter for domains.
2008-02-22 Florian Pose Renamed [PS]DO to [PS]do.
2008-02-21 Florian Pose External domain memory.
2008-02-19 Florian Pose Pdo configuration.
2008-02-19 Florian Pose Allow bus configuration when link is down.
2008-02-19 Florian Pose Fixed Pdo configuration information providing.
2008-02-19 Florian Pose Implemented most realtime interface changes for version 1.4, improved
2007-03-12 Florian Pose Minor changes in minimal example.
2007-03-09 Florian Pose Removed X:Y addressing scheme, ec_slave_is_coupler(),
2007-03-09 Florian Pose Adjusted minimal example to interface changes.
2007-03-08 Florian Pose Removed ecrt_master_run(), removed datagram queueing from state
2007-03-07 Florian Pose Implemented alternative PDO mapping configuration interface.
2007-03-05 Florian Pose Introduced master status, ecrt_master_get_status(), tainted flag,
2007-02-12 Florian Pose Minor: Adjusted minimal example to new testing hardware.
2007-01-08 Florian Pose Adjusted examples to EtherLab starter kit hardware.
2007-01-08 Florian Pose Minor changes in minimal example.
2007-01-08 Florian Pose Shorter critical sections in examples.
2007-01-02 Florian Pose Adjusted examples to 1.2.0 interface changes.