esp-idf/components/driver/rmt
morris 57879e772d feat(gdma): support channel allocator on esp32p4
There's two GDMA groups on ESP32P4, one is connected to AHB bus,
and another one is connected AXI bus.
We now have two seperate APIs for allocating DMA channels,
depends on the bus type.
2023-07-19 18:18:07 +08:00
..
include/driver rmt: define RMT_ENCODING_RESET in rmt_encode_state_t 2023-04-17 14:50:51 +08:00
rmt_common.c esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-25 14:12:06 +08:00
rmt_encoder.c rmt: define RMT_ENCODING_RESET in rmt_encode_state_t 2023-04-17 14:50:51 +08:00
rmt_private.h driver: specify the interrupt priority 2022-08-15 14:46:56 +08:00
rmt_rx.c feat(gdma): support channel allocator on esp32p4 2023-07-19 18:18:07 +08:00
rmt_tx.c feat(gdma): support channel allocator on esp32p4 2023-07-19 18:18:07 +08:00