2024-12-16 21:50:40 +01:00
|
|
|
dependencies:
|
|
|
|
|
# Required IDF version
|
|
|
|
|
idf: ">=5.1"
|
2025-12-19 16:03:25 +01:00
|
|
|
espressif/cmake_utilities:
|
|
|
|
|
version: "0.*"
|
|
|
|
|
rules:
|
|
|
|
|
- if: "target == esp32c2"
|
2024-12-16 21:50:40 +01:00
|
|
|
espressif/fb_gfx:
|
|
|
|
|
version: "master"
|
|
|
|
|
path: components/fb_gfx
|
|
|
|
|
git: https://github.com/espressif/esp32-arduino-lib-builder.git
|
|
|
|
|
require: public
|
|
|
|
|
rules:
|
|
|
|
|
- if: "target in [esp32, esp32s2, esp32s3, esp32p4]"
|