From: Ivan Grokhotkov Date: Mon, 10 Apr 2017 04:19:10 +0000 (+0800) Subject: Merge branch 'bugfix/cross_core_int_init_single_core' into 'master' X-Git-Tag: v2.1-rc1~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=801b87b48a28149441d5c3b7e199d64cc8d1f9d4;p=esp-idf Merge branch 'bugfix/cross_core_int_init_single_core' into 'master' esp32: initialize cross-core interrupt in single core mode The software interrupt originally used as the cross-core interrupt is now also used to yield from a FreeRTOS critical section; therefore it must be initialized for single core mode as well. Fixes https://github.com/espressif/esp-idf/issues/496 See merge request !640 --- 801b87b48a28149441d5c3b7e199d64cc8d1f9d4