author | Florian Pose <fp@igh-essen.com> |
Wed, 13 Aug 2008 14:37:54 +0000 | |
changeset 1201 | 732281184c54 |
parent 1189 | acc6430bfb32 |
child 1213 | 0a973a1fa3c7 |
child 1635 | a40e9b3e9e62 |
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 |
|
776 | 9 |
Version 1.4.0: |
547 | 10 |
|
918 | 11 |
* 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
|
12 |
* Check for possible race condition in jiffy-based frame timeout calculation. |
547 | 13 |
|
776 | 14 |
Future issues: |
15 |
||
1119 | 16 |
* Distributed clocks. |
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
17 |
* Implement user space realtime interface via cdev. |
984 | 18 |
* Move master threads, slave handlers and state machines into a user |
19 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
20 |
* Allow master requesting when in ORPHANED phase |
952 | 21 |
* Mailbox protocol handlers. |
22 |
* 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
|
23 |
* Mailbox gateway. |
952 | 24 |
* Separate CoE debugging. |
25 |
* Evaluate EEPROM contents after writing. |
|
26 |
* Optimize alignment of process data. |
|
776 | 27 |
* Redundancy with 2 network adapters. |
28 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 29 |
* Make scanning and configuration run parallel (each). |
30 |
* File access over EtherCAT (FoE). |
|
1201 | 31 |
* Vendor-specific over EtherCAT (VoE). |
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
32 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
33 |
- Data type abbreviations. |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
34 |
- Add a -n (numeric) switch. |
1166 | 35 |
- Check for unwanted options. |
1170 | 36 |
* 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
|
37 |
* Get original driver for r8169. |
776 | 38 |
|
39 |
Smaller issues: |
|
40 |
||
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
41 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags? |
866 | 42 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
776 | 43 |
* Clear sync managers in INIT. |
44 |
* Read out CRC counters. |
|
45 |
* Configure slave ports to automatically open on link detection. |
|
46 |
* Only execute one EoE handler per EoE cycle. |
|
1119 | 47 |
* Fix datagram errors on application loading/unloading. |
776 | 48 |
|
49 |
Less important issues: |
|
50 |
||
51 |
* Allow VLAN tagging. |
|
52 |
* Determine number of frames, the NIC can handle. |
|
351 | 53 |
|
271 | 54 |
------------------------------------------------------------------------------- |