Merge branch 'feature/rmt_hal_dma' into 'master'

rmt: document and improve LL driver

See merge request espressif/esp-idf!17297
This commit is contained in:
morris
2022-03-09 17:55:08 +08:00
38 changed files with 3411 additions and 2124 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ TEST_CASE("RMT miscellaneous functions", "[rmt]")
#endif
TEST_ESP_OK(rmt_set_tx_carrier(channel, 0, 1, 0, 1));
TEST_ESP_OK(rmt_set_tx_carrier(channel, 0, 10, 10, 1));
TEST_ESP_OK(rmt_set_idle_level(channel, 1, 0));
rmt_clean_testbench(channel, -1);