author | Florian Pose <fp@igh-essen.com> |
Fri, 25 Jul 2008 14:19:29 +0000 | |
changeset 1151 | 1fc1535dec29 |
parent 1147 | 0eac1ee8512a |
child 1155 | bd4e5b544473 |
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 |
* Read Pdo mapping for unknown Pdos before configuring them. |
1042 | 12 |
* Attach Pdo names from SII or Coe dictioary to Pdos read via CoE. |
918 | 13 |
* Update documentation. |
1063 | 14 |
* Get original driver for r8169. |
1082
ff06c58e269c
Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
Florian Pose <fp@igh-essen.com>
parents:
1080
diff
changeset
|
15 |
* Race in jiffies frame timeout? |
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
16 |
* ethercat tool: |
1151 | 17 |
- Single message for unambiguous slave in SiiRead/Write and Up/Download. |
18 |
- Implement Alias/Position selection for configs. |
|
19 |
- Update help for --alias and --position. |
|
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
20 |
- Show Pdos in 'ethercat slave -v'. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
21 |
- Accept files from stdin. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
22 |
- Display attached device's MAC address instead of ff's. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
23 |
- Data type abbreviations. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
24 |
- Add a -n (numeric) switch. |
1144
7dbfdd61812c
Bugfixes and improvements.
Florian Pose <fp@igh-essen.com>
parents:
1138
diff
changeset
|
25 |
- Check for options, remove global variables. |
547 | 26 |
|
776 | 27 |
Future issues: |
28 |
||
1119 | 29 |
* Distributed clocks. |
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
30 |
* Allow master requesting when in ORPHANED phase |
984 | 31 |
* Move master threads, slave handlers and state machines into a user |
32 |
space daemon. |
|
952 | 33 |
* Implement user space realtime interface via cdev. |
34 |
* Mailbox protocol handlers. |
|
35 |
* 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
|
36 |
* Mailbox gateway. |
952 | 37 |
* Separate CoE debugging. |
38 |
* Evaluate EEPROM contents after writing. |
|
39 |
* Optimize alignment of process data. |
|
776 | 40 |
* Redundancy with 2 network adapters. |
41 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 42 |
* Make scanning and configuration run parallel (each). |
43 |
* File access over EtherCAT (FoE). |
|
776 | 44 |
|
45 |
Smaller issues: |
|
46 |
||
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
47 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags? |
866 | 48 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
833 | 49 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 50 |
* Clear sync managers in INIT. |
51 |
* Read out CRC counters. |
|
52 |
* Configure slave ports to automatically open on link detection. |
|
53 |
* Only execute one EoE handler per EoE cycle. |
|
1119 | 54 |
* Fix datagram errors on application loading/unloading. |
776 | 55 |
|
56 |
Less important issues: |
|
57 |
||
58 |
* Allow VLAN tagging. |
|
59 |
* Determine number of frames, the NIC can handle. |
|
351 | 60 |
|
271 | 61 |
------------------------------------------------------------------------------- |