TODO
changeset 633 3876bd33bfa8
parent 613 bf28ede88c70
child 634 ae5fb70b359f
equal deleted inserted replaced
632:0577f1ca7a99 633:3876bd33bfa8
     9 * Release 1.3:
     9 * Release 1.3:
    10   - Remove ecrt_master_run(). Make master FSM run in process context instead.
    10   - Remove ecrt_master_run(). Make master FSM run in process context instead.
    11   - Remove addressing scheme "X:Y".
    11   - Remove addressing scheme "X:Y".
    12   - Allow only MAC address as device ID.
    12   - Allow only MAC address as device ID.
    13   - Remove ugly ec_slave_is_coupler().
    13   - Remove ugly ec_slave_is_coupler().
       
    14   - Replace Vendor ID and product code arguments ofec_domain_register_pdo()
       
    15     by slave pointer.
    14 
    16 
    15 * Future features:
    17 * Future features:
    16   - SDO dictionary and -access in operation mode.
    18   - SDO dictionary and -access in operation mode.
    17   - SDO write access in sysfs.
    19   - SDO write access in sysfs.
    18   - Speed up IDLE-FSM through fast mode with schedule().
    20   - Speed up IDLE-FSM through fast mode with schedule().