esp-idf/components/esp_driver_i2s/test_apps/i2s/main
laokaiyao fd27cef045 feat(i2s): support asynchronous read write via callback
Split the TX DMA buffer `auto_clear` into `auto_clear_after_cb` and `auto_clear_before_cb`,
so that allow user to update the DMA buffer directly in the `on_sent` callback
2024-03-27 16:04:13 +08:00
..
CMakeLists.txt refactor(i2s): make i2s driver as component 2023-11-17 21:29:17 +08:00
test_app_main.c refactor(i2s): make i2s driver as component 2023-11-17 21:29:17 +08:00
test_i2s_iram.c refactor(i2s): make i2s driver as component 2023-11-17 21:29:17 +08:00
test_i2s.c feat(i2s): support asynchronous read write via callback 2024-03-27 16:04:13 +08:00