OVMS3-idf/tools/ci/config
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
..
assign-test.yml CI: assign and target-test stages updated to run test-apps in the ci 2020-02-06 16:46:41 +00:00
build.yml docs ci: Use the final version of the esp-idf-doc-env image 2020-02-10 19:55:46 +11:00
deploy.yml docs ci: Ensure deploy directory exists 2020-02-10 19:55:15 +11:00
host-test.yml ci: remove using IDF_XTENSA_TOOLCHAIN_URL because there are idf_tools.json and multi-target support 2020-02-10 18:05:21 +07:00
post_check.yml ci: fix job "check_wifi_lib_md5" 2019-12-11 13:10:23 +08:00
post_deploy.yml docs ci: Use the final version of the esp-idf-doc-env image 2020-02-10 19:55:46 +11:00
pre_check.yml docs: Move to Python 3.5+ and Sphinx 2.3 2020-02-07 16:47:50 +11:00
target-test.yml bugfix(pcnt): fix driver ut pcnt 2020-02-26 16:52:53 +08:00