]> granicus.if.org Git - esp-idf/commit
Add option to allocate external RAM using heap_alloc_caps
authorJeroen Domburg <jeroen@espressif.com>
Tue, 5 Sep 2017 09:29:57 +0000 (17:29 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Thu, 14 Sep 2017 02:47:44 +0000 (10:47 +0800)
commit875ae6a134038bfcba8cb497ddbbef97b7a421d1
tree8cb4bde88e936301ea4b15e4ae5d03880dd7c31a
parent538e9d83fcb9a5a7cf1802707c88fb4ba4d6a349
Add option to allocate external RAM using heap_alloc_caps
12 files changed:
components/esp32/Kconfig
components/esp32/cpu_start.c
components/esp32/include/esp_spiram.h
components/esp32/spiram.c
components/esp32/test/test_spiram_cache_flush.c
components/heap/heap_caps.c
components/heap/heap_caps_init.c
components/heap/heap_private.h
components/heap/heap_trace.c
components/heap/include/esp_heap_caps.h
components/newlib/syscalls.c
components/soc/esp32/soc_memory_layout.c