Merge branch 'nimble/iram_allocation_strategy' into 'master'

NimBLE: Add support to IRAM allocation strategy

See merge request espressif/esp-idf!8015
This commit is contained in:
Angus Gratton
2020-03-27 13:54:25 +08:00
3 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
CONFIG_FREERTOS_UNICORE=y
CONFIG_ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY=y
CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_IRAM_8BIT=y