OVMS3-idf/components/soc/include
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
..
hal bugfix(pcnt): fix driver ut pcnt 2020-02-26 16:52:53 +08:00
soc soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
soc_log.h soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00