author | Florian Pose <fp@igh-essen.com> |
Wed, 07 Mar 2007 17:37:21 +0000 | |
changeset 635 | d304ef4af542 |
parent 634 | ae5fb70b359f |
child 636 | 9114b3a5f9d3 |
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. |
557 | 11 |
- Remove addressing scheme "X:Y". |
602 | 12 |
- Allow only MAC address as device ID. |
613
bf28ede88c70
Removed ugly ec_slave_has_subbus() function.
Florian Pose <fp@igh-essen.com>
parents:
612
diff
changeset
|
13 |
- Remove ugly ec_slave_is_coupler(). |
633 | 14 |
- Replace Vendor ID and product code arguments ofec_domain_register_pdo() |
15 |
by slave pointer. |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
16 |
|
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
17 |
* Future features: |
547 | 18 |
- SDO dictionary and -access in operation mode. |
557 | 19 |
- SDO write access in sysfs. |
635
d304ef4af542
Implemented alternative PDO mapping configuration interface.
Florian Pose <fp@igh-essen.com>
parents:
634
diff
changeset
|
20 |
- Speed up IDLE state machine through fast mode with schedule(). |
607
7b1daa325c5f
Implemented alias reading/writing via sysfs.
Florian Pose <fp@igh-essen.com>
parents:
602
diff
changeset
|
21 |
- Evaluate EEPROM contents after writing. |
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
22 |
- Interface/buffers for asynchronous domain IO. |
557 | 23 |
- Distributed clocks. |
24 |
- Read dynamic PDO mapping from SDO dictionary (see can-cia.org: cia301ds4). |
|
25 |
- Redundancy with 2 network adapters. |
|
602 | 26 |
- Read out CRC counters. |
27 |
- Optimize alignment of process data. |
|
608 | 28 |
- Calculate expected working counter for domains. |
547 | 29 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
30 |
* Smaller issues: |
634 | 31 |
- Reset topology_change_pending on successful validation. |
557 | 32 |
- Simplify FSMs with <state>_enter() functions. |
33 |
- Dynamic creation of EoE handlers. |
|
34 |
- Output intermediate results during lsec. |
|
35 |
- State change FSM: Follow spontaneous state changes. |
|
547 | 36 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
37 |
* Less important issues: |
557 | 38 |
- Implement all EtherCAT datagram types. |
39 |
- File access over EtherCAT (FoE). |
|
40 |
- Allow VLAN tagging. |
|
41 |
- Determine number of frames the NIC can handle. |
|
351 | 42 |
|
271 | 43 |
------------------------------------------------------------------------------- |