environment/recipes/idf.yml

14 lines
223 B
YAML
Raw Normal View History

2025-09-10 03:41:01 -05:00
dependencies: []
repository:
url: https://github.com/espressif/esp-idf.git
branch: v5.5.1
steps:
- echo `pwd`
- echo $PREFIX
- ls -lah
- cp -r . $PREFIX
# This version requires python not newer than v3.10.18