-
Notifications
You must be signed in to change notification settings - Fork 7.7k
-
I know esp-idf can do it ,user menuconfig ,set the INSTRUCTION_CACHE to 32kb and set the DATA_CACHE to 64kb
My question is : Is there anyway to set it in arduino-esp32?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions
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.
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.
All reactions
-
ok ,thanks
Beta Was this translation helpful? Give feedback.