esp-idf/components/driver/rmt
morris 5ad9e6b87f feat(rmt): added a help function for allocating encoder memory
The encoder memory location should respect the RMT_MEM_ALLOC_CAPS,
which is affected by some Kconfig options, like ISR_IRAM_SAFE

Closes https://github.com/espressif/esp-idf/issues/13032
2024-01-30 17:03:41 +08:00
..
include/driver feat(rmt): added a help function for allocating encoder memory 2024-01-30 17:03:41 +08:00
Kconfig.rmt feat(rmt): support calling rmt_receive in ISR callback 2023-11-08 14:32:26 +08:00
linker.lf feat(rmt): support calling rmt_receive in ISR callback 2023-11-08 14:32:26 +08:00
rmt_common.c fix(rmt): a disabled channel may pick up a pending transaction 2023-11-02 11:30:42 +08:00
rmt_encoder.c feat(rmt): added a help function for allocating encoder memory 2024-01-30 17:03:41 +08:00
rmt_private.h feat(rmt): support calling rmt_receive in ISR callback 2023-11-08 14:32:26 +08:00
rmt_rx.c feat(rmt): support calling rmt_receive in ISR callback 2023-11-08 14:32:26 +08:00
rmt_tx.c fix(rmt): enable dma owner check 2023-11-20 14:55:34 +08:00