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