author | Florian Pose <fp@igh-essen.com> |
Fri, 27 Jun 2008 09:37:53 +0000 | |
changeset 1067 | 54744527d7c6 |
parent 1066 | 7ece00bd6559 |
child 1068 | df1c8e4f0577 |
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. |
1046 | 18 |
* Overthink display style of hex numbers. |
1066
7ece00bd6559
Added configuration listing command.
Florian Pose <fp@igh-essen.com>
parents:
1063
diff
changeset
|
19 |
* Add -a and -p switches for 'ethercat config' command. |
1046 | 20 |
* Race in jiffies frame timeout. |
21 |
* FoE |
|
1048 | 22 |
* Allow master requesting when in ORPHANED phase |
1063 | 23 |
* Get original driver for r8169. |
547 | 24 |
|
776 | 25 |
Future issues: |
26 |
||
899 | 27 |
* Distributed clocks. |
984 | 28 |
* Move master threads, slave handlers and state machines into a user |
29 |
space daemon. |
|
952 | 30 |
* Implement user space realtime interface via cdev. |
31 |
* Mailbox protocol handlers. |
|
32 |
* 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
|
33 |
* Mailbox gateway. |
952 | 34 |
* Separate CoE debugging. |
35 |
* Evaluate EEPROM contents after writing. |
|
36 |
* Optimize alignment of process data. |
|
776 | 37 |
* Redundancy with 2 network adapters. |
38 |
* 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
|
39 |
* Add a -n (numeric) switch to ethercat command. |
776 | 40 |
|
41 |
Smaller issues: |
|
42 |
||
1066
7ece00bd6559
Added configuration listing command.
Florian Pose <fp@igh-essen.com>
parents:
1063
diff
changeset
|
43 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags. |
866 | 44 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
833 | 45 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 46 |
* Clear sync managers in INIT. |
47 |
* Read out CRC counters. |
|
48 |
* Configure slave ports to automatically open on link detection. |
|
49 |
* Only execute one EoE handler per EoE cycle. |
|
50 |
||
51 |
Less important issues: |
|
52 |
||
53 |
* File access over EtherCAT (FoE). |
|
54 |
* Allow VLAN tagging. |
|
55 |
* Determine number of frames, the NIC can handle. |
|
351 | 56 |
|
271 | 57 |
------------------------------------------------------------------------------- |