mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-06 13:59:16 +08:00
feat(heap): add heap private config to enable/disable using IRAM as heap
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user