houwenxiang 0bf2906bc9 driver(RMT): Fix the breaking change issue of RMT driver introduced by refactoring.
After RMT driver refactor, two breaking change are introduced:

    1. Users needs to call `rmt_driver_install` before `rmt_config`.

    2. Do not support memory block count > 1,

    fix this two issues

    closes https://github.com/espressif/esp-idf/issues/4664

    closes https://github.com/espressif/esp-idf/issues/4959
2020-05-19 11:39:38 +08:00
..
2019-11-22 11:44:46 +08:00
2020-01-22 12:14:38 +08:00
2019-11-25 00:36:30 +08:00
2020-03-02 19:31:29 +08:00
2019-11-21 10:40:49 +08:00
2019-12-13 18:33:15 +08:00
2020-03-30 22:05:48 +08:00