author | Florian Pose <fp@igh-essen.com> |
Tue, 13 Feb 2007 11:48:46 +0000 | |
changeset 556 | dc5829af044d |
parent 555 | f4bdb21a6a06 |
child 557 | 7e8a2e3dd3fb |
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: |
554 | 10 |
- Remove ecrt_master_run(). Make master FSM run in process context instead. |
547 | 11 |
- Implement new addressing scheme (without "X:Y"). |
12 |
- Implement tool to set aliases. |
|
13 |
- Remove ugly ec_slave_is_coupler(). |
|
14 |
- Add statistics object. |
|
15 |
- SDO dictionary and -access in operation mode. |
|
16 |
- SDO write access in Sysfs. |
|
17 |
- Speed up IDLE-FSM through fast mode with schedule(). |
|
18 |
||
19 |
* Implement e100 driver. |
|
20 |
* Implement distributed clocks. |
|
21 |
* Read dynamic PDO mapping from SDO dictionary (see can-cia.org: cia301ds4). |
|
22 |
* Implement redundancy with 2 network adapters. |
|
23 |
* Implement interface for alternative PDO mapping. |
|
24 |
||
25 |
* Simplify FSMs with <state>_enter() functions. |
|
26 |
* Rename "sysconfig" file to "sysconfig/ethercat". |
|
27 |
* Dynamic creation of EoE handlers. |
|
28 |
* Output intermediate results during lsec. |
|
29 |
* State change FSM: Follow spontaneous state changes. |
|
30 |
||
31 |
* Implement all EtherCAT datagram types. |
|
32 |
* File access over EtherCAT (FoE). |
|
33 |
* Allow VLAN tagging. |
|
34 |
* Determine number of frames the NIC can handle. |
|
351 | 35 |
|
271 | 36 |
------------------------------------------------------------------------------- |