]> granicus.if.org Git - esp-idf/commit
freertos: place uxTopUsedPriority into DRAM
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 11 Sep 2017 12:15:27 +0000 (20:15 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 11 Sep 2017 12:15:27 +0000 (20:15 +0800)
commit64bce3ce5939b332b64cfa454a44058b87ca8a3b
treed0be97274849ed17438829e42c76807343dfedd0
parent1f8d93f0ebd71166e6409607f7444f8185f2b7d8
freertos: place uxTopUsedPriority into DRAM

When debugging crashes caused by flash cache access errors, OpenOCD may
request the value of uxTopUsedPriority when cache is disabled. Placing
it into IRAM to avoid an error in such case.
components/freertos/FreeRTOS-openocd.c