Files
esp-idf/components/driver/include/driver
xiongyu 4d5c950770 bugfix(pcnt): fix driver ut pcnt
* Let `[ignore] case` return to freedom

  1) Because this test uses its own ISR, we need to release it with `esp_intr_free` instead of `pcnt_isr_service_uninstall`.

  2) `pcnt_evt_queue` needs to be created before the interrupt is registered and needs to be released at the end of each case.

* Add test support for ESP32S2

* Support chip internal connection, no external wiring required.
2020-02-26 16:52:53 +08:00
..
2020-01-22 12:14:38 +08:00
2019-11-22 11:44:46 +08:00
2020-01-22 12:14:38 +08:00
2020-02-26 16:52:53 +08:00
2019-06-03 14:15:08 +08:00
2019-11-20 10:54:21 +08:00
2019-11-21 10:40:49 +08:00
2019-11-27 20:08:44 +08:00