[CI] Allow clang-tidy to see IDF components (#6903)

* Allow clang-tidy to see IDF components

* Remove camera, add tflite-micro
This commit is contained in:
Keith Burzinski
2024-06-13 05:15:38 -05:00
committed by GitHub
parent b29e1acab8
commit 761aae6f89
3 changed files with 20 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
dependencies:
esp-tflite-micro:
git: https://github.com/espressif/esp-tflite-micro.git
mdns:
git: https://github.com/espressif/esp-protocols.git
version: mdns-v1.2.5
path: components/mdns
rules:
- if: "idf_version >=5.0"