| .. |
|
Kbuild
|
Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch]
|
2007-01-10 16:32:06 +00:00 |
|
Makefile.am
|
Fixed modules_install target: create dir before copying.
|
2007-01-12 15:18:11 +00:00 |
|
canopen.c
|
kobject_add() in constructors.
|
2006-11-06 14:22:35 +00:00 |
|
canopen.h
|
FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak.
|
2006-10-27 09:19:58 +00:00 |
|
datagram.c
|
Datagram preallocation with ATOMIC flag, because it is calles in timer context.
|
2007-01-08 14:24:33 +00:00 |
|
datagram.h
|
Added some documentation.
|
2007-01-10 10:58:49 +00:00 |
|
debug.c
|
Fixed debug interfaces.
|
2006-10-31 15:32:57 +00:00 |
|
debug.h
|
Changed license headers and added EtherCAT license notice.
|
2006-05-18 12:35:47 +00:00 |
|
device.c
|
Fixed invalid module pointer in device structure.
|
2007-02-09 09:52:43 +00:00 |
|
device.h
|
Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers.
|
2007-01-12 14:28:33 +00:00 |
|
domain.c
|
Interface changes for version 1.2, see NEWS file.
|
2006-11-24 11:02:35 +00:00 |
|
domain.h
|
Interface changes for version 1.2, see NEWS file.
|
2006-11-24 11:02:35 +00:00 |
|
doxygen.c
|
Changed license headers and added EtherCAT license notice.
|
2006-05-18 12:35:47 +00:00 |
|
ethernet.c
|
Minor: Removed warning when EoE interface is up upon master unloading.
|
2007-02-12 14:42:36 +00:00 |
|
ethernet.h
|
Replaced longer cycle timestamps with jiffies.
|
2006-08-15 08:09:18 +00:00 |
|
fsm_change.c
|
State machines re-send datagrams on timeout.
|
2006-12-18 18:10:52 +00:00 |
|
fsm_change.h
|
State machines re-send datagrams on timeout.
|
2006-12-18 18:10:52 +00:00 |
|
fsm_coe.c
|
State machines re-send datagrams on timeout.
|
2006-12-18 18:10:52 +00:00 |
|
fsm_coe.h
|
State machines re-send datagrams on timeout.
|
2006-12-18 18:10:52 +00:00 |
|
fsm_master.c
|
Introduced topology_change_pending to delay bus scanning until IDLE mode
|
2007-02-13 10:51:40 +00:00 |
|
fsm_master.h
|
Introduced topology_change_pending to delay bus scanning until IDLE mode
|
2007-02-13 10:51:40 +00:00 |
|
fsm_sii.c
|
State machines re-send datagrams on timeout.
|
2006-12-18 18:10:52 +00:00 |
|
fsm_sii.h
|
State machines re-send datagrams on timeout.
|
2006-12-18 18:10:52 +00:00 |
|
fsm_slave.c
|
Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
|
2007-02-13 11:48:46 +00:00 |
|
fsm_slave.h
|
Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch]
|
2007-01-10 16:32:06 +00:00 |
|
globals.h
|
State machines re-send datagrams on timeout.
|
2006-12-18 18:10:52 +00:00 |
|
mailbox.c
|
Improved error messages in mailbox.c
|
2006-12-18 17:53:29 +00:00 |
|
mailbox.h
|
Fixed mailbox bug, added mailbox error codes.
|
2006-10-12 13:49:01 +00:00 |
|
master.c
|
Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
|
2007-02-13 11:48:46 +00:00 |
|
master.h
|
Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
|
2007-02-13 11:48:46 +00:00 |
|
module.c
|
Added EXPORT macro for ecrt_version_magic().
|
2007-02-09 18:29:16 +00:00 |
|
slave.c
|
Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
|
2007-02-13 11:48:46 +00:00 |
|
slave.h
|
Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
|
2007-02-13 11:48:46 +00:00 |
|
xmldev.c
|
Updated source code documentation.
|
2006-11-07 13:38:40 +00:00 |
|
xmldev.h
|
Allow only one open() on XML device.
|
2006-09-19 14:08:31 +00:00 |