equal
deleted
inserted
replaced
4 |
4 |
5 ------------------------------------------------------------------------------- |
5 ------------------------------------------------------------------------------- |
6 |
6 |
7 Changes since 1.4.0: |
7 Changes since 1.4.0: |
8 |
8 |
9 * Added a userspace library for accessing the application interface. |
9 * Added a userspace library for accessing the application interface. This |
10 * Added VoE protocol support. |
10 library is licensed under LGPLv2. |
|
11 * Added VoE mailbox protocol support. |
11 * Separated datagram initialization from filling the payload with zeros. |
12 * Separated datagram initialization from filling the payload with zeros. |
12 Introduced new method ec_datagram_zero() for that. |
13 Introduced new method ec_datagram_zero() for that. |
13 * Added phy_read and phy_write commands to ethercat tool. |
14 * Added phy_read and phy_write commands to ethercat tool. |
14 * Added driver for Intel PRO/100 NICs. |
15 * Added driver for Intel PRO/100 NICs. |
15 |
16 |