Tue, 24 Feb 2009 12:51:39 +0000 |
Florian Pose |
Improved and added license headers.
|
file |
diff |
annotate
|
Mon, 02 Feb 2009 13:34:01 +0000 |
Florian Pose |
Added ec_slave_config_find_sdo_request().
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 11:58:35 +0000 |
Florian Pose |
merge -c1610 branches/stable-1.4: Added missing doxygen docs.
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 11:45:30 +0000 |
Florian Pose |
merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 11:16:10 +0000 |
Florian Pose |
merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
|
file |
diff |
annotate
|
Mon, 17 Nov 2008 17:18:02 +0000 |
Florian Pose |
Improved error case return codes of many functions.
|
file |
diff |
annotate
|
Mon, 17 Nov 2008 15:04:28 +0000 |
Florian Pose |
Created backend versions of all API functions returing a pointer; using
|
file |
diff |
annotate
|
Fri, 17 Oct 2008 13:30:55 +0000 |
Florian Pose |
merge -c1521 branches/stable-1.4: Fixed race concerning ec_slave_config_state->operational.
|
file |
diff |
annotate
|
Tue, 14 Oct 2008 09:56:38 +0000 |
Florian Pose |
Added ec_slave_config_find_voe_handler().
|
file |
diff |
annotate
|
Mon, 22 Sep 2008 11:27:15 +0000 |
Florian Pose |
Added missing export.
|
file |
diff |
annotate
|
Mon, 01 Sep 2008 14:17:18 +0000 |
Florian Pose |
Added VoE handler.
|
file |
diff |
annotate
|
Fri, 01 Aug 2008 09:24:26 +0000 |
Florian Pose |
Added debugging for configuration function of the application interface.
|
file |
diff |
annotate
|
Fri, 01 Aug 2008 07:23:09 +0000 |
Florian Pose |
Fixed reconfiguration: Force config when application detaches.
|
file |
diff |
annotate
|
Thu, 24 Jul 2008 15:06:47 +0000 |
Florian Pose |
Force reconfiguration after attachment.
|
file |
diff |
annotate
|
Thu, 17 Jul 2008 12:25:15 +0000 |
Florian Pose |
Sdo configuration debugging.
|
file |
diff |
annotate
|
Fri, 04 Jul 2008 16:54:26 +0000 |
Florian Pose |
Using EC_END.
|
file |
diff |
annotate
|
Fri, 04 Jul 2008 12:06:10 +0000 |
Florian Pose |
Improved source code doc.
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 14:06:10 +0000 |
Florian Pose |
Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
|
file |
diff |
annotate
|
Tue, 01 Jul 2008 15:38:20 +0000 |
Florian Pose |
Implemented master semaphore to secure concurrent access from ioctls, state machine and realtime interface.
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 14:24:29 +0000 |
Florian Pose |
Minor change.
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 13:16:15 +0000 |
Florian Pose |
Store sync manager configurations in ec_slave_config_t instead of Pdo
|
file |
diff |
annotate
|
Tue, 24 Jun 2008 10:55:40 +0000 |
Richard Hacker |
Return out of ecrt_slave_config_pdos() when pdo_infos == NULL
|
file |
diff |
annotate
|
Wed, 18 Jun 2008 11:16:30 +0000 |
Florian Pose |
Output attachment failure messages only when debugging.
|
file |
diff |
annotate
|
Wed, 18 Jun 2008 10:13:58 +0000 |
Florian Pose |
Implemented ecrt_slave_config_state(); minor changes in
|
file |
diff |
annotate
|
Tue, 17 Jun 2008 09:44:46 +0000 |
Florian Pose |
Reverted revision number checking from r1228.
|
file |
diff |
annotate
|
Mon, 16 Jun 2008 09:30:58 +0000 |
Florian Pose |
Added revision number to slave type checking.
|
file |
diff |
annotate
|
Thu, 12 Jun 2008 07:47:26 +0000 |
Florian Pose |
Removed deprecated default_config flag.
|
file |
diff |
annotate
|
Thu, 12 Jun 2008 07:45:27 +0000 |
Florian Pose |
Removed kobject from slave_config.
|
file |
diff |
annotate
|
Wed, 11 Jun 2008 15:29:47 +0000 |
Florian Pose |
Bus configuration via 'ethercat config'.
|
file |
diff |
annotate
|
Tue, 03 Jun 2008 13:13:53 +0000 |
Florian Pose |
Added debugging for ecrt_slave_config_reg_pdo_entry().
|
file |
diff |
annotate
|
Fri, 30 May 2008 14:31:02 +0000 |
Florian Pose |
Added debugging.
|
file |
diff |
annotate
|
Fri, 30 May 2008 10:46:14 +0000 |
Florian Pose |
Introduced ec_master_find_slave().
|
file |
diff |
annotate
|
Fri, 30 May 2008 09:39:29 +0000 |
Florian Pose |
Output subindices with %02X.
|
file |
diff |
annotate
|
Fri, 30 May 2008 08:56:47 +0000 |
Florian Pose |
Some improvements concerning bit_position.
|
file |
diff |
annotate
|
Fri, 30 May 2008 07:25:11 +0000 |
Richard Hacker |
Fixed missing right brace
|
file |
diff |
annotate
|
Fri, 30 May 2008 07:11:27 +0000 |
Richard Hacker |
Changed Pdo entry registration function - return byte and bit positions
|
file |
diff |
annotate
|
Wed, 28 May 2008 07:26:28 +0000 |
Florian Pose |
Added bitwise Pdo registration.
|
file |
diff |
annotate
|
Wed, 16 Apr 2008 08:33:04 +0000 |
Florian Pose |
Exported ecrt_slave_config_sdo(); added documentation.
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 13:34:13 +0000 |
Florian Pose |
Changed terms "Pdo mapping" -> "Pdo assignment" and "Pdo configuration"
|
file |
diff |
annotate
|
Mon, 31 Mar 2008 09:42:37 +0000 |
Florian Pose |
Introduced EC_MAP_END.
|
file |
diff |
annotate
|
Tue, 04 Mar 2008 10:18:02 +0000 |
Florian Pose |
Replaced ec_fsm_coe_\(upload\|download\)() with ec_fsm_coe_transfer();
|
file |
diff |
annotate
|
Tue, 04 Mar 2008 09:57:36 +0000 |
Florian Pose |
Basic reading realtime Sdo access working.
|
file |
diff |
annotate
|
Mon, 03 Mar 2008 16:22:39 +0000 |
Florian Pose |
Removed ec_sdodata_t; CoE state machines work on ec_sdo_request_t.
|
file |
diff |
annotate
|
Thu, 28 Feb 2008 15:28:10 +0000 |
Florian Pose |
Fixed 2 bugs in new Pdo mapping function.
|
file |
diff |
annotate
|
Thu, 28 Feb 2008 14:46:24 +0000 |
Florian Pose |
Added some debugging and fixed a bug, when Pdo was not found.
|
file |
diff |
annotate
|
Thu, 28 Feb 2008 14:29:50 +0000 |
Florian Pose |
Added ecrt_slave_config_pdo() and ecrt_slave_config_pdo_entry().
|
file |
diff |
annotate
|
Wed, 27 Feb 2008 15:24:00 +0000 |
Florian Pose |
Separated SII data from slave.
|
file |
diff |
annotate
|
Fri, 22 Feb 2008 12:29:30 +0000 |
Florian Pose |
Renamed [PS]DO to [PS]do.
|
file |
diff |
annotate
|
Thu, 21 Feb 2008 09:50:54 +0000 |
Florian Pose |
Moved ecrt_domain_reg_pdo_entry() to
|
file |
diff |
annotate
|
Tue, 19 Feb 2008 14:05:26 +0000 |
Florian Pose |
Minor change.
|
file |
diff |
annotate
|
Tue, 19 Feb 2008 08:22:20 +0000 |
Florian Pose |
Implemented most realtime interface changes for version 1.4, improved
|
file |
diff |
annotate
|