TODO
changeset 1963 6aaf77798445
parent 1956 f461dc0d145a
parent 1961 48f536aefc18
child 1964 9327c261056f
equal deleted inserted replaced
1962:df9b00bda8dc 1963:6aaf77798445
    11 Version 1.5.0:
    11 Version 1.5.0:
    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 * Finish library implementation.
       
    17   - Remove stdio uses?
       
    18 * Rescan command.
       
    19 * ethercat tool:
    16 * ethercat tool:
    20     - Output error after usage.
    17     - Output error after usage.
    21     - Implement ranges for slaves and domains.
    18     - Implement ranges for slaves and domains.
    22 * Fix casting away constness during expected WC calculation.
    19 * Fix casting away constness during expected WC calculation.
    23 * Include SoE drive_no in ethercat tool.
    20 * Include SoE drive_no in ethercat tool.
    78     - Implement 0xXXXX:YY format for specifying SDOs.
    75     - Implement 0xXXXX:YY format for specifying SDOs.
    79     - Implement reading from stream for soe_write.
    76     - Implement reading from stream for soe_write.
    80 * Simplify master fsm by introducing a common request state to handle external
    77 * Simplify master fsm by introducing a common request state to handle external
    81   requests (replace write_sii, sdo_request, etc).
    78   requests (replace write_sii, sdo_request, etc).
    82 * Write PDO mapping/assignment by default?
    79 * Write PDO mapping/assignment by default?
       
    80 * Remove stdio uses in userspace library?
    83 
    81 
    84 Smaller issues:
    82 Smaller issues:
    85 
    83 
    86 * Read out CRC counters.
    84 * Read out CRC counters.
    87 * Configure slave ports to automatically open on link detection.
    85 * Configure slave ports to automatically open on link detection.