author | Florian Pose <fp@igh-essen.com> |
Wed, 02 Jul 2008 12:16:48 +0000 | |
changeset 1080 | 088a61306930 |
parent 1076 | e62b492aab51 |
child 1082 | ff06c58e269c |
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 |
|
1080
088a61306930
Removed MSR example; adapted RTAI example; README files for examples.
Florian Pose <fp@igh-essen.com>
parents:
1076
diff
changeset
|
11 |
* Race in jiffies frame timeout. |
1063 | 12 |
* Move EC_NUM_SYNCS define to ecrt.h. |
1080
088a61306930
Removed MSR example; adapted RTAI example; README files for examples.
Florian Pose <fp@igh-essen.com>
parents:
1076
diff
changeset
|
13 |
* Read Pdo mapping for unknown Pdos before configuring them. |
1042 | 14 |
* Attach Pdo names from SII or Coe dictioary to Pdos read via CoE. |
1008 | 15 |
* Make scanning and configuration run parallel (each). |
918 | 16 |
* Update documentation. |
1066
7ece00bd6559
Added configuration listing command.
Florian Pose <fp@igh-essen.com>
parents:
1063
diff
changeset
|
17 |
* Add -a and -p switches for 'ethercat config' command. |
1080
088a61306930
Removed MSR example; adapted RTAI example; README files for examples.
Florian Pose <fp@igh-essen.com>
parents:
1076
diff
changeset
|
18 |
* Add a -n (numeric) switch to ethercat command. |
088a61306930
Removed MSR example; adapted RTAI example; README files for examples.
Florian Pose <fp@igh-essen.com>
parents:
1076
diff
changeset
|
19 |
* Make verbose and quite flags a master property. |
1076 | 20 |
* File access over EtherCAT (FoE). |
1048 | 21 |
* Allow master requesting when in ORPHANED phase |
1063 | 22 |
* Get original driver for r8169. |
1080
088a61306930
Removed MSR example; adapted RTAI example; README files for examples.
Florian Pose <fp@igh-essen.com>
parents:
1076
diff
changeset
|
23 |
* Distributed clocks. |
547 | 24 |
|
776 | 25 |
Future issues: |
26 |
||
984 | 27 |
* Move master threads, slave handlers and state machines into a user |
28 |
space daemon. |
|
952 | 29 |
* Implement user space realtime interface via cdev. |
30 |
* Mailbox protocol handlers. |
|
31 |
* 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
|
32 |
* Mailbox gateway. |
952 | 33 |
* Separate CoE debugging. |
34 |
* Evaluate EEPROM contents after writing. |
|
35 |
* Optimize alignment of process data. |
|
776 | 36 |
* Redundancy with 2 network adapters. |
37 |
* Interface/buffers for asynchronous domain IO. |
|
38 |
||
39 |
Smaller issues: |
|
40 |
||
1066
7ece00bd6559
Added configuration listing command.
Florian Pose <fp@igh-essen.com>
parents:
1063
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. |
833 | 43 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 44 |
* Clear sync managers in INIT. |
45 |
* Read out CRC counters. |
|
46 |
* Configure slave ports to automatically open on link detection. |
|
47 |
* Only execute one EoE handler per EoE cycle. |
|
48 |
||
49 |
Less important issues: |
|
50 |
||
51 |
* Allow VLAN tagging. |
|
52 |
* Determine number of frames, the NIC can handle. |
|
351 | 53 |
|
271 | 54 |
------------------------------------------------------------------------------- |