]> granicus.if.org Git - esp-idf/commit
FreeRTOS: esp_crosscore_int_send_yield() should be in IRAM
authorAngus Gratton <angus@espressif.com>
Thu, 26 Jan 2017 07:31:15 +0000 (18:31 +1100)
committerAngus Gratton <angus@espressif.com>
Thu, 26 Jan 2017 07:53:02 +0000 (18:53 +1100)
commitb6a2329f0f6efa8c254a7ff980df7538dc0a3723
tree591a241b8260dd76de79c91f7c07cc8472448d01
parenteea2788f5a9ea3eb8717145734f6ad6991fc66d3
FreeRTOS: esp_crosscore_int_send_yield() should be in IRAM

Possible for xQueueGenericSendFromISR -> xTaskRemoveFromEventQueueList
-> taskYIELD_OTHER_CORE code path to occur while cache is off.
components/esp32/crosscore_int.c