OVMS3-idf/components/esp_ringbuf
Mahavir Jain 49130c6b34 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
2018-10-17 23:34:07 -05:00
..
include/freertos esp_ringbuf: move ringbuf to seperate component 2018-09-17 17:04:57 +05:30
test esp_ringbuf: fix default placement from flash to IRAM 2018-10-17 23:34:07 -05:00
CMakeLists.txt esp_ringbuf: move ringbuf to seperate component 2018-09-17 17:04:57 +05:30
component.mk esp_ringbuf: move ringbuf to seperate component 2018-09-17 17:04:57 +05:30
ringbuf.c esp_ringbuf: move ringbuf to seperate component 2018-09-17 17:04:57 +05:30