update(platform/usbh_lwip): check lwip min stack size

This commit is contained in:
sakumisu
2024-08-31 21:01:36 +08:00
parent 8a7979378d
commit e42e99e975
3 changed files with 10 additions and 2 deletions

View File

@@ -31,6 +31,10 @@
#error PBUF_POOL_BUFSIZE must be larger than 1600
#endif
#if TCPIP_THREAD_STACKSIZE < 1024
#error "TCPIP_THREAD_STACKSIZE must be >= 1024"
#endif
// #define CONFIG_USBHOST_PLATFORM_CDC_ECM
// #define CONFIG_USBHOST_PLATFORM_CDC_RNDIS
// #define CONFIG_USBHOST_PLATFORM_CDC_NCM