]> granicus.if.org Git - esp-idf/commit
Allocate some memories in SPIRAM first.
authorXiaXiaotian <xiaxiaotian@espressif.com>
Sat, 30 Sep 2017 07:28:41 +0000 (15:28 +0800)
committerXiaXiaotian <xiaxiaotian@espressif.com>
Fri, 13 Oct 2017 02:11:24 +0000 (10:11 +0800)
commit5df39cd4b65bd6c3287e1c0f2b3aa32501af4fed
treef1519bf0f93f6e603629f743784c967d7f216281
parent73462c052e2266e2fa80e0952f32fef705c97f5b
Allocate some memories in SPIRAM first.

    Try to allocate some WiFi and LWIP memories in SPIRAM first. If
    failed, try to allocate in internal RAM then.
14 files changed:
components/esp32/Kconfig
components/esp32/include/esp_wifi_internal.h
components/esp32/lib
components/esp32/wifi_internal.c [new file with mode: 0644]
components/heap/heap_caps.c
components/heap/include/esp_heap_caps.h
components/lwip/apps/dhcpserver.c
components/lwip/include/lwip/lwip/mem.h
components/lwip/netif/ppp/auth.c
components/lwip/netif/ppp/demand.c
components/lwip/netif/ppp/eap.c
components/lwip/netif/ppp/multilink.c
components/lwip/port/debug/lwip_debug.c
components/lwip/port/freertos/sys_arch.c