author | Florian Pose <fp@igh-essen.com> |
Fri, 08 Sep 2006 13:06:09 +0000 | |
branch | stable-1.1 |
changeset 1721 | 8d1fcfe68ced |
parent 1719 | 42ed27ae6785 |
child 484 | 9fde4a17b820 |
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 |
|
271 | 9 |
Important things to do: |
194
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
10 |
|
1716
9440f4ff25c7
MERGE trunk -r494:513 -> branches/stable-1.1 (SDO configuration, bugfixes, EoE frame rates)
Florian Pose <fp@igh-essen.com>
parents:
1715
diff
changeset
|
11 |
* Add Kobjects in constructors. |
9440f4ff25c7
MERGE trunk -r494:513 -> branches/stable-1.1 (SDO configuration, bugfixes, EoE frame rates)
Florian Pose <fp@igh-essen.com>
parents:
1715
diff
changeset
|
12 |
|
1719
42ed27ae6785
MERGE trunk -r516:527 -> branches/stable-1.1 (jiffies, bugfixes, pdo defines)
Florian Pose <fp@igh-essen.com>
parents:
1716
diff
changeset
|
13 |
* Read AL Status Code with AL Control Response (if possible?) |
1716
9440f4ff25c7
MERGE trunk -r494:513 -> branches/stable-1.1 (SDO configuration, bugfixes, EoE frame rates)
Florian Pose <fp@igh-essen.com>
parents:
1715
diff
changeset
|
14 |
|
9440f4ff25c7
MERGE trunk -r494:513 -> branches/stable-1.1 (SDO configuration, bugfixes, EoE frame rates)
Florian Pose <fp@igh-essen.com>
parents:
1715
diff
changeset
|
15 |
* Coupling of EoE handlers before configuring slaves. |
1719
42ed27ae6785
MERGE trunk -r516:527 -> branches/stable-1.1 (jiffies, bugfixes, pdo defines)
Florian Pose <fp@igh-essen.com>
parents:
1716
diff
changeset
|
16 |
(avoiding duplicate configuration) |
1716
9440f4ff25c7
MERGE trunk -r494:513 -> branches/stable-1.1 (SDO configuration, bugfixes, EoE frame rates)
Florian Pose <fp@igh-essen.com>
parents:
1715
diff
changeset
|
17 |
|
277 | 18 |
* SysFS interface |
19 |
- Add secondary slave address |
|
20 |
- Add SDO dictionary |
|
194
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
21 |
|
271 | 22 |
* Implement all EtherCAT commands |
23 |
||
24 |
* Determine number of frames the NIC can handle |
|
25 |
||
26 |
* Implement eepro100 driver |
|
27 |
||
1719
42ed27ae6785
MERGE trunk -r516:527 -> branches/stable-1.1 (jiffies, bugfixes, pdo defines)
Florian Pose <fp@igh-essen.com>
parents:
1716
diff
changeset
|
28 |
* Progress bar in ecrt. |
42ed27ae6785
MERGE trunk -r516:527 -> branches/stable-1.1 (jiffies, bugfixes, pdo defines)
Florian Pose <fp@igh-essen.com>
parents:
1716
diff
changeset
|
29 |
|
271 | 30 |
------------------------------------------------------------------------------- |
31 |
||
32 |
Not-so-important things to do: |
|
33 |
||
34 |
* Calculate bus topology |
|
35 |
||
36 |
* File access over EtherCAT (FoE) |
|
37 |
||
38 |
* Allow VLAN tagging |
|
39 |
||
40 |
------------------------------------------------------------------------------- |