소스 검색

espcoredump: allow reserving dedicated stack size for Xtensa architecture

Core issue with SET_STACK was fixed with e543e97c7b5db6f7522feb46ac625c2b0c103801

Related: IDF-2797
Mahavir Jain 4 년 전
부모
커밋
51bbee2e19
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      components/espcoredump/Kconfig

+ 0 - 3
components/espcoredump/Kconfig

@@ -82,9 +82,6 @@ menu "Core dump"
     config ESP_COREDUMP_STACK_SIZE
         int "Reserved stack size"
         depends on ESP_COREDUMP_ENABLE
-        # Temporarily disable this feature on Xtensa boards as switching stack
-        # pointer triggers an exception (IDF-2797)
-        depends on IDF_TARGET_ARCH_RISCV
         default 0
         help
             Size of the memory to be reserved for core dump stack. If 0 core dump process will run on