This commit is contained in:
Artur Gurgul 2025-09-10 03:41:01 -05:00
parent bf428ec0ec
commit e02ab48e51
4 changed files with 54 additions and 0 deletions

13
recipes/idf.yml Normal file
View file

@ -0,0 +1,13 @@
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