-
I know esp-idf can do it ,user menuconfig ,set the INSTRUCTION_CACHE to 32kb and set the DATA_CACHE to 64kb |
Beta Was this translation helpful? Give feedback.
Answered by
me-no-dev
Nov 25, 2022
Replies: 1 comment 1 reply
-
Arduino uses precompiled ESP-IDF, so in order to change the default config, you will either need to compile the libraries yourself or use Arduino as IDF component to compile your code that way. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
planevina
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Arduino uses precompiled ESP-IDF, so in order to change the default config, you will either need to compile the libraries yourself or use Arduino as IDF component to compile your code that way.