espressif / esp-dsp

DSP library for ESP-IDF
Apache License 2.0
442 stars 87 forks source link

Migration to IDF 5.0 #37

Closed listout closed 2 years ago

listout commented 2 years ago

According to official docs soc/cpu.h has been replaced with esp_cpu.h. Hence the commit.

igrr commented 2 years ago

Thank you for the contribution @listout! I have made some adjustments to your commit (fixed support for v4.3 and older releases which didn't have esp_cpu.h) and cherry-picked it as 05d6f5f.

listout commented 2 years ago

@igrr welcome :-)