]> granicus.if.org Git - esp-idf/commit
Add logic to make external RAM usable with malloc()
authorJeroen Domburg <jeroen@espressif.com>
Fri, 22 Sep 2017 08:02:39 +0000 (16:02 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Thu, 28 Sep 2017 09:17:50 +0000 (17:17 +0800)
commit740f8a79f0f9e7e5e37427fb39b7f394964fc5c2
treef12a6c24854ff595cca4763d7a6d78289b66113e
parentc65f12bb45b1f956c7327af0d55bb46cb6ad4be2
Add logic to make external RAM usable with malloc()
20 files changed:
components/esp32/Kconfig
components/esp32/cpu_start.c
components/esp32/include/esp_spiram.h
components/esp32/intr_alloc.c
components/esp32/spiram.c
components/esp32/system_api.c
components/freertos/include/freertos/portmacro.h
components/freertos/tasks.c
components/heap/heap_caps.c
components/heap/heap_caps_init.c
components/heap/include/esp_heap_caps.h
components/heap/include/esp_heap_caps_init.h
components/heap/test/test_malloc.c
components/log/log.c
components/soc/esp32/include/soc/soc.h
components/soc/esp32/soc_memory_layout.c
components/soc/include/soc/soc_memory_layout.h
components/spi_flash/flash_mmap.c
docs/api-guides/external-ram.rst [new file with mode: 0644]
docs/api-guides/index.rst