History: nw_drv_eth_ti_emac
This page describes all changes made to the nw_drv_eth_ti_emac package, Network Driver for TI EMAC, since its release.
Version
3.5 (2018-08-01, 11:01):
- Interrupt handling fixed. In certain cases an extra (unnecessary) interrupt could be triggered.
- Compiler warnings were eliminated.
3.4 (2018-06-04, 18:54):
- Reception might fail under certain conditions, typically when dealing with multicast IPv6 messages.
3.3:
- Added ISR priorities to the config file.
3.2:
- Introduced emac_ethdriver_dma_start()/stop() functions.
- TX/RX interrupts handling are changed. In the interrupt routine only the relevant interrupt is disabled.
3.1:
- Renamed module as it supports EMAC in TI TMS570, as well. Old name: emac_rm48lx50. New name: ti_emac.
2.3
- Memory was not released from delete function.
2.2:
- Initial release.