Add basic SAM4E driver.

Add ipconfigETHERNET_DRIVER_ADDS_UDP_CHECKSUM, ipconfigETHERNET_DRIVER_ADDS_IP_CHECKSUM, ipconfigETHERNET_DRIVER_CHECKS_IP_CHECKSUM and ipconfigETHERNET_DRIVER_CHECKS_UDP_CHECKSUM definitions.
This commit is contained in:
Richard Barry 2013-11-17 14:09:17 +00:00
parent 0865907f3f
commit cbb14d30c5
5 changed files with 398 additions and 58 deletions

View file

@ -3,6 +3,13 @@ Changes between V1.0.1 and V1.0.2
+ Increase the size of the critical section in the function that obtains a
private port number.
+ Add defaults for more trace macros.
+ Update network interfaces so all compile with latest code revision.
+ Added the following definitions for improved performance on hardware that
has the ability to offload checksum generation and/or checking:
ipconfigETHERNET_DRIVER_ADDS_UDP_CHECKSUM
ipconfigETHERNET_DRIVER_ADDS_IP_CHECKSUM
ipconfigETHERNET_DRIVER_CHECKS_IP_CHECKSUM
ipconfigETHERNET_DRIVER_CHECKS_UDP_CHECKSUM
Changes between V1.0.0 and V1.0.1