]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/cross_core_int_init_single_core' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 10 Apr 2017 04:19:10 +0000 (12:19 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 10 Apr 2017 04:19:10 +0000 (12:19 +0800)
commit801b87b48a28149441d5c3b7e199d64cc8d1f9d4
treed508fccb5f1e3a6190466649eed8f26105c6aad7
parentaa817a14756f114af14012e14e01af84157f75c9
parent8915c18f8a4e2b84ba344397c0d99b48d3f155eb
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