esp-idf/components/esp_driver_rmt/test_apps/rmt/main
morris 08845cf669 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-25 18:44:25 +08:00
..
CMakeLists.txt feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
test_app_main.c feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
test_board.h feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
test_rmt_common.c feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
test_rmt_iram.c fix(rmt): DMA descriptor alignment respect the cache line size 2024-01-08 10:31:32 +08:00
test_rmt_rx.c feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
test_rmt_tx.c feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
test_util_rmt_encoders.c feat(rmt): added a help function for allocating encoder memory 2024-01-25 18:44:25 +08:00
test_util_rmt_encoders.h feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00