Tue, 12 Feb 2013 15:46:43 +0100 |
Florian Pose |
Updated Doxygen documentation.
stable-1.5
|
file |
diff |
annotate
|
Tue, 12 Feb 2013 10:32:37 +0100 |
Florian Pose |
Replaced VM_RESERVED for kernel 3.7.
stable-1.5
|
file |
diff |
annotate
|
Thu, 20 Sep 2012 15:28:25 +0200 |
Florian Pose |
Re-worked and seamlessly integrated RTDM interface.
stable-1.5
|
file |
diff |
annotate
|
Thu, 06 Sep 2012 20:22:24 +0200 |
Florian Pose |
Removed trailing spaces.
stable-1.5
|
file |
diff |
annotate
|
Thu, 06 Sep 2012 18:28:57 +0200 |
Florian Pose |
Merged redundancy branch to stable-1.5.
stable-1.5
|
file |
diff |
annotate
|
Thu, 31 May 2012 11:03:58 +0200 |
Florian Pose |
Added ecrt_master_link_state() to retrieve information about a redundant link.
redundancy
|
file |
diff |
annotate
|
Fri, 06 Apr 2012 23:35:05 +0200 |
Florian Pose |
Slave scanning and configuration on all links.
redundancy
|
file |
diff |
annotate
|
Fri, 16 Mar 2012 18:44:59 +0100 |
Florian Pose |
Partial WC output in domains command.
redundancy
|
file |
diff |
annotate
|
Fri, 16 Mar 2012 18:24:29 +0100 |
Florian Pose |
Loop through datagrams, then FMMUs; redundancy flag in domain state.
redundancy
|
file |
diff |
annotate
|
Tue, 10 Jan 2012 11:30:41 +0100 |
Florian Pose |
Allocated ioctl data structures dynamically to avoid stack warnings.
redundancy
|
file |
diff |
annotate
|
Tue, 20 Dec 2011 11:12:04 +0100 |
Florian Pose |
Removed some locks causing latency when using the library; added ioctl()
redundancy
|
file |
diff |
annotate
|
Thu, 12 Jan 2012 12:14:33 +0100 |
Florian Pose |
Devices as array; lock all device modules with module_get().
redundancy
|
file |
diff |
annotate
|
Tue, 10 Jan 2012 11:30:41 +0100 |
Florian Pose |
Allocated ioctl data structures dynamically to avoid stack warnings.
|
file |
diff |
annotate
|
Tue, 10 Jan 2012 11:30:41 +0100 |
Florian Pose |
Allocated ioctl data structures dynamically to avoid stack warnings.
stable-1.5
|
file |
diff |
annotate
|
Tue, 20 Dec 2011 11:12:04 +0100 |
Florian Pose |
Removed some locks causing latency when using the library; added ioctl()
|
file |
diff |
annotate
|
Tue, 20 Dec 2011 11:12:04 +0100 |
Florian Pose |
Removed some locks causing latency when using the library; added ioctl()
stable-1.5
|
file |
diff |
annotate
|
Wed, 09 Nov 2011 14:53:33 +0100 |
Florian Pose |
Adjusted frame statistics for the use with two devices.
redundancy
|
file |
diff |
annotate
|
Mon, 24 Oct 2011 10:49:27 +0200 |
Florian Pose |
Added ecrt_master_sdo_download_complete() for ad-hoc downloading SDOs (also
|
file |
diff |
annotate
|
Mon, 24 Oct 2011 10:49:27 +0200 |
Florian Pose |
Added ecrt_master_sdo_download_complete() for ad-hoc downloading SDOs (also
stable-1.5
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 16:33:13 +0200 |
Florian Pose |
Implemented ecrt_master_sdo_upload() and ecrt_master_sdo_download() also for
stable-1.5
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 15:58:58 +0200 |
Florian Pose |
Implemented ecrt_master_sdo_upload() and ecrt_master_sdo_download() for kernel
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 14:38:06 +0200 |
Florian Pose |
Minor: Fixed line breaks and spacing...
|
file |
diff |
annotate
|
Thu, 12 May 2011 16:45:02 +0200 |
Florian Pose |
merge.
|
file |
diff |
annotate
|
Thu, 12 May 2011 08:40:22 +0200 |
Florian Pose |
Fixed compiler error for kernel versions < 2.6.23.
|
file |
diff |
annotate
|
Mon, 14 Mar 2011 11:20:05 +0100 |
Martin Troxler |
merged
|
file |
diff |
annotate
|
Thu, 06 Jan 2011 12:47:20 +0100 |
Martin Troxler |
releasing of refcounted requests fixed: do not call EC_SLAVE_DBG without valid slave
|
file |
diff |
annotate
|
Wed, 05 Jan 2011 12:26:33 +0100 |
Martin Troxler |
Register read/write wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_reg_request_t objects with kref
|
file |
diff |
annotate
|
Wed, 05 Jan 2011 11:33:31 +0100 |
Martin Troxler |
Sii write wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_master_sii_write_request_t objects with kref
|
file |
diff |
annotate
|
Wed, 05 Jan 2011 09:50:35 +0100 |
Martin Troxler |
FoE wait_event() deadlock fixed: refcount ec_master_foe_request_t objects with kref
|
file |
diff |
annotate
|
Wed, 05 Jan 2011 08:36:53 +0100 |
Martin Troxler |
use rt_mutex instead of semaphore for mutual exclusion (use --enable-mutex)
|
file |
diff |
annotate
|
Thu, 23 Dec 2010 09:48:56 +0100 |
Martin Troxler |
SDO wait_event() deadlock fixed: refcount ec_master_sdo_request_t objects with kref
|
file |
diff |
annotate
|
Thu, 16 Dec 2010 15:47:28 +0100 |
Martin Troxler |
ecrt_master_callbacks: replaced send/receive callback mechanism with locking mechanism; removed ecrt_master_send_ext
|
file |
diff |
annotate
|
Thu, 16 Dec 2010 12:41:16 +0100 |
Martin Troxler |
fixed 'ethercat eoe' command: interchanged rx/tx bytes/rates
|
file |
diff |
annotate
|
Tue, 30 Nov 2010 15:24:21 +0100 |
Florian Pose |
Added ecrt_master_reset() method.
|
file |
diff |
annotate
|
Sat, 27 Nov 2010 17:02:54 +0100 |
Martin Troxler |
Merged
|
file |
diff |
annotate
|
Mon, 18 Oct 2010 10:45:07 +0200 |
Martin Troxler |
merged
|
file |
diff |
annotate
|
Tue, 11 May 2010 13:57:58 +0200 |
Martin Troxler |
merged
|
file |
diff |
annotate
|
Mon, 03 May 2010 10:21:23 +0200 |
Martin Troxler |
Inplace I/O: fixed domain command (fmmu logical_address -> domain_address); show domain tx size
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 16:33:32 +0200 |
Martin Troxler |
Inplace I/O: let input Pdos use the same bus space as Output Pdos
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 14:05:15 +0200 |
Martin Troxler |
Merged
|
file |
diff |
annotate
|
Sun, 14 Mar 2010 20:47:10 +0100 |
Martin Troxler |
added API ecrt_master_configured_slaves_state
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 16:15:12 +0200 |
Florian Pose |
Minor 64bit improvements.
|
file |
diff |
annotate
|
Sun, 24 Oct 2010 08:43:44 +0200 |
Florian Pose |
Output IDN configuration as part of 'ethercat config -v'.
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 10:16:12 +0200 |
Florian Pose |
Merge.
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 09:08:11 +0200 |
Florian Pose |
Rescan command.
|
file |
diff |
annotate
|
Tue, 20 Jul 2010 10:52:31 +0200 |
Florian Pose |
Added drive_no parameter to SoE layer.
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 17:40:20 +0200 |
Florian Pose |
Output correct errno when transferring SDOs via command-line interface.
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 15:09:57 +0200 |
Florian Pose |
Implemented ecrt_master_read_idn() and ecrt_master_write_idn() in kernel space.
|
file |
diff |
annotate
|
Sun, 06 Jun 2010 23:16:30 +0200 |
Florian Pose |
Incremented ioctl interface version; Minor changes.
|
file |
diff |
annotate
|
Sun, 06 Jun 2010 22:40:22 +0200 |
Florian Pose |
Added state parameter to ecrt_slave_config_idn().
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 22:46:48 +0200 |
Florian Pose |
Minor change.
|
file |
diff |
annotate
|
Thu, 20 May 2010 12:46:09 +0200 |
Florian Pose |
Fixed format specifiers.
|
file |
diff |
annotate
|
Thu, 06 May 2010 11:39:08 +0200 |
Florian Pose |
Minor.
|
file |
diff |
annotate
|
Mon, 03 May 2010 18:07:57 +0200 |
Florian Pose |
Improved syslog macros.
|
file |
diff |
annotate
|
Fri, 23 Apr 2010 16:42:27 +0200 |
Florian Pose |
Introduced effective_alias variable to separate reg12 alias from SII alias.
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 12:01:29 +0100 |
Florian Pose |
Implemented ecrt_slave_config_idn() for user-space library.
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 10:22:32 +0100 |
Florian Pose |
Output tx errors and tx rate in byte/s.
|
file |
diff |
annotate
|
Sun, 07 Mar 2010 23:55:51 +0100 |
Florian Pose |
Frame statistics in 'ethercat master' output.
|
file |
diff |
annotate
|
Fri, 05 Mar 2010 16:15:49 +0100 |
Florian Pose |
Fixed returning SoE error code.
|
file |
diff |
annotate
|
Fri, 05 Mar 2010 15:32:56 +0100 |
Florian Pose |
Implemented SoE write state machine and soe_write command.
|
file |
diff |
annotate
|