feat(heap): add heap private config to enable/disable using IRAM as heap

This commit is contained in:
Chen Wen
2019-07-17 20:58:34 +08:00
committed by dongheng
parent e9d2281335
commit a7aeeb28d5
7 changed files with 49 additions and 24 deletions

View File

@ -11,6 +11,7 @@ config LWIP_HIGH_THROUGHPUT
select TCP_HIGH_SPEED_RETRANSMISSION
select SOC_FULL_ICACHE
select WIFI_TX_RATE_SEQUENCE_FROM_HIGH
select HEAP_DISABLE_IRAM
help
Enable this option, also enable "TCP_QUEUE_OOSEQ", "TCP_HIGH_SPEED_RETRANSMISSION" and
"SOC_FULL_ICACHE", so lwip should cache TCP message received in disorder sequence and