espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
143 stars 86 forks source link

change(onewire): put callback function in iram #268

Closed suda-morris closed 10 months ago

suda-morris commented 10 months ago

the callback function is short, putting it in iram can reduce cache miss, and also allow the user to enable the CONFIG_RMT_ISR_IRAM_SAFE

Closes https://github.com/espressif/idf-extra-components/issues/266