Florian Pose
|
0b464bbdb8
|
Removed xmldev.
|
2008-05-29 08:28:22 +00:00 |
Florian Pose
|
267a4ddaa2
|
Added documentation.
|
2008-02-28 14:18:18 +00:00 |
Florian Pose
|
0921c356a1
|
Fixed typo SAVEOP -> SAFEOP.
|
2008-02-22 11:33:49 +00:00 |
Florian Pose
|
8e6efae673
|
Renamed master module parameters, re-formatted code documentation.
|
2008-02-21 09:24:56 +00:00 |
Florian Pose
|
3a50cd0ff1
|
Allow bus configuration when link is down.
|
2008-02-19 09:58:48 +00:00 |
Florian Pose
|
6189092aed
|
Implemented most realtime interface changes for version 1.4, improved
ec_pdo_t and ec_pdo_entry_t classes, added fmmu_config_t, adjusted
minimal example, etc...
|
2008-02-19 08:22:20 +00:00 |
Florian Pose
|
c5b3ade0c0
|
Updated Doxygen documentation.
|
2007-09-24 12:12:11 +00:00 |
Florian Pose
|
ce972fd4fc
|
Broadcast MAC address accepts first device.
|
2007-08-10 15:04:06 +00:00 |
Florian Pose
|
8b1ad52b23
|
Fixed missing semaphore initialization.
|
2007-03-12 16:40:23 +00:00 |
Florian Pose
|
594c3bb715
|
Made waiting for device semaphore uninterruptible.
|
2007-03-12 08:47:56 +00:00 |
Florian Pose
|
6ef75e4d45
|
Replaced master variable 'atomic_t available' by integer and used
semaphore in module.c instead.
|
2007-03-12 08:42:02 +00:00 |
Florian Pose
|
8ac6516b4e
|
Allow only MAC addresses as device identifiers; replaced master list by
master array; hand ober MAC addresses with array module parameters.
|
2007-03-08 18:15:25 +00:00 |
Florian Pose
|
6c08745e55
|
Made master devices persistent; added ec_device_attach() and ec_device_detach().
|
2007-02-20 17:15:43 +00:00 |
Florian Pose
|
b1a770729c
|
Removed ktype for module kobject; added backup device for master; device
connection information and IDs in master info file.
|
2007-02-20 13:42:44 +00:00 |
Florian Pose
|
27f9a4af2d
|
New module file /sys/ethercat, masters moved to /sys/ethercat/masterX.
|
2007-02-20 11:28:15 +00:00 |
Florian Pose
|
383a1f7631
|
Layed out device ID functionality in own files.
|
2007-02-20 09:43:23 +00:00 |
Florian Pose
|
0f53f8fa3e
|
Introduced device IDs; removed comment lines from 8139too; removed
ec_eoeif_count parameter.
|
2007-02-16 17:13:39 +00:00 |
Florian Pose
|
cef0cc6409
|
Removed ec_eoeif_count parameter from master module.
|
2007-02-16 13:30:46 +00:00 |
Florian Pose
|
2cbddbb9d1
|
Removed XML device from master structure.
|
2007-02-16 13:23:57 +00:00 |
Florian Pose
|
7f322ac764
|
Added EXPORT macro for ecrt_version_magic().
|
2007-02-09 18:29:16 +00:00 |
Florian Pose
|
80566cd979
|
Introduced ECRT version magic.
|
2007-02-09 10:23:13 +00:00 |
Florian Pose
|
291d63856b
|
Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers.
|
2007-01-12 14:28:33 +00:00 |
Florian Pose
|
d5cd924844
|
Warn on duplicate master releasing.
|
2007-01-12 12:10:09 +00:00 |
Florian Pose
|
ea7e0ca982
|
Master workqueue replaced with kernel thread.
|
2007-01-10 10:45:57 +00:00 |
Florian Pose
|
3f8978f998
|
Re-introduced ecdev_open() and ecdev_close(), to avoid a race condition regarding the link state.
|
2006-12-08 11:39:56 +00:00 |
Florian Pose
|
c0f6188104
|
Interface changes for version 1.2, see NEWS file.
|
2006-11-24 11:02:35 +00:00 |
Florian Pose
|
e3b241a79a
|
kobject_add() in constructors.
|
2006-11-06 14:22:35 +00:00 |
Florian Pose
|
2a90bd26da
|
Changed output of ec_state_string() for error flag to "+ ERROR".
|
2006-10-27 10:41:02 +00:00 |
Florian Pose
|
131589f534
|
FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak.
|
2006-10-27 09:19:58 +00:00 |
Florian Pose
|
b6e88ad403
|
Persistent slave lists.
|
2006-10-26 16:29:26 +00:00 |
Florian Pose
|
4fbd230e2b
|
Compiler flag -DSVNREV only for module.c to avoid unnecessary recompiling.
|
2006-10-25 16:49:53 +00:00 |
Florian Pose
|
93658f687b
|
Implemented SDO reading via Sysfs.
|
2006-10-20 13:05:48 +00:00 |
Florian Pose
|
3dc90146fd
|
Added EC_SLAVE_STATE_ACK_ERR to ec_state_string(); added EC_STATE_STRING_SIZE
|
2006-10-17 14:15:48 +00:00 |
Florian Pose
|
e1a854722a
|
No bus time measuring on device registration.
|
2006-09-28 13:24:44 +00:00 |
Florian Pose
|
2303af54b2
|
Altered master version string.
|
2006-09-28 13:22:43 +00:00 |
Florian Pose
|
302b826fe1
|
Fixed race on duplicate device registering or device unregistering while requesting master.
|
2006-09-28 12:58:06 +00:00 |
Florian Pose
|
541ae381cb
|
Replaced master's reserved flag by atomic_t available.
|
2006-09-26 16:34:24 +00:00 |
Florian Pose
|
e63c611a0f
|
Changes in ecrt_request_master(); minor output changes.
|
2006-09-26 16:16:13 +00:00 |
Florian Pose
|
e594f09d72
|
Introduced per-master character devices for XML descriptions.
|
2006-09-19 13:28:40 +00:00 |
Florian Pose
|
024460b94b
|
Compile/Version info in sysconfig master info file.
|
2006-09-08 12:51:04 +00:00 |
Florian Pose
|
25ddd08802
|
Measure bus time.
|
2006-08-03 19:17:08 +00:00 |
Florian Pose
|
258b4d998d
|
VERSION 1.1: New realtime interface, only state machines.
|
2006-08-03 12:51:17 +00:00 |
Florian Pose
|
973af4179d
|
Renamed master parameter ec_eoe_devices to ec_eoeif_count.
|
2006-08-01 15:19:11 +00:00 |
Florian Pose
|
af1e1bf033
|
Renamed FREERUN mode to IDLE mode.
|
2006-07-19 13:15:02 +00:00 |
Florian Pose
|
14fe2a8557
|
Renamed IDLE mode to ORPHANED mode.
|
2006-07-19 13:08:21 +00:00 |
Florian Pose
|
92a035f82b
|
Added missing documentation.
|
2006-06-26 16:05:30 +00:00 |
Florian Pose
|
4ea2816432
|
EoE in Free-Run mode; Finished slave configuration state machine.
|
2006-05-19 13:23:11 +00:00 |
Florian Pose
|
1ff86791ee
|
Minor changes in module.c
|
2006-05-18 17:49:52 +00:00 |
Florian Pose
|
2916e10b50
|
Changed license headers and added EtherCAT license notice.
|
2006-05-18 12:35:47 +00:00 |
Florian Pose
|
0aea75964c
|
Restart free run mode after requesting failed.
|
2006-04-24 12:30:38 +00:00 |