fix(intr): always allocate memory from internal ram

Closes https://github.com/espressif/esp-idf/issues/12271
This commit is contained in:
morris
2023-09-21 11:41:06 +08:00
parent 7a32d72409
commit 1cbed4e2c1
5 changed files with 28 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_SPEED_80M=y
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0