NEWS
changeset 893 d921fff3d6e2
parent 872 d4e0380d63b3
child 896 f36b5ef99da6
equal deleted inserted replaced
892:1e1e567fc53b 893:d921fff3d6e2
    44     - Removed ecrt_domain_register_pdo_range(), because it's functionality can
    44     - Removed ecrt_domain_register_pdo_range(), because it's functionality can
    45       be reached by specifying an explicit Pdo mapping and registering those
    45       be reached by specifying an explicit Pdo mapping and registering those
    46       Pdo entries.
    46       Pdo entries.
    47     - Added an Sdo access interface, working with Sdo requests. These can be
    47     - Added an Sdo access interface, working with Sdo requests. These can be
    48       scheduled for reading and writing during realtime operation.
    48       scheduled for reading and writing during realtime operation.
       
    49     - Exported ecrt_slave_config_sdo(), the generic Sdo configuration
       
    50       function.
    49 * Pdo configuration is now supported.
    51 * Pdo configuration is now supported.
    50 * Current Pdo mapping/configuration is now read via CoE during bus scan, using
    52 * Current Pdo mapping/configuration is now read via CoE during bus scan, using
    51   direct Sdo access, independent of the dictionary.
    53   direct Sdo access, independent of the dictionary.
    52 * Added 8139too driver for kernel 2.6.22, thanks to Erwin Burgstaller.
    54 * Added 8139too driver for kernel 2.6.22, thanks to Erwin Burgstaller.
    53 * Added 8139too driver for kernel 2.6.23, thanks to Richard Hacker.
    55 * Added 8139too driver for kernel 2.6.23, thanks to Richard Hacker.