author | Florian Pose <fp@igh-essen.com> |
Fri, 01 Aug 2008 12:28:18 +0000 | |
changeset 1186 | ff481f097c97 |
parent 1185 | 337ce4fc2383 |
child 1189 | acc6430bfb32 |
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. |
1186
ff481f097c97
Attach Pdo names from dictionary.
Florian Pose <fp@igh-essen.com>
parents:
1185
diff
changeset
|
13 |
* Use down_interruptible() for cdev calls. |
547 | 14 |
|
776 | 15 |
Future issues: |
16 |
||
1119 | 17 |
* Distributed clocks. |
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
18 |
* Implement user space realtime interface via cdev. |
984 | 19 |
* Move master threads, slave handlers and state machines into a user |
20 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
21 |
* Allow master requesting when in ORPHANED phase |
952 | 22 |
* Mailbox protocol handlers. |
23 |
* 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
|
24 |
* Mailbox gateway. |
952 | 25 |
* Separate CoE debugging. |
26 |
* Evaluate EEPROM contents after writing. |
|
27 |
* Optimize alignment of process data. |
|
776 | 28 |
* Redundancy with 2 network adapters. |
29 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 30 |
* Make scanning and configuration run parallel (each). |
31 |
* File access over EtherCAT (FoE). |
|
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 |
------------------------------------------------------------------------------- |