Files
esp-idf/components
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-02-15 18:28:25 +08:00
2020-02-25 18:03:54 +08:00
2019-10-09 16:46:46 +08:00
2020-02-07 20:15:06 +08:00
2020-02-26 16:52:53 +08:00
2020-02-19 20:14:47 +08:00
2020-02-24 14:03:25 +08:00
2020-02-15 18:28:25 +08:00
2019-11-29 18:05:24 +08:00
2019-12-09 09:44:56 +08:00
2020-02-26 16:52:53 +08:00