-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allowing easy configuration of IRAM placement of device drivers like ESP-IDF #946
Comments
The first idea is to mark the interesting functions with |
Another idea is to have a configuration file just like in |
@MabezDev what is blocking this issue? |
With #2156 we can now define any number of config options to do this for individual drivers. Closing. |
From my experiments in #939 it seems that with the ESP32 I-cache miss is a microsecond-level (several thousand cycles) penalty. In ESP-IDF they have a
Kconfig
based mechanism that allows putting devices drivers in the IRAM. We should have the same ability in order to enable timing-sensitive applications.The text was updated successfully, but these errors were encountered: