]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/cpu1_isr_stack_location' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 29 Mar 2017 04:05:31 +0000 (12:05 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 29 Mar 2017 04:05:31 +0000 (12:05 +0800)
Fix finding location of ISR stack space for CPU1

Up to now, the CPU1 interrupts erroneously used the area *after* the ISR stack region, leading to bugs in BT Classic. This fixes that.

See merge request !618


Trivial merge