From 55bc66a8270b18d1ce3056989dc80d8219772681 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 9 Oct 2017 18:11:29 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10803 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/cfg/lwipopts.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/cfg/lwipopts.h b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/cfg/lwipopts.h index 9ef888687..a91a271aa 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/cfg/lwipopts.h +++ b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/cfg/lwipopts.h @@ -36,5 +36,7 @@ #include "static_lwipopts.h" /* Optional, application-specific settings.*/ +#define TCPIP_MBOX_SIZE MEMP_NUM_PBUF +#define SLIPIF_THREAD_STACKSIZE 1024 #endif /* LWIP_HDR_LWIPOPTS_H__ */