author | Florian Pose <fp@igh-essen.com> |
Fri, 20 Jun 2008 07:55:28 +0000 | |
changeset 1046 | 51865c866155 |
parent 1042 | 60bb49e4c985 |
child 1048 | 4b7e54b40082 |
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 |
|
1042 | 11 |
* Attach Pdo names from SII or Coe dictioary to Pdos read via CoE. |
1008 | 12 |
* Make scanning and configuration run parallel (each). |
845 | 13 |
* Adapt remaining examples. |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
14 |
* READMEs for examples. |
918 | 15 |
* Update documentation. |
1046 | 16 |
* ethercat 'list_config' |
17 |
* Stop master thread at ecrt_master_request(). |
|
18 |
* Overthink display style of hex numbers. |
|
19 |
* Remove #x:y alias output. |
|
20 |
* Race in jiffies frame timeout. |
|
21 |
* FoE |
|
547 | 22 |
|
776 | 23 |
Future issues: |
24 |
||
899 | 25 |
* Distributed clocks. |
984 | 26 |
* Move master threads, slave handlers and state machines into a user |
27 |
space daemon. |
|
952 | 28 |
* Implement user space realtime interface via cdev. |
29 |
* Mailbox protocol handlers. |
|
30 |
* 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
|
31 |
* Mailbox gateway. |
952 | 32 |
* Separate CoE debugging. |
33 |
* Evaluate EEPROM contents after writing. |
|
34 |
* Optimize alignment of process data. |
|
776 | 35 |
* Redundancy with 2 network adapters. |
36 |
* 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
|
37 |
* Add a -n (numeric) switch to ethercat command. |
776 | 38 |
|
39 |
Smaller issues: |
|
40 |
||
866 | 41 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
833 | 42 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 43 |
* Clear sync managers in INIT. |
44 |
* Read out CRC counters. |
|
45 |
* Configure slave ports to automatically open on link detection. |
|
46 |
* Only execute one EoE handler per EoE cycle. |
|
47 |
||
48 |
Less important issues: |
|
49 |
||
50 |
* File access over EtherCAT (FoE). |
|
51 |
* Allow VLAN tagging. |
|
52 |
* Determine number of frames, the NIC can handle. |
|
351 | 53 |
|
271 | 54 |
------------------------------------------------------------------------------- |