equal
deleted
inserted
replaced
12 |
12 |
13 * Ethernet drivers: |
13 * Ethernet drivers: |
14 - Fix link detection in generic driver. |
14 - Fix link detection in generic driver. |
15 - Add native drivers from 2.6.24 up to 2.6.31. |
15 - Add native drivers from 2.6.24 up to 2.6.31. |
16 * ethercat tool: |
16 * ethercat tool: |
17 - Output error after usage. |
|
18 - Implement ranges for slaves and domains. |
17 - Implement ranges for slaves and domains. |
19 * Fix casting away constness during expected WC calculation. |
|
20 |
18 |
21 Future issues: |
19 Future issues: |
22 |
20 |
23 * Remove allow_scanning flag. |
21 * Remove allow_scanning flag. |
24 * Output skipped datagrams again. |
22 * Output skipped datagrams again. |
70 - Implement CompleteAccess |
68 - Implement CompleteAccess |
71 - Implement --output-file argument in foe_read. |
69 - Implement --output-file argument in foe_read. |
72 - Implement indent in 'ethercat ma' |
70 - Implement indent in 'ethercat ma' |
73 - Implement 0xXXXX:YY format for specifying SDOs. |
71 - Implement 0xXXXX:YY format for specifying SDOs. |
74 - Implement reading from stream for soe_write. |
72 - Implement reading from stream for soe_write. |
|
73 - Output error after usage. |
75 * Simplify master fsm by introducing a common request state to handle external |
74 * Simplify master fsm by introducing a common request state to handle external |
76 requests (replace write_sii, sdo_request, etc). |
75 requests (replace write_sii, sdo_request, etc). |
77 * Remove stdio uses in userspace library? |
76 * Remove stdio uses in userspace library? |
|
77 * Fix casting away constness during expected WC calculation. |
|
78 * Fix bus scan hang when calling ecrt_master_deactivate(). |
78 |
79 |
79 Smaller issues: |
80 Smaller issues: |
80 |
81 |
81 * Read out CRC counters. |
82 * Read out CRC counters. |
82 * Configure slave ports to automatically open on link detection. |
83 * Configure slave ports to automatically open on link detection. |