2 Commits

Author SHA1 Message Date
5c357487e8 fix(lwip): Fix lwip heap low-level error 2018-07-27 13:18:08 +08:00
74e013e493 feat(LWIP): Fix IRAM pbuf never send
WIFI only can send DRAM data, so if upper layer pbuf payload is
IRAM data, here it must be copy to DRAM.

We add "pbuf_alloc_ll" to reduce this happen.
2018-07-25 19:18:12 +08:00