NEWS
changeset 665 a9794f927d78
parent 661 bc1de1362efb
child 669 884a5b5b0163
equal deleted inserted replaced
664:18c48cb7de06 665:a9794f927d78
    41 * Slave configuration is now done exclusively from the master thread. Removed
    41 * Slave configuration is now done exclusively from the master thread. Removed
    42   ec_master_sync_io(). Userspace threads are now waiting for events in the
    42   ec_master_sync_io(). Userspace threads are now waiting for events in the
    43   state machine.
    43   state machine.
    44 * Master state machine scheduled with timeout if idle, otherwise is executed
    44 * Master state machine scheduled with timeout if idle, otherwise is executed
    45   as fast as possible (with schedule()).
    45   as fast as possible (with schedule()).
       
    46 * Added dummy module for simulation purpuses.
    46 * Removed EtherCAT line comments from 8139too drivers.
    47 * Removed EtherCAT line comments from 8139too drivers.
    47 
    48 
    48 -------------------------------------------------------------------------------
    49 -------------------------------------------------------------------------------
    49 
    50 
    50 Changes in version 1.2.0:
    51 Changes in version 1.2.0: