]> granicus.if.org Git - esp-idf/commit
esp_ringbuf: fix default placement from flash to IRAM
authorMahavir Jain <mahavir@espressif.com>
Tue, 9 Oct 2018 11:56:14 +0000 (17:26 +0530)
committerMahavir Jain <mahavir@espressif.com>
Thu, 18 Oct 2018 04:34:07 +0000 (23:34 -0500)
commit49130c6b34af4b1b307d42c5c5ab6510207c7c8c
tree22375d401be9acc4453190ebdab9f838d3964004
parentd91b18080b8251766a65b38930d676440e5070c9
esp_ringbuf: fix default placement from flash to IRAM

In earlier change this component was decoupled from freertos and hence
regression was introduced which changed default placement to flash. Some
device drivers make use of ringbuffer while flash cache is being disabled
and hence default placement should instead be internal memory.

Closes: https://github.com/espressif/esp-idf/issues/2517
components/esp32/ld/esp32.common.ld
components/esp_ringbuf/test/test_ringbuf.c
components/freertos/component.mk