mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
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:
parent
0865907f3f
commit
cbb14d30c5
5 changed files with 398 additions and 58 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue