From 435116a4085efcc902e0a9ac6fe1cceb1cf0c949 Mon Sep 17 00:00:00 2001 From: edolomb <none@example.com> Date: Tue, 30 Jan 2018 15:35:34 +0000 Subject: Demo works with checksum offload git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11413 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP/cfg/lwipopts.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demos') diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP/cfg/lwipopts.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP/cfg/lwipopts.h index aac121b98..99a1c1a6a 100644 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP/cfg/lwipopts.h +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP/cfg/lwipopts.h @@ -47,7 +47,7 @@ * allocation and deallocation. */ #ifndef SYS_LIGHTWEIGHT_PROT -#define SYS_LIGHTWEIGHT_PROT 0 +#define SYS_LIGHTWEIGHT_PROT 1 #endif /** @@ -650,7 +650,7 @@ * LWIP_RAW==1: Enable application layer to hook into the IP layer itself. */ #ifndef LWIP_RAW -#define LWIP_RAW 1 +#define LWIP_RAW 0 #endif /** @@ -1790,7 +1790,7 @@ * CHECKSUM_GEN_ICMP==1: Generate checksums in software for outgoing ICMP packets. */ #ifndef CHECKSUM_GEN_ICMP -#define CHECKSUM_GEN_ICMP 0 +#define CHECKSUM_GEN_ICMP 1 #endif /** -- cgit v1.2.3