author | Florian Pose <fp@igh-essen.com> |
Mon, 22 Sep 2008 14:43:40 +0000 | |
changeset 1216 | e70c4d71cebd |
parent 1213 | 0a973a1fa3c7 |
child 1221 | 18c37827b40e |
permissions | -rw-r--r-- |
271 | 1 |
------------------------------------------------------------------------------- |
194
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
2 |
|
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
3 |
EtherCAT master TODO |
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
4 |
|
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
5 |
$Id$ |
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
6 |
|
271 | 7 |
------------------------------------------------------------------------------- |
194
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
8 |
|
1213 | 9 |
* Remove ecrt_domain_state(). |
10 |
* Simplyfy master fsm by introducing a common request state to handle external |
|
11 |
* requests (replace write_sii, sdo_request, etc). |
|
12 |
||
776 | 13 |
Version 1.4.0: |
547 | 14 |
|
918 | 15 |
* Update documentation. |
1184
75cd6681eb08
Introduced SdoCommand class to replace coe_datatypes.[ch]; added CoE abort codes in user space-
Florian Pose <fp@igh-essen.com>
parents:
1183
diff
changeset
|
16 |
* Check for possible race condition in jiffy-based frame timeout calculation. |
547 | 17 |
|
776 | 18 |
Future issues: |
19 |
||
1119 | 20 |
* Distributed clocks. |
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
21 |
* Implement user space realtime interface via cdev. |
984 | 22 |
* Move master threads, slave handlers and state machines into a user |
23 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
24 |
* Allow master requesting when in ORPHANED phase |
952 | 25 |
* Mailbox protocol handlers. |
26 |
* Mailbox state machine using toggle bits. |
|
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
27 |
* Mailbox gateway. |
952 | 28 |
* Separate CoE debugging. |
29 |
* Evaluate EEPROM contents after writing. |
|
30 |
* Optimize alignment of process data. |
|
776 | 31 |
* Redundancy with 2 network adapters. |
32 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 33 |
* Make scanning and configuration run parallel (each). |
34 |
* File access over EtherCAT (FoE). |
|
1201 | 35 |
* Vendor-specific over EtherCAT (VoE). |
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
36 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
37 |
- Data type abbreviations. |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
38 |
- Add a -n (numeric) switch. |
1166 | 39 |
- Check for unwanted options. |
1170 | 40 |
* Segmented Sdo downloads. |
1174
235f34ca50e2
Major Pdo configuration change: Read mapping of unknown Pdos during
Florian Pose <fp@igh-essen.com>
parents:
1173
diff
changeset
|
41 |
* Get original driver for r8169. |
776 | 42 |
|
43 |
Smaller issues: |
|
44 |
||
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
45 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags? |
866 | 46 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
776 | 47 |
* Clear sync managers in INIT. |
48 |
* Read out CRC counters. |
|
49 |
* Configure slave ports to automatically open on link detection. |
|
50 |
* Only execute one EoE handler per EoE cycle. |
|
1119 | 51 |
* Fix datagram errors on application loading/unloading. |
776 | 52 |
|
53 |
Less important issues: |
|
54 |
||
55 |
* Allow VLAN tagging. |
|
56 |
* Determine number of frames, the NIC can handle. |
|
351 | 57 |
|
271 | 58 |
------------------------------------------------------------------------------- |