mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
added psram stack check in backtrace
This commit is contained in:
@@ -113,6 +113,8 @@ void IRAM_ATTR spi_flash_op_block_func(void *arg)
|
||||
|
||||
void IRAM_ATTR spi_flash_disable_interrupts_caches_and_other_cpu(void)
|
||||
{
|
||||
assert(esp_ptr_in_dram((const void *)get_sp()));
|
||||
|
||||
spi_flash_op_lock();
|
||||
|
||||
const uint32_t cpuid = xPortGetCoreID();
|
||||
|
Reference in New Issue
Block a user