Files
esphome/esphome
J. Nick Koston 2b00a809c8 [libretiny] Fix BK72XX lwIP sanity check for reduced-plan boards
BK SDK boards with CFG_LWIP_MEM_POLICY=LWIP_REDUCE_THE_PLAN (e.g. CB3S/
BK7231N) set PBUF_POOL_SIZE=3, which is too small for TCP_WND=4*MSS:
3*(1580-54)=4578 < 5840. Set PBUF_POOL_SIZE=4 on BK72XX so the lwIP
compile-time sanity check passes: 4*1526=6104 > 5840.

RTL(20) and LN(20) already have large enough PBUF pools.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 14:42:30 -06:00
..
2026-02-20 10:17:12 -05:00
2025-12-08 14:37:45 -05:00
2025-12-08 14:37:45 -05:00
2025-09-19 12:59:48 +00:00
2025-12-18 00:06:52 +00:00