NEWS
changeset 656 370aa8c2d1b1
parent 650 c68995623e94
child 661 bc1de1362efb
equal deleted inserted replaced
655:3702f0d6693b 656:370aa8c2d1b1
    35 * All EEPROM write operations from user space are now blocking until
    35 * All EEPROM write operations from user space are now blocking until
    36   writing has finished and return appropriate error codes.
    36   writing has finished and return appropriate error codes.
    37 * Implemented setting of secondary slave address (alias) via sysfs.
    37 * Implemented setting of secondary slave address (alias) via sysfs.
    38 * Implemented SDO reading in operation mode via sysfs.
    38 * Implemented SDO reading in operation mode via sysfs.
    39 * Removed annoying eeprom_write_enable file. EEPROM writing always enabled.
    39 * Removed annoying eeprom_write_enable file. EEPROM writing always enabled.
       
    40 * Slave configuration is now done exclusively from the master thread. Removed
       
    41   ec_master_sync_io(). Userspace threads are now waiting for events in the
       
    42   state machine.
    40 * Master state machine scheduled with timeout if idle, otherwise is executed
    43 * Master state machine scheduled with timeout if idle, otherwise is executed
    41   as fast as possible (with schedule()).
    44   as fast as possible (with schedule()).
    42 * Removed EtherCAT line comments from 8139too drivers.
    45 * Removed EtherCAT line comments from 8139too drivers.
    43 
    46 
    44 -------------------------------------------------------------------------------
    47 -------------------------------------------------------------------------------