espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
147 stars 89 forks source link

feat(esp_jpeg): specify the target with ROM functions #208

Closed suda-morris closed 1 year ago

suda-morris commented 1 year ago

Currently, only esp32, esp32c3, esp32s3, and esp32c6 have the ROM code of tjpgd library. Even esp32p4 also doesn't have the ROM code of tjpgd. Thus we're changing to use a whitelist.

Hopefully, this will fix the errors we meet in https://github.com/espressif/idf-extra-components/actions/runs/5541091497/jobs/10114041825 by renaming the tjpgd example.