esp-idf/components/driver/test_apps/rmt/main
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
..
CMakeLists.txt fix(intr): always allocate memory from internal ram 2023-09-22 15:13:35 +08:00
test_app_main.c fix(test): check call graph for hal component 2023-07-05 09:09:01 +08:00
test_board.h feat(rmt): add driver support for esp32p4 2023-09-19 12:54:14 +08:00
test_rmt_common.c feat(rmt): add driver support for esp32p4 2023-09-19 12:54:14 +08:00
test_rmt_iram.c feat(rmt): support calling rmt_receive in ISR callback 2023-11-08 14:32:26 +08:00
test_rmt_rx.c feat(rmt): add driver support for esp32p4 2023-09-19 12:54:14 +08:00
test_rmt_tx.c fix(rmt): a disabled channel may pick up a pending transaction 2023-11-02 11:30:42 +08:00
test_util_rmt_encoders.c feat(rmt): added a help function for allocating encoder memory 2024-01-30 17:03:41 +08:00
test_util_rmt_encoders.h driver_ng: implement new rmt driver 2022-05-07 10:34:50 +00:00