Tue, 13 Feb 2007 11:48:46 +0000 |
Florian Pose |
Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
|
file |
diff |
annotate
|
Mon, 12 Feb 2007 11:15:23 +0000 |
Florian Pose |
Fixed bug causing unloading of realtime module being very slow after topology change.
|
file |
diff |
annotate
|
Mon, 12 Feb 2007 11:12:00 +0000 |
Florian Pose |
schedule() other processes while waiting in ec_master_sync_io().
|
file |
diff |
annotate
|
Mon, 12 Feb 2007 10:39:52 +0000 |
Florian Pose |
Ignore queued datagrams while waiting in ec_master_sync_io().
|
file |
diff |
annotate
|
Fri, 09 Feb 2007 10:04:05 +0000 |
Florian Pose |
Minor changes in master thread messages.
|
file |
diff |
annotate
|
Fri, 12 Jan 2007 14:28:33 +0000 |
Florian Pose |
Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers.
|
file |
diff |
annotate
|
Wed, 10 Jan 2007 16:34:42 +0000 |
Florian Pose |
Minor fix on master.c (name of master thread).
|
file |
diff |
annotate
|
Wed, 10 Jan 2007 16:32:06 +0000 |
Florian Pose |
Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch]
|
file |
diff |
annotate
|
Wed, 10 Jan 2007 10:58:49 +0000 |
Florian Pose |
Added some documentation.
|
file |
diff |
annotate
|
Wed, 10 Jan 2007 10:45:57 +0000 |
Florian Pose |
Master workqueue replaced with kernel thread.
|
file |
diff |
annotate
|
Tue, 09 Jan 2007 14:51:00 +0000 |
Florian Pose |
Fixed blocking of EoE processing while entering or leaving operational mode.
|
file |
diff |
annotate
|
Tue, 09 Jan 2007 12:56:03 +0000 |
Florian Pose |
Fixed race: Stop EoE processing when entering or leaving operation mode.
|
file |
diff |
annotate
|
Mon, 08 Jan 2007 15:15:17 +0000 |
Florian Pose |
Minor fix in master.c
|
file |
diff |
annotate
|
Mon, 08 Jan 2007 15:01:18 +0000 |
Florian Pose |
Internal locking callbacks, improved locking.
|
file |
diff |
annotate
|
Mon, 08 Jan 2007 08:23:18 +0000 |
Florian Pose |
Removed datagram.cycles_queued, needed for "starved" datagrams (deprecated).
|
file |
diff |
annotate
|
Mon, 18 Dec 2006 11:51:43 +0000 |
Florian Pose |
Fixed warnings in master.c.
|
file |
diff |
annotate
|
Mon, 18 Dec 2006 11:00:26 +0000 |
Florian Pose |
Corrected error messages in get_slave().
|
file |
diff |
annotate
|
Fri, 24 Nov 2006 11:09:36 +0000 |
Florian Pose |
Fixed lost frames display bug when no frames were sent.
|
file |
diff |
annotate
|
Fri, 24 Nov 2006 11:02:35 +0000 |
Florian Pose |
Interface changes for version 1.2, see NEWS file.
|
file |
diff |
annotate
|
Tue, 21 Nov 2006 15:46:21 +0000 |
Florian Pose |
Added frame counter.
|
file |
diff |
annotate
|
Tue, 21 Nov 2006 15:13:48 +0000 |
Florian Pose |
Introduced "starved" datagrams.
|
file |
diff |
annotate
|
Mon, 06 Nov 2006 14:22:35 +0000 |
Florian Pose |
kobject_add() in constructors.
|
file |
diff |
annotate
|
Mon, 06 Nov 2006 14:21:35 +0000 |
Florian Pose |
Minor change in master.c.
|
file |
diff |
annotate
|
Mon, 06 Nov 2006 14:15:21 +0000 |
Florian Pose |
Fixed workqueue cancelling.
|
file |
diff |
annotate
|
Mon, 30 Oct 2006 15:39:03 +0000 |
Florian Pose |
Remove estimated sync manager sizes when leaving operation mode.
|
file |
diff |
annotate
|
Fri, 27 Oct 2006 14:41:09 +0000 |
Florian Pose |
New state in slaveconf FSM: Clear FMMU configurations after INIT.
|
file |
diff |
annotate
|
Fri, 27 Oct 2006 13:59:49 +0000 |
Florian Pose |
Print certain warnings only at debug_level.
|
file |
diff |
annotate
|
Fri, 27 Oct 2006 13:31:26 +0000 |
Florian Pose |
Print certain logs only at debug_level.
|
file |
diff |
annotate
|
Fri, 27 Oct 2006 12:45:22 +0000 |
Florian Pose |
Explicit use of slave configuration FSM in ecrt_master_activate() and ecrt_master_release().
|
file |
diff |
annotate
|
Fri, 27 Oct 2006 09:29:46 +0000 |
Florian Pose |
Moved functionality of ecrt_master_deactivate() (now deprecated) to ecrt_master_release().
|
file |
diff |
annotate
|
Fri, 27 Oct 2006 09:19:58 +0000 |
Florian Pose |
FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak.
|
file |
diff |
annotate
|
Thu, 26 Oct 2006 16:29:26 +0000 |
Florian Pose |
Persistent slave lists.
|
file |
diff |
annotate
|
Wed, 25 Oct 2006 16:49:53 +0000 |
Florian Pose |
Compiler flag -DSVNREV only for module.c to avoid unnecessary recompiling.
|
file |
diff |
annotate
|
Tue, 24 Oct 2006 15:14:25 +0000 |
Florian Pose |
SDO uploading via Sysfs without master FSM calling wake_up().
|
file |
diff |
annotate
|
Mon, 23 Oct 2006 14:00:58 +0000 |
Florian Pose |
Removed state machine running() methods.
|
file |
diff |
annotate
|
Fri, 20 Oct 2006 13:05:48 +0000 |
Florian Pose |
Implemented SDO reading via Sysfs.
|
file |
diff |
annotate
|
Thu, 19 Oct 2006 14:05:56 +0000 |
Florian Pose |
Fixed memory leak in master and slave destructors.
|
file |
diff |
annotate
|
Wed, 18 Oct 2006 13:10:06 +0000 |
Florian Pose |
Do net reset debug level on master reset.
|
file |
diff |
annotate
|
Wed, 18 Oct 2006 12:34:00 +0000 |
Florian Pose |
Added enable bit to sync manager debugging.
|
file |
diff |
annotate
|
Wed, 18 Oct 2006 12:04:24 +0000 |
Florian Pose |
Improved SM and FMMU debugging output.
|
file |
diff |
annotate
|
Wed, 18 Oct 2006 11:50:31 +0000 |
Florian Pose |
Added FMMU debugging.
|
file |
diff |
annotate
|
Tue, 17 Oct 2006 14:37:46 +0000 |
Florian Pose |
Minor output changes in master.c
|
file |
diff |
annotate
|
Tue, 17 Oct 2006 14:19:59 +0000 |
Florian Pose |
Removed clear functions from headers of kobject-classes.
|
file |
diff |
annotate
|
Mon, 16 Oct 2006 14:38:14 +0000 |
Florian Pose |
Fixed serveral races while starting up under high CPU load.
|
file |
diff |
annotate
|
Mon, 16 Oct 2006 09:07:49 +0000 |
Florian Pose |
Serveral changes to avoid timeouts under high CPU load.
|
file |
diff |
annotate
|
Mon, 16 Oct 2006 08:03:28 +0000 |
Florian Pose |
Minor output changes.
|
file |
diff |
annotate
|
Thu, 28 Sep 2006 13:22:43 +0000 |
Florian Pose |
Altered master version string.
|
file |
diff |
annotate
|
Thu, 28 Sep 2006 12:58:06 +0000 |
Florian Pose |
Fixed race on duplicate device registering or device unregistering while requesting master.
|
file |
diff |
annotate
|
Tue, 26 Sep 2006 16:34:24 +0000 |
Florian Pose |
Replaced master's reserved flag by atomic_t available.
|
file |
diff |
annotate
|
Tue, 26 Sep 2006 16:16:13 +0000 |
Florian Pose |
Changes in ecrt_request_master(); minor output changes.
|
file |
diff |
annotate
|
Tue, 19 Sep 2006 13:28:40 +0000 |
Florian Pose |
Introduced per-master character devices for XML descriptions.
|
file |
diff |
annotate
|
Fri, 08 Sep 2006 12:51:04 +0000 |
Florian Pose |
Compile/Version info in sysconfig master info file.
|
file |
diff |
annotate
|
Tue, 15 Aug 2006 09:22:22 +0000 |
Florian Pose |
Removed delayed datagram statistics.
|
file |
diff |
annotate
|
Tue, 15 Aug 2006 08:48:00 +0000 |
Florian Pose |
Improved datagram reception in sync_io and frame dequeuing.
|
file |
diff |
annotate
|
Tue, 15 Aug 2006 08:09:18 +0000 |
Florian Pose |
Replaced longer cycle timestamps with jiffies.
|
file |
diff |
annotate
|
Tue, 08 Aug 2006 13:06:36 +0000 |
Florian Pose |
Added EoE rate in KB/s to master info.
|
file |
diff |
annotate
|
Tue, 08 Aug 2006 12:07:25 +0000 |
Florian Pose |
Minor changes.
|
file |
diff |
annotate
|
Fri, 04 Aug 2006 15:37:46 +0000 |
Florian Pose |
Minor output fix.
|
file |
diff |
annotate
|
Fri, 04 Aug 2006 15:31:12 +0000 |
Florian Pose |
EoE rate statistics.
|
file |
diff |
annotate
|
Fri, 04 Aug 2006 13:49:22 +0000 |
Florian Pose |
Better EoE and Idle timing measurement.
|
file |
diff |
annotate
|