]> granicus.if.org Git - esp-idf/commit
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)
commit39c376f0c3ceccfc290ff9a9aa25f77cbc80905f
tree7d74a7bdc1f8e74bc44ba9d5429a7a09d94495a0
parent6ba469e7a4783b304b7f6a8df657d06fc5c564b8
parent0e39b77d4ec180e753cf1e142b70dab489953265
Merge branch 'bugfix/cpu1_isr_stack_location' into 'master'

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