TODO
changeset 1959 656f114153c2
parent 1943 7e9deec7742d
child 1961 48f536aefc18
equal deleted inserted replaced
1946:55a6e3294dab 1959:656f114153c2
    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.
    16 * Rescan command.
    19 * Change SDO index at runtime for SDO request.
    17 * Change SDO index at runtime for SDO request.
    20 * Output skipped datagrams again.
    18 * Output skipped datagrams again.
    21 * Output warning when send_ext() is called in illegal context.
    19 * Output warning when send_ext() is called in illegal context.
    22 * Implement CompleteAccess for SDO uploads.
    20 * Implement CompleteAccess for SDO uploads.
    84 	- Check for unwanted options.
    82 	- Check for unwanted options.
    85     - Fix number of digits in negative integer hex output.
    83     - Fix number of digits in negative integer hex output.
    86 * Simplify master fsm by introducing a common request state to handle external
    84 * Simplify master fsm by introducing a common request state to handle external
    87   requests (replace write_sii, sdo_request, etc).
    85   requests (replace write_sii, sdo_request, etc).
    88 * Write PDO mapping/assignment by default?
    86 * Write PDO mapping/assignment by default?
       
    87 * Remove stdio uses in userspace library?
    89 
    88 
    90 Smaller issues:
    89 Smaller issues:
    91 
    90 
    92 * Read out CRC counters.
    91 * Read out CRC counters.
    93 * Configure slave ports to automatically open on link detection.
    92 * Configure slave ports to automatically open on link detection.