Skip to content

Commit

Permalink
Merge branch 'feature/esp_hw_support_pytest' into 'master'
Browse files Browse the repository at this point in the history
esp_hw_support: migrate to pytest

See merge request espressif/esp-idf!20938
  • Loading branch information
ESP-Marius committed Nov 28, 2022
2 parents c00edd6 + 3ae5776 commit f70a992
Show file tree
Hide file tree
Showing 52 changed files with 911 additions and 1,109 deletions.
6 changes: 6 additions & 0 deletions components/esp_hw_support/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ components/esp_hw_support/test_apps/dma:
components/esp_hw_support/test_apps/etm:
disable:
- if: SOC_ETM_SUPPORTED != 1

components/esp_hw_support/test_apps/rtc_clk:
disable:
- if: IDF_TARGET in ["esp32c6"]
temporary: true
reason: Unsupported on C6 for now. TODO IDF-5645
6 changes: 0 additions & 6 deletions components/esp_hw_support/test/CMakeLists.txt

This file was deleted.

104 changes: 0 additions & 104 deletions components/esp_hw_support/test/test_4mpsram.c

This file was deleted.

Loading

0 comments on commit f70a992

Please sign in to comment.