Tue, 14 Oct 2008 14:01:09 +0000 Florian Pose Added LGPL licence headers to userspace library.
Tue, 14 Oct 2008 14:00:43 +0000 Florian Pose TODO.
Tue, 14 Oct 2008 13:35:35 +0000 Florian Pose Implemented VoE handler in userspace.
Tue, 14 Oct 2008 09:56:38 +0000 Florian Pose Added ec_slave_config_find_voe_handler().
Tue, 14 Oct 2008 08:39:42 +0000 Florian Pose Added e100 for kernel 2.6.24, provided by Mathias Weber.
Tue, 14 Oct 2008 08:39:09 +0000 Florian Pose Replaced sleep() with pause().
Fri, 10 Oct 2008 09:56:32 +0000 Florian Pose TODO, NEWS.
Fri, 10 Oct 2008 09:37:06 +0000 Florian Pose Added state functions; writing of process data works.
Fri, 10 Oct 2008 08:34:15 +0000 Florian Pose Memory-mapped process data.
Fri, 10 Oct 2008 07:58:48 +0000 Florian Pose Made ecrt_domain_size() const.
Thu, 09 Oct 2008 14:35:08 +0000 Florian Pose Warning.
Thu, 09 Oct 2008 13:31:50 +0000 Florian Pose Added some slave configuration methods.
Thu, 09 Oct 2008 13:24:17 +0000 Florian Pose Moved byteorder macros to ecrt.h.
Thu, 09 Oct 2008 13:23:07 +0000 Florian Pose Added configure switch for disabling the command-line tool.
Thu, 09 Oct 2008 09:48:59 +0000 Florian Pose Added ec_master_get_config().
Thu, 09 Oct 2008 09:31:23 +0000 Florian Pose Added e100 driver for kernel 2.6.26 basically provided by Mario
Thu, 09 Oct 2008 09:00:48 +0000 Florian Pose Applied patch by Mario Witkowski to support the new class/device
Thu, 02 Oct 2008 15:38:35 +0000 Florian Pose Userspace example with priority.
Thu, 02 Oct 2008 15:38:10 +0000 Florian Pose External memory only in kernel space.
Thu, 02 Oct 2008 13:40:23 +0000 Florian Pose Activate, Send and received; cyclic timer with setitimer().
Thu, 02 Oct 2008 10:45:40 +0000 Florian Pose Creating slave configurations.
Thu, 02 Oct 2008 10:44:43 +0000 Florian Pose Minor change.
Thu, 02 Oct 2008 10:19:02 +0000 Florian Pose No kernel handles in userspace; Domain creation.
Thu, 02 Oct 2008 07:14:00 +0000 Florian Pose Added changes since 1.4.0-rc2.
Wed, 01 Oct 2008 14:42:28 +0000 Florian Pose First version of userspace library with requesting/releasing.
Wed, 01 Oct 2008 14:37:34 +0000 Florian Pose Moved threads to kthread interface.
Wed, 01 Oct 2008 11:53:22 +0000 Florian Pose Removed watchdog debugging output.
Wed, 01 Oct 2008 10:06:51 +0000 Florian Pose Used ERR_PTR() macro for return value of ecrt_request_master().
Wed, 01 Oct 2008 08:45:16 +0000 Florian Pose Added missing header.
Wed, 01 Oct 2008 08:44:44 +0000 Florian Pose Avoided using #ifdef inside a macro.