author | Florian Pose <fp@igh-essen.com> |
Tue, 01 Jul 2008 15:41:52 +0000 | |
changeset 1076 | e62b492aab51 |
parent 1072 | 94a5f043dee5 |
child 1080 | 088a61306930 |
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 |
|
1063 | 11 |
* Move EC_NUM_SYNCS define to ecrt.h. |
1066
7ece00bd6559
Added configuration listing command.
Florian Pose <fp@igh-essen.com>
parents:
1063
diff
changeset
|
12 |
* Read Pdo mapping for unknown Pdos before configuring it. |
1042 | 13 |
* Attach Pdo names from SII or Coe dictioary to Pdos read via CoE. |
1008 | 14 |
* Make scanning and configuration run parallel (each). |
845 | 15 |
* Adapt remaining examples. |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
16 |
* READMEs for examples. |
918 | 17 |
* Update documentation. |
1066
7ece00bd6559
Added configuration listing command.
Florian Pose <fp@igh-essen.com>
parents:
1063
diff
changeset
|
18 |
* Add -a and -p switches for 'ethercat config' command. |
1046 | 19 |
* Race in jiffies frame timeout. |
1076 | 20 |
* File access over EtherCAT (FoE). |
1048 | 21 |
* Allow master requesting when in ORPHANED phase |
1063 | 22 |
* Get original driver for r8169. |
547 | 23 |
|
776 | 24 |
Future issues: |
25 |
||
899 | 26 |
* Distributed clocks. |
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. |
|
1040
d2527675cdd5
Disable use of CPU timestamp counter by default.
Florian Pose <fp@igh-essen.com>
parents:
1037
diff
changeset
|
38 |
* Add a -n (numeric) switch to ethercat command. |
776 | 39 |
|
40 |
Smaller issues: |
|
41 |
||
1066
7ece00bd6559
Added configuration listing command.
Florian Pose <fp@igh-essen.com>
parents:
1063
diff
changeset
|
42 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags. |
866 | 43 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
833 | 44 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 45 |
* Clear sync managers in INIT. |
46 |
* Read out CRC counters. |
|
47 |
* Configure slave ports to automatically open on link detection. |
|
48 |
* Only execute one EoE handler per EoE cycle. |
|
49 |
||
50 |
Less important issues: |
|
51 |
||
52 |
* Allow VLAN tagging. |
|
53 |
* Determine number of frames, the NIC can handle. |
|
351 | 54 |
|
271 | 55 |
------------------------------------------------------------------------------- |