espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
549 stars 118 forks source link

Allow using esp-dl with esp-idf v5.1 and newer (AIV-658) #142

Closed adokitkat closed 11 months ago

adokitkat commented 11 months ago

I tried using esp-dl with latest master branch of esp-idf and it worked OK when I changed the version restriction in idf_component.yml. Don't restrict using new versions, instead show a warning to use recommended version.

Ilidur commented 11 months ago

I submitted a PR to enable this as an external user. Hopefully it can be reviewed soon. https://github.com/espressif/esp-dl/pull/144

BlueSkyB commented 11 months ago

@Ilidur The PR has been merged. Thank you for submitting the revised code.