NEWS
changeset 1500 ed1a733efbc5
parent 1498 58532f81a456
child 1505 da637f7e4e3a
equal deleted inserted replaced
1499:5461fce4a2ea 1500:ed1a733efbc5
    10 
    10 
    11 * Added a userspace library for accessing the application interface. This
    11 * Added a userspace library for accessing the application interface. This
    12   library is licensed under LGPLv2.
    12   library is licensed under LGPLv2.
    13 * Added distributed clocks support.
    13 * Added distributed clocks support.
    14 * Added VoE mailbox protocol support.
    14 * Added VoE mailbox protocol support.
       
    15 * Improved the callback mechanism. ecrt_master_callbacks() now takes two
       
    16   callback functions for sending and receiving datagrams.
       
    17   ecrt_master_send_ext() is used to execute the sending of non-application
       
    18   datagrams.
    15 * Separated datagram initialization from filling the payload with zeros.
    19 * Separated datagram initialization from filling the payload with zeros.
    16   Introduced new method ec_datagram_zero() for that.
    20   Introduced new method ec_datagram_zero() for that.
    17 * Added phy_read and phy_write commands to ethercat tool.
    21 * Added phy_read and phy_write commands to ethercat tool.
    18 * Added e100 driver for Intel PRO/100 NICs.
    22 * Added e100 driver for Intel PRO/100 NICs.
    19     - Added e100 driver for 2.6.28, thanks to Kim. H. Madsen.
    23     - Added e100 driver for 2.6.28, thanks to Kim. H. Madsen.