author | Florian Pose <fp@igh-essen.com> |
Fri, 09 Mar 2007 10:24:50 +0000 | |
changeset 640 | 16e9ad7d8e12 |
parent 639 | aa23c48dca2d |
child 642 | 3ed80c8ed616 |
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 |
|
547 | 9 |
* Release 1.3: |
557 | 10 |
- Remove addressing scheme "X:Y". |
613
bf28ede88c70
Removed ugly ec_slave_has_subbus() function.
Florian Pose <fp@igh-essen.com>
parents:
612
diff
changeset
|
11 |
- Remove ugly ec_slave_is_coupler(). |
638 | 12 |
- Reset topology_change_pending on successful validation. |
13 |
- Dynamic creation of EoE handlers. |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
14 |
|
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
15 |
* Future features: |
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
16 |
- Interface/buffers for asynchronous domain IO. |
557 | 17 |
- Distributed clocks. |
18 |
- Read dynamic PDO mapping from SDO dictionary (see can-cia.org: cia301ds4). |
|
19 |
- Redundancy with 2 network adapters. |
|
547 | 20 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
21 |
* Smaller issues: |
636 | 22 |
- Clear sync managers in INIT. |
557 | 23 |
- Simplify FSMs with <state>_enter() functions. |
24 |
- Output intermediate results during lsec. |
|
25 |
- State change FSM: Follow spontaneous state changes. |
|
638 | 26 |
- Read out CRC counters. |
27 |
- Calculate expected working counter for domains. |
|
28 |
- Optimize alignment of process data. |
|
29 |
- Evaluate EEPROM contents after writing. |
|
30 |
- SDO dictionary and -access in operation mode. |
|
31 |
- SDO write access in sysfs. |
|
32 |
- Speed up IDLE state machine through fast mode with schedule(). |
|
547 | 33 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
34 |
* Less important issues: |
557 | 35 |
- Implement all EtherCAT datagram types. |
36 |
- File access over EtherCAT (FoE). |
|
37 |
- Allow VLAN tagging. |
|
38 |
- Determine number of frames the NIC can handle. |
|
351 | 39 |
|
271 | 40 |
------------------------------------------------------------------------------- |