lwip: add linker fragment

Add linker fragment file for lwip component.
This commit is contained in:
morris
2019-02-13 15:57:11 +08:00
parent 23a03cf6ad
commit 302ca0022f
4 changed files with 64 additions and 4 deletions

View File

@@ -761,11 +761,10 @@
#define ESP_AUTO_RECV 1
#define ESP_GRATUITOUS_ARP CONFIG_ESP_GRATUITOUS_ARP
#if CONFIG_LWIP_IRAM_OPTIMIZATION
#define ESP_IRAM_ATTR IRAM_ATTR
#else
#define ESP_IRAM_ATTR
#ifdef ESP_IRAM_ATTR
#undef ESP_IRAM_ATTR
#endif
#define ESP_IRAM_ATTR
#if ESP_PERF
#define DBG_PERF_PATH_SET(dir, point)