esp-idf/components/esp_hw_support/dma
Marius Vikhammer e806d9c9cb gdma: fixed crash from logging when using newlib nano
Newlib nano printf formatting do not support %z, and will crash if such an identifier
is followed by a %s indentifier.

Closes https://github.com/espressif/esp-idf/issues/9631
2023-05-06 10:51:03 +08:00
..
async_memcpy_impl_cp_dma.c gdma: support etm extension 2022-11-23 15:32:34 +08:00
async_memcpy_impl_gdma.c apm: added support for APM on esp32c6 2023-02-10 08:18:07 +00:00
esp_async_memcpy.c gdma: support etm extension 2022-11-23 15:32:34 +08:00
gdma_etm.c gdma: avoid manually start/stop when channel is controled by ETM 2023-04-06 10:49:32 +08:00
gdma_priv.h gdma: avoid manually start/stop when channel is controled by ETM 2023-04-06 10:49:32 +08:00
gdma.c gdma: fixed crash from logging when using newlib nano 2023-05-06 10:51:03 +08:00