examples/rtai/rtai_sample.c
2012-09-06 Florian Pose Removed trailing spaces. stable-1.5
2010-12-16 Martin Troxler ecrt_master_callbacks: replaced send/receive callback mechanism with locking mechanism; removed ecrt_master_send_ext
2010-06-01 Florian Pose Fixed NULL pointer dereference on request error in RTAI example.
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
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
2008-12-29 Florian Pose Reverted rtai example changes. stable-1.4
2008-12-29 Florian Pose TODO. stable-1.4
2006-05-29 Florian Pose MERGE -r361:425 trunk -> branches/stable-1.0: EoE, License, State machines. stable-1.0
2009-07-29 Florian Pose Re-added callback data pointer, because it is necessary for some applications.
2009-07-27 Florian Pose Removed more tabulators.
2009-07-13 Florian Pose Improved the callback mechanism.
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-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-02-22 Florian Pose Renamed [PS]DO to [PS]do.
2007-03-12 Florian Pose Merged changes of examples/mini/mini.c -r858:859 to
2007-03-09 Florian Pose Removed X:Y addressing scheme, ec_slave_is_coupler(),
2007-03-08 Florian Pose Removed ecrt_master_run(), removed datagram queueing from state
2007-01-08 Florian Pose Adjusted examples to EtherLab starter kit hardware.
2007-01-08 Florian Pose Shorter critical sections in examples.
2007-01-02 Florian Pose Adjusted examples to 1.2.0 interface changes.
2006-10-27 Florian Pose Moved functionality of ecrt_master_deactivate() (now deprecated) to ecrt_master_release().
2006-08-08 Florian Pose RTAI example with INHIBIT time.
2006-08-03 Florian Pose VERSION 1.1: New realtime interface, only state machines.
2006-05-22 Florian Pose Added some documentation.
2006-05-18 Florian Pose Changed license headers and added EtherCAT license notice.
2006-05-12 Florian Pose Smaller fixes on RTAI example.
2006-05-11 Florian Pose RTAI sample with optimized jitter.
2006-05-10 Florian Pose EoE works with RTAI.
2006-05-10 Florian Pose Applied RTAI interface to RTAI example.
2006-05-10 Florian Pose Applied new path information to example modules.
2006-05-10 Florian Pose Changed RTAI sample naming.